Home
last modified time | relevance | path

Searched refs:AlignLog2 (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp130 if ((Offset - ByteOffset) % (uint64_t(1) << AlignLog2) != 0) in containsGlobalOffset()
133 uint64_t BitOffset = (Offset - ByteOffset) >> AlignLog2; in containsGlobalOffset()
142 << (1 << AlignLog2); in print()
173 BSI.AlignLog2 = 0; in build()
175 BSI.AlignLog2 = countTrailingZeros(Mask); in build()
179 BSI.BitSize = ((Max - Min) >> BSI.AlignLog2) + 1; in build()
181 Offset >>= BSI.AlignLog2; in build()
442 Constant *AlignLog2; member
746 B.CreateLShr(PtrOffset, ConstantExpr::getZExt(TIL.AlignLog2, IntPtrTy)); in lowerTypeTestCall()
751 TIL.AlignLog2), in lowerTypeTestCall()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h46 unsigned AlignLog2; member
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h33 io.mapOptional("AlignLog2", res.AlignLog2);
H A DModuleSummaryIndex.h1102 uint64_t AlignLog2 = 0;
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp270 AddUint64(S.TTRes.AlignLog2); in computeLTOCacheKey()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp3004 if (TTRes.AlignLog2) in printTypeTestResolution()
3005 Out << ", alignLog2: " << TTRes.AlignLog2; in printTypeTestResolution()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3907 NameVals.push_back(Summary.TTRes.AlignLog2); in writeTypeIdSummaryRecord()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7078 TypeId.TTRes.AlignLog2 = Record[Slot++]; in parseTypeIdSummaryRecord()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp8343 parseUInt64(TTRes.AlignLog2)) in parseTypeTestResolution()