Home
last modified time | relevance | path

Searched defs:isPacked (Results 1 – 13 of 13) sorted by relevance

/llvm-project/llvm/lib/IR/
H A DType.cpp374 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 DTypeDetail.h81 bool isPacked() const { in isPacked() function
183 bool isPacked() const { in isPacked() function
H A DLLVMTypeSyntax.cpp162 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 DLLVMTypes.cpp439 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 DLLVM.cpp112 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 DNativeTypeUDT.cpp191 bool NativeTypeUDT::isPacked() const { isPacked() function in NativeTypeUDT
H A DNativeTypeEnum.cpp331 bool NativeTypeEnum::isPacked() const { in isPacked() function in NativeTypeEnum
H A DNativeRawSymbol.cpp631 bool NativeRawSymbol::isPacked() const { in isPacked() function in NativeRawSymbol
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h480 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 DDerivedTypes.h278 bool isPacked() const { return (getSubclassData() & SCDB_Packed) != 0; } isPacked() function
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1165 bool DIARawSymbol::isPacked() const { in isPacked() function in DIARawSymbol
/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2289 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 DLLParser.cpp3344 bool isPacked = EatIfPresent(lltok::less); parseStructDefinition() local