HomeSort by relevance Sort by last modified time
    Searched refs:canFoldAddIntoGEP (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/CodeGen/
FastISel.h 495 bool canFoldAddIntoGEP(const User *GEP, const Value *Add);
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 451 if (canFoldAddIntoGEP(U, Op)) {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 359 if (canFoldAddIntoGEP(U, Op)) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 818 if (canFoldAddIntoGEP(U, Op)) {
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 787 if (canFoldAddIntoGEP(U, Op)) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 574 if (canFoldAddIntoGEP(U, Op)) {
    [all...]

Completed in 534 milliseconds