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

Overridden By

lib/Target/AArch64/AArch64FastISel.cpp
 5149 bool AArch64FastISel::fastSelectInstruction(const Instruction *I) {
lib/Target/ARM/ARMFastISel.cpp
 2819 bool ARMFastISel::fastSelectInstruction(const Instruction *I) {
lib/Target/Mips/MipsFastISel.cpp
 2037 bool MipsFastISel::fastSelectInstruction(const Instruction *I) {
lib/Target/PowerPC/PPCFastISel.cpp
 1937 bool PPCFastISel::fastSelectInstruction(const Instruction *I) {
lib/Target/WebAssembly/WebAssemblyFastISel.cpp
 1360 bool WebAssemblyFastISel::fastSelectInstruction(const Instruction *I) {
lib/Target/X86/X86FastISel.cpp
 3602 X86FastISel::fastSelectInstruction(const Instruction *I)  {

References

lib/CodeGen/SelectionDAG/FastISel.cpp
  441           !fastSelectInstruction(cast<Instruction>(Op)))
 1646   if (fastSelectInstruction(I)) {