Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/ !
H A DFastISel.h346 virtual bool fastLowerCall(CallLoweringInfo &CLI);
/src/contrib/llvm-project/llvm/lib/Target/Mips/ !
H A DMipsFastISel.cpp147 bool fastLowerCall(CallLoweringInfo &CLI) override;
1486 bool MipsFastISel::fastLowerCall(CallLoweringInfo &CLI) { in fastLowerCall() function in MipsFastISel
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ !
H A DFastISel.cpp1100 if (!fastLowerCall(CLI)) in lowerCallTo()
1950 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() function in FastISel
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/ !
H A DPPCFastISel.cpp121 bool fastLowerCall(CallLoweringInfo &CLI) override;
1546 bool PPCFastISel::fastLowerCall(CallLoweringInfo &CLI) { in fastLowerCall() function in PPCFastISel
/src/contrib/llvm-project/llvm/lib/Target/X86/ !
H A DX86FastISel.cpp69 bool fastLowerCall(CallLoweringInfo &CLI) override;
3207 bool X86FastISel::fastLowerCall(CallLoweringInfo &CLI) { in fastLowerCall() function in X86FastISel
/src/contrib/llvm-project/llvm/lib/Target/AArch64/ !
H A DAArch64FastISel.cpp155 bool fastLowerCall(CallLoweringInfo &CLI) override;
3140 bool AArch64FastISel::fastLowerCall(CallLoweringInfo &CLI) { in fastLowerCall() function in AArch64FastISel