Lines Matching refs:matchAddr
3435 .matchAddr(V, 0); in Match()
3443 bool matchAddr(Value *Addr, unsigned Depth);
4110 return matchAddr(ScaleReg, Depth); in matchScaledValue()
4730 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4736 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4747 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4754 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4776 if (matchAddr(AddrInst->getOperand(First), Depth + 1) && in matchOperationAddr()
4777 matchAddr(AddrInst->getOperand(Second), Depth + 1)) in matchOperationAddr()
4787 if (matchAddr(AddrInst->getOperand(Second), Depth + 1) && in matchOperationAddr()
4788 matchAddr(AddrInst->getOperand(First), Depth + 1)) in matchOperationAddr()
4857 if (matchAddr(AddrInst->getOperand(0), Depth + 1)) { in matchOperationAddr()
4899 if (!matchAddr(AddrInst->getOperand(0), Depth + 1)) { in matchOperationAddr()
4972 if (!matchAddr(PromotedOperand, Depth) || in matchOperationAddr()
4997 bool AddressingModeMatcher::matchAddr(Value *Addr, unsigned Depth) { in matchAddr() function in AddressingModeMatcher
5304 bool Success = Matcher.matchAddr(Address, 0); in isProfitableToFoldIntoAddressingMode()