Home
last modified time | relevance | path

Searched defs:ExtendingLoadMatcher (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc170 struct ExtendingLoadMatcher { struct
171 ExtendingLoadMatcher(Node* node, InstructionSelector* selector) in ExtendingLoadMatcher() function
176 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 …]
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc189 struct ExtendingLoadMatcher { struct
190 ExtendingLoadMatcher(Node* node, InstructionSelector* selector) in ExtendingLoadMatcher() function
195 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 …]