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

Overridden By

lib/Target/AArch64/AArch64FastISel.cpp
 2951 bool AArch64FastISel::fastLowerArguments() {
lib/Target/ARM/ARMFastISel.cpp
 3001 bool ARMFastISel::fastLowerArguments() {
lib/Target/Mips/MipsFastISel.cpp
 1314 bool MipsFastISel::fastLowerArguments() {
lib/Target/PowerPC/PPCFastISel.cpp
 2368 bool PPCFastISel::fastLowerArguments() {
lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  635 bool WebAssemblyFastISel::fastLowerArguments() {
lib/Target/X86/X86FastISel.cpp
 3057 bool X86FastISel::fastLowerArguments() {

Declarations

include/llvm/CodeGen/FastISel.h
  342   virtual bool fastLowerArguments();

References

lib/CodeGen/SelectionDAG/FastISel.cpp
  152   if (!fastLowerArguments())