Searched defs:ExtendingLoadMatcher (Results 1 – 2 of 2) sorted by relevance
136 struct ExtendingLoadMatcher { struct137 ExtendingLoadMatcher(Node* node, InstructionSelector* selector) in ExtendingLoadMatcher() function142 bool Matches() const { return matches_; } in Matches()144 Node* base() const { in base()148 int64_t immediate() const { in immediate()152 ArchOpcode opcode() const { in opcode()158 bool matches_;159 InstructionSelector* selector_;160 Node* base_;161 int64_t immediate_;[all …]
164 struct ExtendingLoadMatcher { struct165 ExtendingLoadMatcher(Node* node, InstructionSelector* selector) in ExtendingLoadMatcher() function170 bool Matches() const { return matches_; } in Matches()172 Node* base() const { in base()176 int64_t immediate() const { in immediate()180 ArchOpcode opcode() const { in opcode()186 bool matches_;187 InstructionSelector* selector_;188 Node* base_;189 int64_t immediate_;[all …]