| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 73 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 D | DerivedTypes.h | 219 StructType(LLVMContext &C) : Type(C, StructTyID) {} in StructType() 381 return T->getTypeID() == StructTyID; in classof()
|
| H A D | DataLayout.h | 687 case Type::StructTyID: in getTypeSizeInBits()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | WindowsSecureHotPatching.cpp | 278 case Type::StructTyID: { in TypeContainsPointers()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetObjectFile.cpp | 297 case Type::StructTyID: { in getSmallestAddressableSize()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | Sparc.cpp | 186 case llvm::Type::StructTyID: in addStruct()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips16HardFloat.cpp | 76 case Type::StructTyID: { in whichFPReturnVariant()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 1006 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 D | ExternalFunctions.cpp | 98 case Type::StructTyID: return 'T'; in getTypeID()
|
| H A D | Execution.cpp | 1920 case Type::StructTyID: in visitExtractValueInst() 1968 case Type::StructTyID: in visitInsertValueInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILOpBuilder.cpp | 118 case Type::StructTyID: { in getOverloadKind()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IR2Vec.cpp | 273 case Type::StructTyID: in getVocabKeyForTypeID()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 782 case Type::StructTyID: { in getAlignment()
|
| H A D | Type.cpp | 257 case StructTyID: { in isFirstClassType()
|
| H A D | Constants.cpp | 388 case Type::StructTyID: in getNullValue()
|
| H A D | AsmWriter.cpp | 654 case Type::StructTyID: { in print()
|
| H A D | Core.cpp | 610 case Type::StructTyID: in LLVMGetTypeKind()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 575 case Type::StructTyID: { in cmpTypes()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 599 case Type::StructTyID: { in getConstantValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 214 case Type::StructTyID: { in get()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 147 case Type::StructTyID: { in isLeakCheckerRoot()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 885 case Type::StructTyID: in foldAggregateConstructionIntoAggregateReuse()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1092 case Type::StructTyID: { in writeTypeTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1190 case Type::StructTyID: { in writeTypeTable()
|