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.cc136 struct ExtendingLoadMatcher { struct
137 ExtendingLoadMatcher(Node* node, InstructionSelector* selector) in ExtendingLoadMatcher() function
142 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 …]
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc164 struct ExtendingLoadMatcher { struct
165 ExtendingLoadMatcher(Node* node, InstructionSelector* selector) in ExtendingLoadMatcher() function
170 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 …]