Searched defs:ExtendingLoadMatcher (Results 1 – 4 of 4) sorted by relevance
191 struct ExtendingLoadMatcher { struct192 ExtendingLoadMatcher(Node* node, InstructionSelector* selector) in ExtendingLoadMatcher() argument197 bool Matches() const { return matches_; } in Matches()199 Node* base() const { in base()203 int64_t immediate() const { in immediate()207 ArchOpcode opcode() const { in opcode()213 bool matches_;214 InstructionSelector* selector_;215 Node* base_;216 int64_t immediate_;[all …]
197 struct ExtendingLoadMatcher { struct198 ExtendingLoadMatcher(Node* node, InstructionSelector* selector) in ExtendingLoadMatcher() argument203 bool Matches() const { return matches_; } in Matches()205 Node* base() const { in base()209 int64_t immediate() const { in immediate()213 ArchOpcode opcode() const { in opcode()219 bool matches_;220 InstructionSelector* selector_;221 Node* base_;222 int64_t immediate_;[all …]
218 struct ExtendingLoadMatcher { struct219 ExtendingLoadMatcher(Node* node, InstructionSelector* selector) in ExtendingLoadMatcher() function224 bool Matches() const { return matches_; } in Matches()226 Node* base() const { in base()230 int64_t immediate() const { in immediate()234 ArchOpcode opcode() const { in opcode()240 bool matches_;241 InstructionSelector* selector_;242 Node* base_;243 int64_t immediate_;[all …]