Searched refs:finishCall (Results 1 – 6 of 6) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 245 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes); 1258 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall() function in MipsFastISel 1555 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 189 bool finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes); 1480 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { in finishCall() function in PPCFastISel 1679 return finishCall(RetVT, CLI, NumBytes); in fastLowerCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 285 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes); 3107 bool AArch64FastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall() function in AArch64FastISel 3263 return finishCall(CLI, RetVT, 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()
|