/external/llvm/include/llvm/IR/ |
D | Type.h | 72 StructTyID, ///< 13: Structures enumerator 205 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() 246 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType() 260 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID &&
|
D | DerivedTypes.h | 170 T->getTypeID() == StructTyID || in classof() 200 : CompositeType(C, StructTyID), SymbolTableEntry(nullptr) {} in StructType() 292 return T->getTypeID() == StructTyID; in classof()
|
D | DataLayout.h | 522 case Type::StructTyID: in getTypeSizeInBits()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 72 StructTyID, ///< 13: Structures enumerator 207 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() 248 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType() 262 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID &&
|
D | DerivedTypes.h | 174 T->getTypeID() == StructTyID || in classof() 201 : CompositeType(C, StructTyID), SymbolTableEntry(nullptr) {} in StructType() 297 return T->getTypeID() == StructTyID; in classof()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Type.h | 73 StructTyID, ///< 13: Structures enumerator 218 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() 259 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType() 273 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID &&
|
D | DerivedTypes.h | 213 T->getTypeID() == StructTyID || in classof() 239 StructType(LLVMContext &C) : CompositeType(C, StructTyID) {} in StructType() 358 return T->getTypeID() == StructTyID; in classof()
|
D | DataLayout.h | 636 case Type::StructTyID: in getTypeSizeInBits()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Type.h | 74 StructTyID, ///< Structures enumerator 219 bool isStructTy() const { return getTypeID() == StructTyID; } in isStructTy() 262 return getTypeID() == StructTyID || getTypeID() == ArrayTyID; in isAggregateType() 276 if (getTypeID() != StructTyID && getTypeID() != ArrayTyID && !isVectorTy())
|
D | DerivedTypes.h | 219 StructType(LLVMContext &C) : Type(C, StructTyID) {} in StructType() 345 return T->getTypeID() == StructTyID; in classof()
|
D | DataLayout.h | 676 case Type::StructTyID: in getTypeSizeInBits()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 264 case Type::StructTyID: { in getSmallestAddressableSize()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 298 case Type::StructTyID: { in getSmallestAddressableSize()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetObjectFile.cpp | 298 case Type::StructTyID: { in getSmallestAddressableSize()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 76 case Type::StructTyID: { in whichFPReturnVariant()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 75 case Type::StructTyID: in whichFPReturnVariant()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 76 case Type::StructTyID: { in whichFPReturnVariant()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 371 } else if ((Ty->getTypeID() == Type::StructTyID) || isa<VectorType>(Ty)) { in printReturnValStr() 1228 case Type::StructTyID: in printModuleLevelGV() 1392 case Type::StructTyID: in emitPTXGlobalVariable() 1912 case Type::StructTyID: { in bufferLEByte()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | ExternalFunctions.cpp | 89 case Type::StructTyID: return 'T'; in getTypeID()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | ExternalFunctions.cpp | 79 case Type::StructTyID: return 'T'; in getTypeID()
|
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
D | ExternalFunctions.cpp | 89 case Type::StructTyID: return 'T'; in getTypeID()
|
/external/llvm/lib/IR/ |
D | DataLayout.cpp | 644 case Type::StructTyID: { in getAlignment()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1185 case Type::StructTyID: in printModuleLevelGV() 1359 case Type::StructTyID: in emitPTXGlobalVariable() 1896 case Type::StructTyID: { in bufferLEByte()
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1176 case Type::StructTyID: in printModuleLevelGV() 1348 case Type::StructTyID: in emitPTXGlobalVariable() 1885 case Type::StructTyID: { in bufferLEByte()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | JitManager.cpp | 307 case Type::StructTyID: in GetDebugType()
|