Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h338 virtual bool fastLowerCall(CallLoweringInfo &CLI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp147 bool fastLowerCall(CallLoweringInfo &CLI) override;
1492 bool MipsFastISel::fastLowerCall(CallLoweringInfo &CLI) { in fastLowerCall() function in MipsFastISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1102 if (!fastLowerCall(CLI)) in lowerCallTo()
1825 bool FastISel::fastLowerCall(CallLoweringInfo & /*CLI*/) { return false; } in fastLowerCall() function in FastISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp122 bool fastLowerCall(CallLoweringInfo &CLI) override;
1547 bool PPCFastISel::fastLowerCall(CallLoweringInfo &CLI) { in fastLowerCall() function in PPCFastISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp78 bool fastLowerCall(CallLoweringInfo &CLI) override;
3160 bool X86FastISel::fastLowerCall(CallLoweringInfo &CLI) { in fastLowerCall() function in X86FastISel
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp152 bool fastLowerCall(CallLoweringInfo &CLI) override;
3120 bool AArch64FastISel::fastLowerCall(CallLoweringInfo &CLI) { in fastLowerCall() function in AArch64FastISel