Searched refs:Int64LessThan (Results 1 – 7 of 7) sorted by relevance
| /third_party/node/deps/v8/src/compiler/ |
| D | raw-machine-assembler.h | 520 Node* Int64LessThan(Node* a, Node* b) { in Int64LessThan() function 521 return AddNode(machine()->Int64LessThan(), a, b); in Int64LessThan() 532 Node* Int64GreaterThan(Node* a, Node* b) { return Int64LessThan(b, a); } in Int64GreaterThan()
|
| D | machine-operator.h | 510 const Operator* Int64LessThan(); in NON_EXPORTED_BASE()
|
| D | opcodes.h | 529 V(Int64LessThan) \
|
| D | representation-change.cc | 1351 : machine()->Int64LessThan(); in TaggedSignedOperatorFor()
|
| D | machine-operator.cc | 299 V(Int64LessThan, Operator::kNoProperties, 2, 0, 1) \
|
| D | simplified-lowering.cc | 2819 lowering->DoMax(node, lowering->machine()->Int64LessThan(), in VisitNode() 2877 lowering->DoMin(node, lowering->machine()->Int64LessThan(), in VisitNode()
|
| D | wasm-compiler.cc | 972 op = m->Int64LessThan(); in Binop() 984 op = m->Int64LessThan(); in Binop()
|