Searched defs:rep_matcher (Results 1 – 2 of 2) sorted by relevance
78 const Matcher<LoadRepresentation>& rep_matcher, in IsLoad()84 const Matcher<StoreRepresentation>& rep_matcher, in IsStore()
1200 IsLoadMatcher(const Matcher<LoadRepresentation>& rep_matcher, in IsLoadMatcher()1260 IsStoreMatcher(const Matcher<StoreRepresentation>& rep_matcher, in IsStoreMatcher()1326 explicit IsStackSlotMatcher(const Matcher<MachineRepresentation>& rep_matcher) in IsStackSlotMatcher()2162 Matcher<Node*> IsLoad(const Matcher<LoadRepresentation>& rep_matcher, in IsLoad()2172 Matcher<Node*> IsStore(const Matcher<StoreRepresentation>& rep_matcher, in IsStore()2183 Matcher<Node*> IsStackSlot(const Matcher<MachineRepresentation>& rep_matcher) { in IsStackSlot()