Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h31 bool IsPacked; member
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DType.cpp62 bool IsPacked) { in get()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLoongArch.cpp282 bool IsPacked = !Field2Off.isMultipleOf(Field2Align); in coerceAndExpandFARsEligibleStruct() local
H A DRISCV.cpp372 bool IsPacked = !Field2Off.isMultipleOf(Field2Align); in coerceAndExpandFPCCEligibleStruct() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp374 bool StackStore::BlockInfo::IsPacked() const { IsPacked() function in __sanitizer::StackStore::BlockInfo
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp216 bool IsPacked = STy->isPacked(); in get() local
1635 bool IsPacked) { in findNonOpaque()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp1031 bool IsPacked = VS->NumPacked > 1; in visitInsertElementInst() local
1125 bool IsPacked = VS->NumPacked > 1; in visitExtractElementInst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1187 bool IsPacked, bool HasDstSel) { in allOpsDefaultValue()
1249 const bool IsPacked = in printPackedModifier() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp304 const bool IsPacked = true; in asStruct() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp355 bool IsPacked = STy->isPacked(); in remapTypeImpl() local
H A DSIDefines.h137 IsPacked = UINT64_C(1) << 49, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp9245 const bool IsPacked = (Desc.TSFlags & SIInstrFlags::IsPacked) != 0; in cvtVOP3P() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5371 bool ASTContext::computeBestEnumTypes(bool IsPacked, unsigned NumNegativeBits, in computeBestEnumTypes()