Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFastISel.h487 bool canFoldAddIntoGEP(const User *GEP, const Value *Add);
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp296 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp502 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp360 if (canFoldAddIntoGEP(U, Op)) { in PPCComputeAddress()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2260 bool FastISel::canFoldAddIntoGEP(const User *GEP, const Value *Add) { in canFoldAddIntoGEP() function in FastISel
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFastISel.cpp757 if (canFoldAddIntoGEP(U, Op)) { in ARMComputeAddress()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp921 if (canFoldAddIntoGEP(U, Op)) { in X86SelectAddress()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp652 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()