Home
last modified time | relevance | path

Searched refs:MaxAlignmentExponent (Results 1 – 10 of 10) 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-16.0/llvm/include/llvm/IR/
DValue.h789 static constexpr unsigned MaxAlignmentExponent = 32; variable
790 static constexpr uint64_t MaximumAlignment = 1ULL << MaxAlignmentExponent;
DInstruction.h63 Value::MaxAlignmentExponent>;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h664 static const unsigned MaxAlignmentExponent = 29; variable
665 static const unsigned MaximumAlignment = 1u << MaxAlignmentExponent;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DValue.cpp978 return Align(TrailingZeros < Value::MaxAlignmentExponent in getPointerAlignment()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DLocal.cpp1447 TrailZ = std::min(TrailZ, +Value::MaxAlignmentExponent); in getOrEnforceKnownAlignment()
/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/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2076 if (Exponent > Value::MaxAlignmentExponent + 1) in parseAlignmentValue()