Lines Matching refs:AddressingModeMatcher
3449 class AddressingModeMatcher { class
3489 AddressingModeMatcher( in AddressingModeMatcher() function in __anon132ce9ad0d11::AddressingModeMatcher
3525 bool Success = AddressingModeMatcher(AddrModeInsts, TLI, TRI, LI, getDTFn, in Match()
4200 bool AddressingModeMatcher::matchScaledValue(Value *ScaleReg, int64_t Scale, in matchScaledValue()
4783 bool AddressingModeMatcher::isPromotionProfitable( in isPromotionProfitable()
4811 bool AddressingModeMatcher::matchOperationAddr(User *AddrInst, unsigned Opcode, in matchOperationAddr()
5101 bool AddressingModeMatcher::matchAddr(Value *Addr, unsigned Depth) { in matchAddr()
5298 bool AddressingModeMatcher::valueAlreadyLiveAtInst(Value *Val, in valueAlreadyLiveAtInst()
5343 bool AddressingModeMatcher::isProfitableToFoldIntoAddressingMode( in isProfitableToFoldIntoAddressingMode()
5403 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TLI, TRI, LI, getDTFn, in isProfitableToFoldIntoAddressingMode()
5516 ExtAddrMode NewAddrMode = AddressingModeMatcher::Match( in optimizeMemoryInst()