Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDFastISel.h502 bool canFoldAddIntoGEP(const User *GEP, const Value *Add);
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsFastISel.cpp447 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCFastISel.cpp358 if (canFoldAddIntoGEP(U, Op)) { in PPCComputeAddress()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp2126 bool FastISel::canFoldAddIntoGEP(const User *GEP, const Value *Add) { in canFoldAddIntoGEP() function in FastISel
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMFastISel.cpp818 if (canFoldAddIntoGEP(U, Op)) { in ARMComputeAddress()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86FastISel.cpp758 if (canFoldAddIntoGEP(U, Op)) { in X86SelectAddress()
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64FastISel.cpp574 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()