Searched refs:FPDiff (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp138 int FPDiff = 0)
140 AssignFnVarArg(AssignFnVarArg), IsTailCall(IsTailCall), FPDiff(FPDiff),
152 Offset += FPDiff;
227 int FPDiff; member in struct:__anon3883::OutgoingArgHandler
853 // FPDiff is the byte offset of the call's argument area from the callee's.
858 int FPDiff = 0;
865 // We aren't sibcalling, so we need to compute FPDiff. We need to do this
866 // before handling assignments, because FPDiff must be known for memory
877 // FPDiff wil
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp258 unsigned FPDiff = TFI->hasFP(MF) ? 1 : 0; local
263 return 4 - FPDiff;
265 return 12 - FPDiff;
H A DX86ISelLowering.h1457 bool Is64Bit, int FPDiff,
H A DX86ISelLowering.cpp3794 bool Is64Bit, int FPDiff, const SDLoc &dl) const {
3805 /// optimization is performed and it is required (FPDiff!=0).
3809 int FPDiff, const SDLoc &dl) {
3811 if (!FPDiff) return Chain;
3814 MF.getFrameInfo().CreateFixedObject(SlotSize, (int64_t)FPDiff - SlotSize,
3933 int FPDiff = 0;
3938 FPDiff = NumBytesCallerPushed - NumBytes;
3942 if (FPDiff < X86Info->getTCReturnAddrDelta())
3943 X86Info->setTCReturnAddrDelta(FPDiff);
3983 if (isTailCall && FPDiff)
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4418 // FPDiff is the byte offset of the call's argument area from the callee's.
4423 int FPDiff = 0; local
4432 // FPDiff will be negative if this tail call requires more space than we
4435 FPDiff = NumReusableBytes - NumBytes;
4442 assert(FPDiff % 16 == 0 && "unaligned stack on tail call");
4589 Offset = Offset + FPDiff;
4688 Ops.push_back(DAG.getTargetConstant(FPDiff, DL, MVT::i32));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2884 // FPDiff is the byte offset of the call's argument area from the callee's.
2889 int32_t FPDiff = 0; local
2962 Offset = Offset + FPDiff;
3063 Ops.push_back(DAG.getTargetConstant(FPDiff, DL, MVT::i32));

Completed in 472 milliseconds