Searched defs:RequiredAlignment (Results 1 – 7 of 7) sorted by relevance
/llvm-project/libcxxabi/src/ | ||
H A D | fallback_malloc.cpp | 81 const size_t RequiredAlignment = alignof(FallbackMaxAlignType); variable |
/llvm-project/clang/include/clang/AST/ | ||
H A D | RecordLayout.h | 84 CharUnits RequiredAlignment; variable |
/llvm-project/offload/src/ | ||
H A D | omptarget.cpp | 1332 uint32_t RequiredAlignment = addArg() local |
/llvm-project/clang/lib/AST/ | ||
H A D | RecordLayoutBuilder.cpp | 2633 CharUnits RequiredAlignment; global() member |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | DAGCombiner.cpp | 19511 Align RequiredAlignment; adjustCostForPairing() local |
H A D | SelectionDAGBuilder.cpp | 11338 Align RequiredAlignment = AI->getAlign(); tryToElideArgumentCopy() local |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | SIISelLowering.cpp | 1690 Align RequiredAlignment(PowerOf2Ceil(Size/8)); // Natural alignment. allowsMisalignedMemoryAccessesImpl() local |