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.cpp219 unsigned CurrOffset = llvm::alignTo(Offset, Align); in classifyArgumentType() local
220 Offset = CurrOffset + llvm::alignTo(TySize, Align * 8) / 8; in classifyArgumentType()
238 getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType()
259 nullptr, 0, IsO32 ? nullptr : getPaddingType(OrigOffset, CurrOffset)); in classifyArgumentType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp167 uint64_t CurrOffset = GlobalOp.getOffset(); in matchFoldGlobalOffset() local
168 uint64_t NewOffset = MinOffset + CurrOffset; in matchFoldGlobalOffset()
169 if (NewOffset <= CurrOffset) in matchFoldGlobalOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp212 int CurrOffset = -SystemZMC::ELFCallFrameSize; in assignCalleeSavedSpillSlots() local
214 CurrOffset += StartSPOffset; in assignCalleeSavedSpillSlots()
222 CurrOffset -= Size; in assignCalleeSavedSpillSlots()
223 assert(CurrOffset % 8 == 0 && in assignCalleeSavedSpillSlots()
225 int FrameIdx = MFFrame.CreateFixedSpillStackObject(Size, CurrOffset); in assignCalleeSavedSpillSlots()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp190 const size_t CurrOffset = OS.tell() - RangesOffset; in emitDebugRanges() local
191 if (DebugRanges.Offset && (uint64_t)*DebugRanges.Offset < CurrOffset) in emitDebugRanges()
197 Twine::utohexstr(CurrOffset) + ")"); in emitDebugRanges()
199 ZeroFillBytes(OS, *DebugRanges.Offset - CurrOffset); in emitDebugRanges()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp9944 unsigned CurrOffset = 0; in lowerMemcpy() local
9950 CurrOffset -= CopyTy.getSizeInBytes() - Size; in lowerMemcpy()
9954 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes()); in lowerMemcpy()
9956 MF.getMachineMemOperand(&DstMMO, CurrOffset, CopyTy.getSizeInBytes()); in lowerMemcpy()
9961 if (CurrOffset != 0) { in lowerMemcpy()
9963 Offset = MIB.buildConstant(LLT::scalar(SrcTy.getSizeInBits()), CurrOffset) in lowerMemcpy()
9971 if (CurrOffset != 0) { in lowerMemcpy()
9976 CurrOffset += CopyTy.getSizeInBytes(); in lowerMemcpy()
10050 unsigned CurrOffset = 0; in lowerMemmove() local
10055 MF.getMachineMemOperand(&SrcMMO, CurrOffset, CopyTy.getSizeInBytes()); in lowerMemmove()
[all …]