Home
last modified time | relevance | path

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

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