Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h494 bool canFoldAddIntoGEP(const User *GEP, const Value *Add);
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp300 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp502 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp360 if (canFoldAddIntoGEP(U, Op)) { in PPCComputeAddress()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2380 bool FastISel::canFoldAddIntoGEP(const User *GEP, const Value *Add) { in canFoldAddIntoGEP() function in FastISel
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp757 if (canFoldAddIntoGEP(U, Op)) { in ARMComputeAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp928 if (canFoldAddIntoGEP(U, Op)) { in X86SelectAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp656 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()