Home
last modified time | relevance | path

Searched refs:finishCall (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp197 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/
DMipsFastISel.cpp245 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/
DPPCFastISel.cpp188 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/
DPPCFastISel.cpp189 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/
DAArch64FastISel.cpp285 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/
DAArch64FastISel.cpp239 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()