Searched refs:Int64LessThan (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | raw-machine-assembler.h | 481 Node* Int64LessThan(Node* a, Node* b) { in Int64LessThan() function 482 return AddNode(machine()->Int64LessThan(), a, b); in Int64LessThan() 493 Node* Int64GreaterThan(Node* a, Node* b) { return Int64LessThan(b, a); } in Int64GreaterThan()
|
D | machine-operator.h | 423 const Operator* Int64LessThan(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 523 V(Int64LessThan) \
|
D | representation-change.cc | 1311 : machine()->Int64LessThan(); in TaggedSignedOperatorFor()
|
D | machine-operator.cc | 249 V(Int64LessThan, Operator::kNoProperties, 2, 0, 1) \
|
D | simplified-lowering.cc | 2556 lowering->DoMax(node, lowering->machine()->Int64LessThan(), in VisitNode() 2614 lowering->DoMin(node, lowering->machine()->Int64LessThan(), in VisitNode()
|
D | wasm-compiler.cc | 533 op = m->Int64LessThan(); in Binop() 545 op = m->Int64LessThan(); in Binop()
|