Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc191 struct ExtendingLoadMatcher { struct
192 ExtendingLoadMatcher(Node* node, InstructionSelector* selector) in ExtendingLoadMatcher() argument
197 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 …]
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc191 struct ExtendingLoadMatcher { struct
192 ExtendingLoadMatcher(Node* node, InstructionSelector* selector) in ExtendingLoadMatcher() argument
197 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 …]
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc197 struct ExtendingLoadMatcher { struct
198 ExtendingLoadMatcher(Node* node, InstructionSelector* selector) in ExtendingLoadMatcher() argument
203 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 …]
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc218 struct ExtendingLoadMatcher { struct
219 ExtendingLoadMatcher(Node* node, InstructionSelector* selector) in ExtendingLoadMatcher() function
224 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 …]