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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp230 int FPDiff = 0)
232 FPDiff(FPDiff),
245 Offset += FPDiff;
325 int FPDiff; member in struct:__anon2169::OutgoingArgHandler
933 // FPDiff is the byte offset of the call's argument area from the callee's.
938 int FPDiff = 0; local
945 // We aren't sibcalling, so we need to compute FPDiff. We need to do this
946 // before handling assignments, because FPDiff must be known for memory
961 // FPDiff wil
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.h183 SDValue Chain, bool IsTailCall, int FPDiff,
187 /// optimization is performed and it is required (FPDiff!=0).
190 EVT PtrVT, unsigned SlotSize, int FPDiff,
H A DM68kISelLowering.cpp348 bool IsTailCall, int FPDiff,
360 EVT PtrVT, unsigned SlotSize, int FPDiff, const SDLoc &DL) const {
361 if (!FPDiff)
366 SlotSize, (int64_t)FPDiff - SlotSize, false);
539 int FPDiff = 0; local
544 FPDiff = NumBytesCallerPushed - NumBytes;
548 if (FPDiff < MFI->getTCReturnAddrDelta())
549 MFI->setTCReturnAddrDelta(FPDiff);
574 if (IsTailCall && FPDiff)
575 Chain = EmitTailCallLoadRetAddr(DAG, RetFI, Chain, IsTailCall, FPDiff, D
345 EmitTailCallLoadRetAddr(SelectionDAG &DAG, SDValue &OutRetAddr, SDValue Chain, bool IsTailCall, int FPDiff, const SDLoc &DL) const argument
358 EmitTailCallStoreRetAddr( SelectionDAG &DAG, MachineFunction &MF, SDValue Chain, SDValue RetFI, EVT PtrVT, unsigned SlotSize, int FPDiff, const SDLoc &DL) const argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp170 int FPDiff; member in struct:__anon2195::AMDGPUOutgoingArgHandler
179 bool IsTailCall = false, int FPDiff = 0)
180 : AMDGPUOutgoingValueHandler(MIRBuilder, MRI, MIB), FPDiff(FPDiff),
191 Offset += FPDiff;
1139 // FPDiff is the byte offset of the call's argument area from the callee's.
1144 int FPDiff = 0; local
1151 // We aren't sibcalling, so we need to compute FPDiff. We need to do this
1152 // before handling assignments, because FPDiff must be known for memory
1167 // FPDiff wil
[all...]
H A DSIISelLowering.cpp3031 // FPDiff is the byte offset of the call's argument area from the callee's.
3036 int32_t FPDiff = 0; local
3111 Offset = Offset + FPDiff;
3213 Ops.push_back(DAG.getTargetConstant(FPDiff, DL, MVT::i32));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp260 unsigned FPDiff = TFI->hasFP(MF) ? 1 : 0; local
265 return 4 - FPDiff;
267 return 12 - FPDiff;
H A DX86ISelLowering.h1487 bool Is64Bit, int FPDiff,
H A DX86ISelLowering.cpp3870 bool Is64Bit, int FPDiff, const SDLoc &dl) const {
3881 /// optimization is performed and it is required (FPDiff!=0).
3885 int FPDiff, const SDLoc &dl) {
3887 if (!FPDiff) return Chain;
3890 MF.getFrameInfo().CreateFixedObject(SlotSize, (int64_t)FPDiff - SlotSize,
4007 int FPDiff = 0;
4012 FPDiff = NumBytesCallerPushed - NumBytes;
4016 if (FPDiff < X86Info->getTCReturnAddrDelta())
4017 X86Info->setTCReturnAddrDelta(FPDiff);
4057 if (isTailCall && FPDiff)
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5587 // FPDiff is the byte offset of the call's argument area from the callee's.
5592 int FPDiff = 0; local
5601 // FPDiff will be negative if this tail call requires more space than we
5604 FPDiff = NumReusableBytes - NumBytes;
5608 if (FPDiff < 0 && FuncInfo->getTailCallReservedStack() < (unsigned)-FPDiff)
5609 FuncInfo->setTailCallReservedStack(-FPDiff);
5616 assert(FPDiff % 16 == 0 && "unaligned stack on tail call");
5793 Offset = Offset + FPDiff;
5892 Ops.push_back(DAG.getTargetConstant(FPDiff, D
[all...]

Completed in 198 milliseconds