Lines Matching refs:AddressingModeMatcher
3355 class AddressingModeMatcher { class
3395 AddressingModeMatcher( in AddressingModeMatcher() function in __anon01de4a8e0c11::AddressingModeMatcher
3431 bool Success = AddressingModeMatcher(AddrModeInsts, TLI, TRI, LI, getDTFn, in Match()
4105 bool AddressingModeMatcher::matchScaledValue(Value *ScaleReg, int64_t Scale, in matchScaledValue()
4688 bool AddressingModeMatcher::isPromotionProfitable( in isPromotionProfitable()
4716 bool AddressingModeMatcher::matchOperationAddr(User *AddrInst, unsigned Opcode, in matchOperationAddr()
4997 bool AddressingModeMatcher::matchAddr(Value *Addr, unsigned Depth) { in matchAddr()
5194 bool AddressingModeMatcher::valueAlreadyLiveAtInst(Value *Val, in valueAlreadyLiveAtInst()
5239 bool AddressingModeMatcher::isProfitableToFoldIntoAddressingMode( in isProfitableToFoldIntoAddressingMode()
5299 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TLI, TRI, LI, getDTFn, in isProfitableToFoldIntoAddressingMode()
5412 ExtAddrMode NewAddrMode = AddressingModeMatcher::Match( in optimizeMemoryInst()