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

/external/llvm/include/llvm/CodeGen/
H A DFastISel.h499 bool canFoldAddIntoGEP(const User *GEP, const Value *Add);
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp254 if (canFoldAddIntoGEP(U, Op)) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp2143 bool FastISel::canFoldAddIntoGEP(const User *GEP, const Value *Add) { function in class:FastISel
/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp465 if (canFoldAddIntoGEP(U, Op)) {
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp373 if (canFoldAddIntoGEP(U, Op)) {
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp779 if (canFoldAddIntoGEP(U, Op)) {
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp913 if (canFoldAddIntoGEP(U, Op)) {
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp569 if (canFoldAddIntoGEP(U, Op)) {

Completed in 556 milliseconds