Home
last modified time | relevance | path

Searched defs:MinAlignment (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.h58 const uptr MinAlignment = 1 << MinAlignmentLog; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCallingConvLower.cpp45 int MinAlignment, ISD::ArgFlagsTy ArgFlags) { in HandleByVal()
/external/scudo/standalone/tests/
Dcombined_test.cpp36 const scudo::uptr MinAlignment = 1UL << SCUDO_MIN_ALIGNMENT_LOG; in isPrimaryAllocation() local
48 const scudo::uptr MinAlignment = 1UL << SCUDO_MIN_ALIGNMENT_LOG; in checkMemoryTaggingMaybe() local
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dcombined_test.cpp43 const scudo::uptr MinAlignment = 1UL << SCUDO_MIN_ALIGNMENT_LOG; in isTaggedAllocation() local
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp266 static const uptr MinAlignment = 1 << MinAlignmentLog; member
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dcombined.h935 static const uptr MinAlignment = 1UL << MinAlignmentLog; variable
/external/scudo/standalone/
Dcombined.h957 static const uptr MinAlignment = 1UL << MinAlignmentLog; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3093 unsigned MinAlignment; in mergeConditionalStoreToAddress() local