Searched refs:finishCall (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 248 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes); 1274 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall() function in MipsFastISel 1581 return finishCall(CLI, RetVT, NumBytes); in fastLowerCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCFastISel.cpp | 189 bool finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes); 1491 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { in finishCall() function in PPCFastISel 1690 return finishCall(RetVT, CLI, NumBytes); in fastLowerCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 285 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes); 3119 bool AArch64FastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall() function in AArch64FastISel 3279 return finishCall(CLI, RetVT, NumBytes); in fastLowerCall()
|