Searched defs:MatchAddr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DAddrModeMatcher.cpp72 return MatchAddr(ScaleReg, Depth);
161 return MatchAddr(AddrInst->getOperand(0), Depth);
166 return MatchAddr(AddrInst->getOperand(0), Depth);
177 return MatchAddr(AddrInst->getOperand(0), Depth);
183 if (MatchAddr(AddrInst->getOperand(1), Depth+1) &&
184 MatchAddr(AddrInst->getOperand(0), Depth+1))
192 if (MatchAddr(AddrInst->getOperand(0), Depth+1) &&
193 MatchAddr(AddrInst->getOperand(1), Depth+1))
252 if (MatchAddr(AddrInst->getOperand(0), Depth+1))
267 if (!MatchAddr(AddrIns
310 bool AddressingModeMatcher::MatchAddr(Value *Addr, unsigned Depth) { function in class:AddressingModeMatcher
[all...]

Completed in 17 milliseconds