Home
last modified time | relevance | path

Searched defs:IsPacked (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Linker/
H A DIRMover.h30 bool IsPacked; member
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp374 bool StackStore::BlockInfo::IsPacked() const { in IsPacked() function in __sanitizer::StackStore::BlockInfo
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DIRMover.cpp323 bool IsPacked = STy->isPacked(); in get() local
1755 bool IsPacked) { in findNonOpaque()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1164 bool IsPacked, bool HasDstSel) { in allOpsDefaultValue()
1201 const bool IsPacked = in printPackedModifier() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIDefines.h102 IsPacked = UINT64_C(1) << 49, enumerator
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp11247 bool IsPacked = !Field2Off.isMultipleOf(Field2Align); in coerceAndExpandFPCCEligibleStruct() local
12008 bool IsPacked = !Field2Off.isMultipleOf(Field2Align); in coerceAndExpandFARsEligibleStruct() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp8242 const bool IsPacked = (Desc.TSFlags & SIInstrFlags::IsPacked) != 0; in cvtVOP3P() local