Searched defs:ExtendingLoadMatcher (Results 1 – 2 of 2) sorted by relevance
170 struct ExtendingLoadMatcher { struct171 ExtendingLoadMatcher(Node* node, InstructionSelector* selector) in ExtendingLoadMatcher() function176 bool Matches() const { return matches_; } in Matches()178 Node* base() const { in base()182 int64_t immediate() const { in immediate()186 ArchOpcode opcode() const { in opcode()192 bool matches_;193 InstructionSelector* selector_;194 Node* base_;195 int64_t immediate_;[all …]
189 struct ExtendingLoadMatcher { struct190 ExtendingLoadMatcher(Node* node, InstructionSelector* selector) in ExtendingLoadMatcher() function195 bool Matches() const { return matches_; } in Matches()197 Node* base() const { in base()201 int64_t immediate() const { in immediate()205 ArchOpcode opcode() const { in opcode()211 bool matches_;212 InstructionSelector* selector_;213 Node* base_;214 int64_t immediate_;[all …]