Lines Matching refs:matchAddr
3529 .matchAddr(V, 0); in Match()
3537 bool matchAddr(Value *Addr, unsigned Depth);
4205 return matchAddr(ScaleReg, Depth); in matchScaledValue()
4825 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4831 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4842 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4849 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4871 if (matchAddr(AddrInst->getOperand(First), Depth + 1) && in matchOperationAddr()
4872 matchAddr(AddrInst->getOperand(Second), Depth + 1)) in matchOperationAddr()
4882 if (matchAddr(AddrInst->getOperand(Second), Depth + 1) && in matchOperationAddr()
4883 matchAddr(AddrInst->getOperand(First), Depth + 1)) in matchOperationAddr()
4952 if (matchAddr(AddrInst->getOperand(0), Depth + 1)) { in matchOperationAddr()
4994 if (!matchAddr(AddrInst->getOperand(0), Depth + 1)) { in matchOperationAddr()
5067 if (!matchAddr(PromotedOperand, Depth) || in matchOperationAddr()
5088 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
5101 bool AddressingModeMatcher::matchAddr(Value *Addr, unsigned Depth) { in matchAddr() function in AddressingModeMatcher
5408 bool Success = Matcher.matchAddr(Address, 0); in isProfitableToFoldIntoAddressingMode()