Home
last modified time | relevance | path

Searched refs:canFoldAddIntoGEP (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DFastISel.h499 bool canFoldAddIntoGEP(const User *GEP, const Value *Add);
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp254 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp465 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp2143 bool FastISel::canFoldAddIntoGEP(const User *GEP, const Value *Add) { in canFoldAddIntoGEP() function in FastISel
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp373 if (canFoldAddIntoGEP(U, Op)) { in PPCComputeAddress()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp779 if (canFoldAddIntoGEP(U, Op)) { in ARMComputeAddress()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp913 if (canFoldAddIntoGEP(U, Op)) { in X86SelectAddress()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp569 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()