Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h73 StructTyID, ///< Structures enumerator
258 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy()
302 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType()
315 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID &&
H A DDerivedTypes.h219 StructType(LLVMContext &C) : Type(C, StructTyID) {} in StructType()
381 return T->getTypeID() == StructTyID; in classof()
H A DDataLayout.h687 case Type::StructTyID: in getTypeSizeInBits()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowsSecureHotPatching.cpp278 case Type::StructTyID: { in TypeContainsPointers()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp297 case Type::StructTyID: { in getSmallestAddressableSize()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSparc.cpp186 case llvm::Type::StructTyID: in addStruct()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp76 case Type::StructTyID: { in whichFPReturnVariant()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1006 case Type::StructTyID: in printModuleLevelGV()
1277 case Type::StructTyID: in emitPTXGlobalVariable()
1652 case Type::StructTyID: { in bufferLEByte()
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpBuilder.cpp118 case Type::StructTyID: { in getOverloadKind()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp273 case Type::StructTyID: in getVocabKeyForTypeID()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp782 case Type::StructTyID: { in getAlignment()
H A DType.cpp257 case StructTyID: { in isFirstClassType()
H A DConstants.cpp388 case Type::StructTyID: in getNullValue()
H A DAsmWriter.cpp654 case Type::StructTyID: { in print()
H A DCore.cpp610 case Type::StructTyID: in LLVMGetTypeKind()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp575 case Type::StructTyID: { in cmpTypes()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp599 case Type::StructTyID: { in getConstantValue()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp214 case Type::StructTyID: { in get()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp147 case Type::StructTyID: { in isLeakCheckerRoot()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp885 case Type::StructTyID: in foldAggregateConstructionIntoAggregateReuse()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1092 case Type::StructTyID: { in writeTypeTable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1190 case Type::StructTyID: { in writeTypeTable()