Home
last modified time | relevance | path

Searched refs:finishCall (Results 1 – 3 of 3) 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/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/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()