Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h343 virtual bool fastLowerCall(CallLoweringInfo &CLI);
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp145 bool fastLowerCall(CallLoweringInfo &CLI) override;
1498 bool MipsFastISel::fastLowerCall(CallLoweringInfo &CLI) { in fastLowerCall() function in MipsFastISel
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1097 if (!fastLowerCall(CLI)) in lowerCallTo()
1895 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() function in FastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp116 bool fastLowerCall(CallLoweringInfo &CLI) override;
1535 bool PPCFastISel::fastLowerCall(CallLoweringInfo &CLI) { in fastLowerCall() function in PPCFastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp69 bool fastLowerCall(CallLoweringInfo &CLI) override;
3243 bool X86FastISel::fastLowerCall(CallLoweringInfo &CLI) { in fastLowerCall() function in X86FastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp150 bool fastLowerCall(CallLoweringInfo &CLI) override;
3138 bool AArch64FastISel::fastLowerCall(CallLoweringInfo &CLI) { in fastLowerCall() function in AArch64FastISel