Searched refs:MatchAddr (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | AddrModeMatcher.cpp | 72 return MatchAddr(ScaleReg, Depth); in MatchScaledValue() 161 return MatchAddr(AddrInst->getOperand(0), Depth); in MatchOperationAddr() 166 return MatchAddr(AddrInst->getOperand(0), Depth); in MatchOperationAddr() 177 return MatchAddr(AddrInst->getOperand(0), Depth); in MatchOperationAddr() 183 if (MatchAddr(AddrInst->getOperand(1), Depth+1) && in MatchOperationAddr() 184 MatchAddr(AddrInst->getOperand(0), Depth+1)) in MatchOperationAddr() 192 if (MatchAddr(AddrInst->getOperand(0), Depth+1) && in MatchOperationAddr() 193 MatchAddr(AddrInst->getOperand(1), Depth+1)) in MatchOperationAddr() 252 if (MatchAddr(AddrInst->getOperand(0), Depth+1)) in MatchOperationAddr() 267 if (!MatchAddr(AddrInst->getOperand(0), Depth+1)) { in MatchOperationAddr() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | AddrModeMatcher.h | 92 MemoryInst, Result).MatchAddr(V, 0); in Match() 98 bool MatchAddr(Value *V, unsigned Depth);
|