Lines Matching refs:matchAddr
3204 BFI).matchAddr(V, 0); in Match()
3211 bool matchAddr(Value *Addr, unsigned Depth);
3874 return matchAddr(ScaleReg, Depth); in matchScaledValue()
4508 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4514 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4525 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4532 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4547 if (matchAddr(AddrInst->getOperand(1), Depth+1) && in matchOperationAddr()
4548 matchAddr(AddrInst->getOperand(0), Depth+1)) in matchOperationAddr()
4557 if (matchAddr(AddrInst->getOperand(0), Depth+1) && in matchOperationAddr()
4558 matchAddr(AddrInst->getOperand(1), Depth+1)) in matchOperationAddr()
4630 if (matchAddr(AddrInst->getOperand(0), Depth+1)) { in matchOperationAddr()
4670 if (!matchAddr(AddrInst->getOperand(0), Depth+1)) { in matchOperationAddr()
4743 if (!matchAddr(PromotedOperand, Depth) || in matchOperationAddr()
4768 bool AddressingModeMatcher::matchAddr(Value *Addr, unsigned Depth) { in matchAddr() function in AddressingModeMatcher
5066 bool Success = Matcher.matchAddr(Address, 0); in isProfitableToFoldIntoAddressingMode()