Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp246 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes);
1276 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall() function in MipsFastISel
1583 return finishCall(CLI, RetVT, NumBytes); in fastLowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp192 bool finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes);
1488 bool PPCFastISel::finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes) { in finishCall() function in PPCFastISel
1687 return finishCall(RetVT, CLI, NumBytes); in fastLowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp274 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes);
3081 bool AArch64FastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall() function in AArch64FastISel
3254 return finishCall(CLI, RetVT, NumBytes); in fastLowerCall()