Lines Matching refs:matchAddr
2586 PromotedInsts, TPT).matchAddr(V, 0); in Match()
2592 bool matchAddr(Value *V, unsigned Depth);
2611 return matchAddr(ScaleReg, Depth); in matchScaledValue()
3099 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
3105 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
3117 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
3124 return matchAddr(AddrInst->getOperand(0), Depth); in matchOperationAddr()
3138 if (matchAddr(AddrInst->getOperand(1), Depth+1) && in matchOperationAddr()
3139 matchAddr(AddrInst->getOperand(0), Depth+1)) in matchOperationAddr()
3148 if (matchAddr(AddrInst->getOperand(0), Depth+1) && in matchOperationAddr()
3149 matchAddr(AddrInst->getOperand(1), Depth+1)) in matchOperationAddr()
3210 if (matchAddr(AddrInst->getOperand(0), Depth+1)) in matchOperationAddr()
3225 if (!matchAddr(AddrInst->getOperand(0), Depth+1)) { in matchOperationAddr()
3298 if (!matchAddr(PromotedOperand, Depth) || in matchOperationAddr()
3323 bool AddressingModeMatcher::matchAddr(Value *Addr, unsigned Depth) { in matchAddr() function in __anonebd7bfba0211::AddressingModeMatcher
3589 bool Success = Matcher.matchAddr(Address, 0); in isProfitableToFoldIntoAddressingMode()