reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/Target/AArch64/AArch64FastISel.cpp
 3191 bool AArch64FastISel::fastLowerCall(CallLoweringInfo &CLI) {
lib/Target/Mips/MipsFastISel.cpp
 1495 bool MipsFastISel::fastLowerCall(CallLoweringInfo &CLI) {
lib/Target/PowerPC/PPCFastISel.cpp
 1549 bool PPCFastISel::fastLowerCall(CallLoweringInfo &CLI) {
lib/Target/X86/X86FastISel.cpp
 3173 bool X86FastISel::fastLowerCall(CallLoweringInfo &CLI) {

Declarations

include/llvm/CodeGen/FastISel.h
  346   virtual bool fastLowerCall(CallLoweringInfo &CLI);

References

lib/CodeGen/SelectionDAG/FastISel.cpp
 1230   if (!fastLowerCall(CLI))