Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoadCombine.cpp145 APInt PrevOffset; in aggregateLoads() local
150 PrevOffset = L.POP.Offset; in aggregateLoads()
159 APInt PrevEnd = PrevOffset + PrevSize; in aggregateLoads()
172 PrevOffset = L.POP.Offset; in aggregateLoads()
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp72 uint32_t PrevOffset = 0; in writeStringsAndOffsets() local
74 OffsetRemapping[PrevOffset] = in writeStringsAndOffsets()
75 Strings.getOffset(s, LocalOffset - PrevOffset); in writeStringsAndOffsets()
76 PrevOffset = LocalOffset; in writeStringsAndOffsets()
244 auto PrevOffset = Offset; in addAllTypes() local
252 Offset = PrevOffset + C.Length; in addAllTypes()
258 Out.EmitBytes(Types.substr(PrevOffset, C.Length)); in addAllTypes()
/external/llvm-project/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp80 uint64_t PrevOffset = 0; in writeStringsAndOffsets() local
82 OffsetRemapping[PrevOffset] = in writeStringsAndOffsets()
83 Strings.getOffset(s, LocalOffset - PrevOffset); in writeStringsAndOffsets()
84 PrevOffset = LocalOffset; in writeStringsAndOffsets()
294 auto PrevOffset = Offset; in addAllTypes() local
302 Offset = PrevOffset + C.Length; in addAllTypes()
308 Out.emitBytes(Types.substr(PrevOffset, C.Length)); in addAllTypes()
/external/llvm-project/llvm/lib/MC/
DMCWin64EH.cpp549 unsigned PrevOffset = -1; in simplifyOpcodes() local
569 Inst.Offset == PrevOffset + 16) { in simplifyOpcodes()
580 PrevOffset = 0; in simplifyOpcodes()
583 PrevOffset = 0; in simplifyOpcodes()
586 PrevOffset = Inst.Offset; in simplifyOpcodes()
590 PrevOffset += 16; in simplifyOpcodes()
593 PrevOffset = -1; in simplifyOpcodes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp540 uint64_t PrevOffset = 0; in computeVTableFuncs() local
545 assert(P.VTableOffset >= PrevOffset); in computeVTableFuncs()
546 PrevOffset = P.VTableOffset; in computeVTableFuncs()
/external/llvm-project/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp544 uint64_t PrevOffset = 0; in computeVTableFuncs() local
549 assert(P.VTableOffset >= PrevOffset); in computeVTableFuncs()
550 PrevOffset = P.VTableOffset; in computeVTableFuncs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp5254 Optional<APInt> PrevOffset; in verifyTBAABaseNodeImpl() local
5296 !PrevOffset || PrevOffset->ule(OffsetEntryCI->getValue()); in verifyTBAABaseNodeImpl()
5303 PrevOffset = OffsetEntryCI->getValue(); in verifyTBAABaseNodeImpl()
/external/llvm-project/llvm/lib/IR/
DVerifier.cpp5674 Optional<APInt> PrevOffset; in verifyTBAABaseNodeImpl() local
5716 !PrevOffset || PrevOffset->ule(OffsetEntryCI->getValue()); in verifyTBAABaseNodeImpl()
5723 PrevOffset = OffsetEntryCI->getValue(); in verifyTBAABaseNodeImpl()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp5880 uint64_t PrevOffset = *Offset; in printFunctionStackSize() local
5884 if (*Offset == PrevOffset) { in printFunctionStackSize()