Home
last modified time | relevance | path

Searched refs:StructTyID (Results 1 – 19 of 19) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/IR/
HDType.h71 StructTyID, ///< 12: Structures enumerator
209 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy()
261 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
276 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID &&
HDDerivedTypes.h164 T->getTypeID() == StructTyID || in classof()
195 : CompositeType(C, StructTyID), SymbolTableEntry(nullptr) {} in StructType()
298 return T->getTypeID() == StructTyID; in classof()
HDDataLayout.h519 case Type::StructTyID: in getTypeSizeInBits()
/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXAsmPrinter.cpp371 } else if ((Ty->getTypeID() == Type::StructTyID) || isa<VectorType>(Ty)) { in printReturnValStr()
1205 case Type::StructTyID: in printModuleLevelGV()
1370 case Type::StructTyID: in emitPTXGlobalVariable()
1891 case Type::StructTyID: { in bufferLEByte()
HDNVPTXISelLowering.cpp926 } else if ((retTy->getTypeID() == Type::StructTyID) || in getPrototype()
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMips16HardFloat.cpp84 case Type::StructTyID: in whichFPReturnVariant()
/NextBSD/contrib/llvm/lib/ExecutionEngine/Interpreter/
HDExternalFunctions.cpp79 case Type::StructTyID: return 'T'; in getTypeID()
HDExecution.cpp1915 case Type::StructTyID: in visitExtractValueInst()
1962 case Type::StructTyID: in visitInsertValueInst()
/NextBSD/contrib/llvm/lib/IR/
HDDataLayout.cpp639 case Type::StructTyID: { in getAlignment()
HDAsmWriter.cpp480 case Type::StructTyID: { in print()
HDCore.cpp255 case Type::StructTyID: in LLVMGetTypeKind()
HDConstants.cpp203 case Type::StructTyID: in getNullValue()
/NextBSD/contrib/llvm/lib/Target/CppBackend/
HDCPPBackend.cpp193 case Type::StructTyID: return "struct_"; in getTypePrefix()
405 case Type::StructTyID: prefix = "StructTy_"; break; in getCppName()
591 case Type::StructTyID: { in printType()
/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDMergeFunctions.cpp664 case Type::StructTyID: { in cmpTypes()
HDGlobalOpt.cpp132 case Type::StructTyID: { in isLeakCheckerRoot()
/NextBSD/contrib/llvm/lib/ExecutionEngine/
HDExecutionEngine.cpp604 case Type::StructTyID: { in getConstantValue()
/NextBSD/contrib/llvm/lib/Linker/
HDLinkModules.cpp328 case Type::StructTyID: { in get()
/NextBSD/contrib/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp434 case Type::StructTyID: { in WriteTypeTable()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDTargetInfo.cpp6283 case llvm::Type::StructTyID: in addStruct()