Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:AddressingModeMatcher

2583 class AddressingModeMatcher {
2610 AddressingModeMatcher(SmallVectorImpl<Instruction *> &AMI,
2642 bool Success = AddressingModeMatcher(AddrModeInsts, TM, AccessTy, AS,
2664 bool AddressingModeMatcher::matchScaledValue(Value *ScaleReg, int64_t Scale,
3117 bool AddressingModeMatcher::isPromotionProfitable(
3144 bool AddressingModeMatcher::matchOperationAddr(User *AddrInst, unsigned Opcode,
3381 bool AddressingModeMatcher::matchAddr(Value *Addr, unsigned Depth) {
3546 bool AddressingModeMatcher::valueAlreadyLiveAtInst(Value *Val,Value *KnownLive1,
3589 bool AddressingModeMatcher::
3655 AddressingModeMatcher Matcher(MatchedAddrModeInsts, TM, AddressAccessTy, AS,
3749 ExtAddrMode NewAddrMode = AddressingModeMatcher::Match(
3771 // to keep the cost modeling heuristics in AddressingModeMatcher