/llvm-project/llvm/lib/IR/ |
H A D | Type.cpp | 374 get(LLVMContext & Context,ArrayRef<Type * > ETypes,bool isPacked) get() argument 445 setBody(ArrayRef<Type * > Elements,bool isPacked) setBody() argument 520 get(LLVMContext & Context,bool isPacked) get() argument 525 create(LLVMContext & Context,ArrayRef<Type * > Elements,StringRef Name,bool isPacked) create() argument 540 create(ArrayRef<Type * > Elements,StringRef Name,bool isPacked) create() argument [all...] |
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | TypeDetail.h | 81 bool isPacked() const { in isPacked() function 183 bool isPacked() const { in isPacked() function
|
H A D | LLVMTypeSyntax.cpp | 162 trySetStructBody(LLVMStructType type,ArrayRef<Type> subtypes,bool isPacked,AsmParser & parser,SMLoc subtypesLoc) trySetStructBody() argument 244 bool isPacked = succeeded(parser.parseOptionalKeyword("packed")); parseStructType() local
|
H A D | LLVMTypes.cpp | 439 bool isPacked) { in getNewIdentified() argument 454 ArrayRef<Type> types, bool isPacked) { in getLiteral() argument 461 bool isPacked) { in getLiteralChecked() argument 475 LogicalResult LLVMStructType::setBody(ArrayRef<Type> types, bool isPacked) { in setBody() argument 482 bool LLVMStructType::isPacked() const { return getImpl()->isPacked(); } in isPacked() function in LLVMStructType [all...] |
/llvm-project/mlir/lib/CAPI/Dialect/ |
H A D | LLVM.cpp | 112 unwrapList(nFieldTypes, fieldTypes, fieldStorage), isPacked)); in mlirLLVMStructTypeIdentifiedNewGet() argument 84 mlirLLVMStructTypeLiteralGet(MlirContext ctx,intptr_t nFieldTypes,MlirType const * fieldTypes,bool isPacked) mlirLLVMStructTypeLiteralGet() argument 94 mlirLLVMStructTypeLiteralGetChecked(MlirLocation loc,intptr_t nFieldTypes,MlirType const * fieldTypes,bool isPacked) mlirLLVMStructTypeLiteralGetChecked() argument 122 mlirLLVMStructTypeSetBody(MlirType structType,intptr_t nFieldTypes,MlirType const * fieldTypes,bool isPacked) mlirLLVMStructTypeSetBody() argument
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeUDT.cpp | 191 bool NativeTypeUDT::isPacked() const { isPacked() function in NativeTypeUDT
|
H A D | NativeTypeEnum.cpp | 331 bool NativeTypeEnum::isPacked() const { in isPacked() function in NativeTypeEnum
|
H A D | NativeRawSymbol.cpp | 631 bool NativeRawSymbol::isPacked() const { in isPacked() function in NativeRawSymbol
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.h | 480 static bool isPacked(const MachineInstr &MI) { isPacked() function 484 bool isPacked(uint16_t Opcode) const { isPacked() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 278 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } isPacked() function
|
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 1165 bool DIARawSymbol::isPacked() const { in isPacked() function in DIARawSymbol
|
/llvm-project/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 2289 CheckFieldPadding(uint64_t Offset,uint64_t UnpaddedOffset,uint64_t UnpackedOffset,unsigned UnpackedAlign,bool isPacked,const FieldDecl * D) CheckFieldPadding() argument
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 3344 bool isPacked = EatIfPresent(lltok::less); parseStructDefinition() local
|