Home
last modified time | relevance | path

Searched defs:NewOffset (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamReader.cpp113 uint32_t NewOffset = getOffset(); in readWideString() local
156 uint32_t NewOffset = alignTo(Offset, Align); in padToAlignment() local
DBinaryStreamWriter.cpp96 uint32_t NewOffset = alignTo(Offset, Align); in padToAlignment() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCOptAddrMode.cpp346 int64_t NewOffset = Incr.getImm(); in canFixPastUses() local
364 unsigned NewBase, int64_t NewOffset) { in fixPastUses()
443 MachineOperand &NewOffset) { in changeToAddrMode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DInfoStream.cpp48 uint32_t NewOffset = Reader.getOffset(); in reload() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp206 void setOffset(const ConstantInt *NewOffset) { Offset = NewOffset; } in setOffset()
633 APInt NewOffset = Check.getOffsetValue() + OpRHS->getValue(); in parseRangeChecks() local
641 APInt NewOffset = Check.getOffsetValue() + OpRHS->getValue(); in parseRangeChecks() local
DLoopStrengthReduce.cpp2519 bool LSRInstance::reconcileNewOffset(LSRUse &LU, int64_t NewOffset, in reconcileNewOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h288 void setOffset(int64_t NewOffset) { PtrInfo.Offset = NewOffset; } in setOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.cpp406 int64_t NewOffset = OffsetOp->getImm() + Offset; in resolveFrameIndex() local
419 int64_t NewOffset = Offset + getMUBUFInstrOffset(MI); in isFrameOffsetLegal() local
1203 int64_t NewOffset = OldImm + Offset; in eliminateFrameIndex() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h229 void setOffset(uint64_t NewOffset) { Offset = NewOffset; } in setOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp845 int64_t NewOffset = 0; in changeDependences() local
2174 int64_t NewOffset = in applyInstrChange() local
2781 int64_t NewOffset = in fixupRegisterOverlaps() local
DModuloSchedule.cpp1009 int64_t NewOffset = OldMI->getOperand(OffsetPos).getImm(); in cloneAndChangeInstr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp94 void setOffset(int64_t NewOffset) { in setOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp1380 auto NewOffset = MIB.buildConstant(OffsetTy, MatchInfo.Imm); in applyPtrAddImmedChain() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h508 void setOffset(uint64_t NewOffset) { in setOffset()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceOperand.h761 void setRematerializable(RegNumT NewRegNum, int32_t NewOffset) { in setRematerializable()
DIceTargetLoweringMIPS32.cpp5198 int32_t NewOffset = MoreOffset + *Offset; in matchAssign() local
5256 int32_t NewOffset = *Offset; in matchOffsetBase() local
DIceTargetLoweringARM32.cpp5336 int32_t NewOffset = MoreOffset + *Offset; in matchAssign() local
5519 int32_t NewOffset = *Offset; in matchOffsetBase() local
DIceTargetLoweringX8664.cpp4731 int32_t NewOffset = 0; in matchOffsetIndexOrBase() local
DIceTargetLoweringX8632.cpp5310 int32_t NewOffset = 0; in matchOffsetIndexOrBase() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIntervalMap.h2006 IdxPair NewOffset = distribute(Nodes, Elements, NodeT::Capacity, in overflow() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp3495 int64_t NewOffset = Offset / Scale; in isAArch64FrameOffsetLegal() local
3536 int64_t NewOffset; in rewriteAArch64FrameIndex() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp1056 int NewOffset = MemOps[I].Offset; in FormCandidates() local
DARMISelDAGToDAG.cpp1727 SDValue NewOffset; in tryMVEIndexedLoad() local
DARMISelLowering.cpp13573 unsigned NewOffset = i * NumElements * ToEltVT.getSizeInBits() / 8; in PerformSplittingToNarrowingStores() local
14067 unsigned NewOffset = NewFromVT.getSizeInBits() / 8; in PerformSplittingToWideningLoad() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1813 unsigned NewOffset = (Offset + AlignMask) & ~AlignMask; in EmitConstantPool() local