Searched refs:FinishCall (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | fast-isel-call-multi-reg-return.ll | 6 ; This test just check to make sure we don't hit the assert in FinishCall.
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 225 bool FinishCall(MVT RetVT, SmallVectorImpl<Register> &UsedRegs, 2021 bool ARMFastISel::FinishCall(MVT RetVT, SmallVectorImpl<Register> &UsedRegs, in FinishCall() function in ARMFastISel 2285 if (!FinishCall(RetVT, UsedRegs, I, CC, NumBytes, false)) return false; in ARMEmitLibcall() 2429 if (!FinishCall(RetVT, UsedRegs, I, CC, NumBytes, isVarArg)) in SelectCall()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.h | 1324 SDValue FinishCall(CallFlags CFlags, const SDLoc &dl, SelectionDAG &DAG,
|
| H A D | PPCISelLowering.cpp | 5563 SDValue PPCTargetLowering::FinishCall( in FinishCall() function in PPCTargetLowering 5943 return FinishCall(CFlags, dl, DAG, RegsToPass, InFlag, Chain, CallSeqStart, in LowerCall_32SVR4() 6545 return FinishCall(CFlags, dl, DAG, RegsToPass, InFlag, Chain, CallSeqStart, in LowerCall_64SVR4() 7532 return FinishCall(CFlags, dl, DAG, RegsToPass, InFlag, Chain, CallSeqStart, in LowerCall_AIX()
|