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

Declarations

include/llvm/CodeGen/FastISel.h
  499   bool canFoldAddIntoGEP(const User *GEP, const Value *Add);

References

lib/Target/AArch64/AArch64FastISel.cpp
  643           if (canFoldAddIntoGEP(U, Op)) {
lib/Target/ARM/ARMFastISel.cpp
  775             if (canFoldAddIntoGEP(U, Op)) {
lib/Target/Mips/MipsFastISel.cpp
  507           if (canFoldAddIntoGEP(U, Op)) {
lib/Target/PowerPC/PPCFastISel.cpp
  365             if (canFoldAddIntoGEP(U, Op)) {
lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  293           if (canFoldAddIntoGEP(U, Op)) {
lib/Target/X86/X86FastISel.cpp
  926         if (canFoldAddIntoGEP(U, Op)) {