Lines Matching refs:matchAddr
2657 .matchAddr(V, 0); in Match()
2664 bool matchAddr(Value *Addr, unsigned Depth);
3326 return matchAddr(ScaleReg, Depth); in matchScaledValue()
3893 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
3899 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
3910 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
3917 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
3931 if (matchAddr(AddrInst->getOperand(1), Depth+1) && in matchOperationAddr()
3932 matchAddr(AddrInst->getOperand(0), Depth+1)) in matchOperationAddr()
3941 if (matchAddr(AddrInst->getOperand(0), Depth+1) && in matchOperationAddr()
3942 matchAddr(AddrInst->getOperand(1), Depth+1)) in matchOperationAddr()
4008 if (matchAddr(AddrInst->getOperand(0), Depth+1)) in matchOperationAddr()
4047 if (!matchAddr(AddrInst->getOperand(0), Depth+1)) { in matchOperationAddr()
4120 if (!matchAddr(PromotedOperand, Depth) || in matchOperationAddr()
4145 bool AddressingModeMatcher::matchAddr(Value *Addr, unsigned Depth) { in matchAddr() function in AddressingModeMatcher
4452 bool Success = Matcher.matchAddr(Address, 0); in isProfitableToFoldIntoAddressingMode()