Lines Matching refs:matchAddr
3185 BFI).matchAddr(V, 0); in Match()
3192 bool matchAddr(Value *Addr, unsigned Depth);
3854 return matchAddr(ScaleReg, Depth); in matchScaledValue()
4488 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4494 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4505 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4512 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
4527 if (matchAddr(AddrInst->getOperand(1), Depth+1) && in matchOperationAddr()
4528 matchAddr(AddrInst->getOperand(0), Depth+1)) in matchOperationAddr()
4537 if (matchAddr(AddrInst->getOperand(0), Depth+1) && in matchOperationAddr()
4538 matchAddr(AddrInst->getOperand(1), Depth+1)) in matchOperationAddr()
4610 if (matchAddr(AddrInst->getOperand(0), Depth+1)) { in matchOperationAddr()
4650 if (!matchAddr(AddrInst->getOperand(0), Depth+1)) { in matchOperationAddr()
4723 if (!matchAddr(PromotedOperand, Depth) || in matchOperationAddr()
4748 bool AddressingModeMatcher::matchAddr(Value *Addr, unsigned Depth) { in matchAddr() function in AddressingModeMatcher
5061 bool Success = Matcher.matchAddr(Address, 0); in isProfitableToFoldIntoAddressingMode()