Home
last modified time | relevance | path

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

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