Searched refs:finishCall (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 197 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes); 1220 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall() function in MipsFastISel 1336 return finishCall(CLI, RetVT, NumBytes); in fastLowerCall()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 188 bool finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes); 1393 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { in finishCall() function in PPCFastISel 1592 return finishCall(RetVT, CLI, NumBytes); in fastLowerCall()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 239 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes); 3021 bool AArch64FastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall() function in AArch64FastISel 3177 return finishCall(CLI, RetVT, NumBytes); in fastLowerCall()
|