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

/external/llvm/lib/Transforms/Utils/
H A DAddrModeMatcher.cpp74 return MatchAddr(ScaleReg, Depth);
163 return MatchAddr(AddrInst->getOperand(0), Depth);
168 return MatchAddr(AddrInst->getOperand(0), Depth);
179 return MatchAddr(AddrInst->getOperand(0), Depth);
185 if (MatchAddr(AddrInst->getOperand(1), Depth+1) &&
186 MatchAddr(AddrInst->getOperand(0), Depth+1))
194 if (MatchAddr(AddrInst->getOperand(0), Depth+1) &&
195 MatchAddr(AddrInst->getOperand(1), Depth+1))
254 if (MatchAddr(AddrInst->getOperand(0), Depth+1))
269 if (!MatchAddr(AddrIns
312 bool AddressingModeMatcher::MatchAddr(Value *Addr, unsigned Depth) { function in class:AddressingModeMatcher
[all...]

Completed in 54 milliseconds