Searched refs:TryMatchImmediate (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-selector-mips.cc | 163 bool TryMatchImmediate(InstructionSelector* selector, in TryMatchImmediate() function 187 if (TryMatchImmediate(selector, &opcode, m.right().node(), &input_count, in VisitBinop() 192 TryMatchImmediate(selector, &reverse_opcode, m.left().node(), in VisitBinop()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 275 bool TryMatchImmediate(InstructionSelector* selector, in TryMatchImmediate() function 299 if (TryMatchImmediate(selector, &opcode, m.right().node(), &input_count, in VisitBinop() 304 TryMatchImmediate(selector, &reverse_opcode, m.left().node(), in VisitBinop()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 271 bool TryMatchImmediate(InstructionSelector* selector, in TryMatchImmediate() function 295 if (TryMatchImmediate(selector, &opcode, m.right().node(), &input_count, in VisitBinop() 300 TryMatchImmediate(selector, &reverse_opcode, m.left().node(), in VisitBinop()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 281 bool TryMatchImmediate(InstructionSelector* selector, in TryMatchImmediate() function 305 if (TryMatchImmediate(selector, &opcode, m.right().node(), &input_count, in VisitBinop() 310 TryMatchImmediate(selector, &reverse_opcode, m.left().node(), in VisitBinop()
|
Completed in 21 milliseconds