Searched refs:finishCall (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 184 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes); 1207 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall() function in MipsFastISel 1323 return finishCall(CLI, RetVT, NumBytes); in fastLowerCall()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 187 bool finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes); 1381 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { in finishCall() function in PPCFastISel 1580 return finishCall(RetVT, CLI, NumBytes); in fastLowerCall()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 240 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes); 2993 bool AArch64FastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall() function in AArch64FastISel 3148 return finishCall(CLI, RetVT, NumBytes); in fastLowerCall()
|