Home
last modified time | relevance | path

Searched refs:MaxAlignmentExponent (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h548 static const unsigned MaxAlignmentExponent = 29; variable
549 static const unsigned MaximumAlignment = 1u << MaxAlignmentExponent;
/external/llvm/include/llvm/IR/
DValue.h538 static const unsigned MaxAlignmentExponent = 29; variable
539 static const unsigned MaximumAlignment = 1u << MaxAlignmentExponent;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h654 static const unsigned MaxAlignmentExponent = 29; variable
655 static const unsigned MaximumAlignment = 1u << MaxAlignmentExponent;
/external/llvm-project/llvm/include/llvm/IR/
DValue.h768 static const unsigned MaxAlignmentExponent = 29; variable
769 static const unsigned MaximumAlignment = 1u << MaxAlignmentExponent;
DInstruction.h67 Value::MaxAlignmentExponent>;
/external/llvm-project/llvm/lib/IR/
DValue.cpp840 return Align(TrailingZeros < Value::MaxAlignmentExponent in getPointerAlignment()
/external/llvm-project/clang/lib/Sema/
DSema.cpp147 const unsigned Sema::MaxAlignmentExponent; member in Sema
/external/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp1328 TrailZ = std::min(TrailZ, +Value::MaxAlignmentExponent); in getOrEnforceKnownAlignment()
/external/llvm-project/clang/include/clang/Sema/
DSema.h387 static const unsigned MaxAlignmentExponent = 29;
388 static const unsigned MaximumAlignment = 1u << MaxAlignmentExponent;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1551 if (Exponent > Value::MaxAlignmentExponent + 1) in parseAlignmentValue()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1483 if (Exponent > Value::MaxAlignmentExponent + 1) in parseAlignmentValue()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1547 if (Exponent > Value::MaxAlignmentExponent + 1) in parseAlignmentValue()