Home
last modified time | relevance | path

Searched refs:CurrOffset (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp158 uint64_t CurrOffset = GlobalOp.getOffset(); in matchFoldGlobalOffset() local
159 uint64_t NewOffset = MinOffset + CurrOffset; in matchFoldGlobalOffset()
160 if (NewOffset <= CurrOffset) in matchFoldGlobalOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp113 int CurrOffset = -SystemZMC::ELFCallFrameSize; in assignCalleeSavedSpillSlots() local
115 CurrOffset += StartSPOffset; in assignCalleeSavedSpillSlots()
123 CurrOffset -= Size; in assignCalleeSavedSpillSlots()
124 assert(CurrOffset % 8 == 0 && in assignCalleeSavedSpillSlots()
126 int FrameIdx = MFFrame.CreateFixedSpillStackObject(Size, CurrOffset); in assignCalleeSavedSpillSlots()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1402 unsigned CurrOffset = 0; in optimizeMemcpy() local
1409 CurrOffset -= CopyTy.getSizeInBytes() - Size; in optimizeMemcpy()
1413 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes()); in optimizeMemcpy()
1415 MF.getMachineMemOperand(&DstMMO, CurrOffset, CopyTy.getSizeInBytes()); in optimizeMemcpy()
1420 if (CurrOffset != 0) { in optimizeMemcpy()
1421 Offset = MIB.buildConstant(LLT::scalar(PtrTy.getSizeInBits()), CurrOffset) in optimizeMemcpy()
1429 CurrOffset == 0 ? Dst : MIB.buildPtrAdd(PtrTy, Dst, Offset).getReg(0); in optimizeMemcpy()
1431 CurrOffset += CopyTy.getSizeInBytes(); in optimizeMemcpy()
1505 unsigned CurrOffset = 0; in optimizeMemmove() local
1511 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes()); in optimizeMemmove()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp193 const size_t CurrOffset = OS.tell() - RangesOffset; in emitDebugRanges() local
194 if (DebugRanges.Offset && (uint64_t)*DebugRanges.Offset < CurrOffset) in emitDebugRanges()
200 Twine::utohexstr(CurrOffset) + ")"); in emitDebugRanges()
202 ZeroFillBytes(OS, *DebugRanges.Offset - CurrOffset); in emitDebugRanges()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp7883 unsigned CurrOffset = llvm::alignTo(Offset, Align); in classifyArgumentType() local
7884 Offset = CurrOffset + llvm::alignTo(TySize, Align * 8) / 8; in classifyArgumentType()
7901 getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType()
7922 nullptr, 0, IsO32 ? nullptr : getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType()