Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h74 StructTyID, ///< Structures enumerator
249 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy()
296 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
310 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID &&
H A DDerivedTypes.h217 StructType(LLVMContext &C) : Type(C, StructTyID) {} in StructType()
354 return T->getTypeID() == StructTyID; in classof()
H A DDataLayout.h685 case Type::StructTyID: in getTypeSizeInBits()
/src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp101 case Type::StructTyID: in getOverloadKind()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp297 case Type::StructTyID: { in getSmallestAddressableSize()
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp77 case Type::StructTyID: { in whichFPReturnVariant()
/src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSparc.cpp184 case llvm::Type::StructTyID: in addStruct()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp98 case Type::StructTyID: return 'T'; in getTypeID()
H A DExecution.cpp1920 case Type::StructTyID: in visitExtractValueInst()
1968 case Type::StructTyID: in visitInsertValueInst()
/src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1200 case Type::StructTyID: in printModuleLevelGV()
1481 case Type::StructTyID: in emitPTXGlobalVariable()
1906 case Type::StructTyID: { in bufferLEByte()
/src/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp803 case Type::StructTyID: { in getAlignment()
H A DConstants.cpp385 case Type::StructTyID: in getNullValue()
H A DAsmWriter.cpp598 case Type::StructTyID: { in print()
H A DCore.cpp604 case Type::StructTyID: in LLVMGetTypeKind()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp561 case Type::StructTyID: { in cmpTypes()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp600 case Type::StructTyID: { in getConstantValue()
/src/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp322 case Type::StructTyID: { in get()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp141 case Type::StructTyID: { in isLeakCheckerRoot()
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp873 case Type::StructTyID: in foldAggregateConstructionIntoAggregateReuse()
/src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1092 case Type::StructTyID: { in writeTypeTable()
/src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1121 case Type::StructTyID: { in writeTypeTable()