Home
last modified time | relevance | path

Searched refs:MatchAddr (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DAddrModeMatcher.cpp72 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/
DAddrModeMatcher.h92 MemoryInst, Result).MatchAddr(V, 0); in Match()
98 bool MatchAddr(Value *V, unsigned Depth);