Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDFastISel.h494 bool canFoldAddIntoGEP(const User *GEP, const Value *Add);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyFastISel.cpp300 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsFastISel.cpp502 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCFastISel.cpp360 if (canFoldAddIntoGEP(U, Op)) { in PPCComputeAddress()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp2380 bool FastISel::canFoldAddIntoGEP(const User *GEP, const Value *Add) { in canFoldAddIntoGEP() function in FastISel
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMFastISel.cpp757 if (canFoldAddIntoGEP(U, Op)) { in ARMComputeAddress()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86FastISel.cpp928 if (canFoldAddIntoGEP(U, Op)) { in X86SelectAddress()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64FastISel.cpp656 if (canFoldAddIntoGEP(U, Op)) { in computeAddress()