Lines Matching refs:MatchAddr
2104 PromotedInsts, TPT).MatchAddr(V, 0); in Match()
2110 bool MatchAddr(Value *V, unsigned Depth);
2129 return MatchAddr(ScaleReg, Depth); in MatchScaledValue()
2622 return MatchAddr(AddrInst->getOperand(0), Depth); in MatchOperationAddr()
2627 return MatchAddr(AddrInst->getOperand(0), Depth); in MatchOperationAddr()
2639 return MatchAddr(AddrInst->getOperand(0), Depth); in MatchOperationAddr()
2652 if (MatchAddr(AddrInst->getOperand(1), Depth+1) && in MatchOperationAddr()
2653 MatchAddr(AddrInst->getOperand(0), Depth+1)) in MatchOperationAddr()
2662 if (MatchAddr(AddrInst->getOperand(0), Depth+1) && in MatchOperationAddr()
2663 MatchAddr(AddrInst->getOperand(1), Depth+1)) in MatchOperationAddr()
2724 if (MatchAddr(AddrInst->getOperand(0), Depth+1)) in MatchOperationAddr()
2739 if (!MatchAddr(AddrInst->getOperand(0), Depth+1)) { in MatchOperationAddr()
2812 if (!MatchAddr(PromotedOperand, Depth) || in MatchOperationAddr()
2837 bool AddressingModeMatcher::MatchAddr(Value *Addr, unsigned Depth) { in MatchAddr() function in __anonebd7bfba0211::AddressingModeMatcher
3101 bool Success = Matcher.MatchAddr(Address, 0); in IsProfitableToFoldIntoAddressingMode()