Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp510 enum class StructDLEntryPos { Abi = 0, Preferred = 1 }; enum
515 StructDLEntryPos pos) { in getStructDataLayoutEntry()
524 if (pos == StructDLEntryPos::Preferred && in getStructDataLayoutEntry()
527 pos = StructDLEntryPos::Abi; in getStructDataLayoutEntry()
535 StructDLEntryPos pos) { in calculateStructAlignment()
537 if (pos == StructDLEntryPos::Abi && type.isPacked()) { in calculateStructAlignment()
560 StructDLEntryPos::Abi); in getABIAlignment()
567 StructDLEntryPos::Preferred); in getPreferredAlignment()
589 StructDLEntryPos::Abi); in areCompatible()
619 if (extractStructSpecValue(values, StructDLEntryPos::Abi) > in verifyEntries()
[all …]