Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DMips.cpp202 unsigned CurrOffset = llvm::alignTo(Offset, Align); in classifyArgumentType() local
203 Offset = CurrOffset + llvm::alignTo(TySize, Align * 8) / 8; in classifyArgumentType()
220 getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType()
241 nullptr, 0, IsO32 ? nullptr : getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp168 uint64_t CurrOffset = GlobalOp.getOffset(); in matchFoldGlobalOffset() local
169 uint64_t NewOffset = MinOffset + CurrOffset; in matchFoldGlobalOffset()
170 if (NewOffset <= CurrOffset) in matchFoldGlobalOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp210 int CurrOffset = -SystemZMC::ELFCallFrameSize; in assignCalleeSavedSpillSlots() local
212 CurrOffset += StartSPOffset; in assignCalleeSavedSpillSlots()
220 CurrOffset -= Size; in assignCalleeSavedSpillSlots()
221 assert(CurrOffset % 8 == 0 && in assignCalleeSavedSpillSlots()
223 int FrameIdx = MFFrame.CreateFixedSpillStackObject(Size, CurrOffset); in assignCalleeSavedSpillSlots()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp194 const size_t CurrOffset = OS.tell() - RangesOffset; in emitDebugRanges() local
195 if (DebugRanges.Offset && (uint64_t)*DebugRanges.Offset < CurrOffset) in emitDebugRanges()
201 Twine::utohexstr(CurrOffset) + ")"); in emitDebugRanges()
203 ZeroFillBytes(OS, *DebugRanges.Offset - CurrOffset); in emitDebugRanges()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8982 unsigned CurrOffset = 0; in lowerMemcpy() local
8988 CurrOffset -= CopyTy.getSizeInBytes() - Size; in lowerMemcpy()
8992 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes()); in lowerMemcpy()
8994 MF.getMachineMemOperand(&DstMMO, CurrOffset, CopyTy.getSizeInBytes()); in lowerMemcpy()
8999 if (CurrOffset != 0) { in lowerMemcpy()
9001 Offset = MIB.buildConstant(LLT::scalar(SrcTy.getSizeInBits()), CurrOffset) in lowerMemcpy()
9009 if (CurrOffset != 0) { in lowerMemcpy()
9014 CurrOffset += CopyTy.getSizeInBytes(); in lowerMemcpy()
9088 unsigned CurrOffset = 0; in lowerMemmove() local
9093 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes()); in lowerMemmove()
[all …]