HomeSort by relevance Sort by last modified time
    Searched defs:vtrue (Results 1 - 7 of 7) sorted by null

  /external/v8/src/compiler/
common-operator-reducer.cc 230 Node* vtrue = inputs[0]; local
237 std::swap(vtrue, vfalse);
248 if (mcond.left().Is(0.0) && mcond.right().Equals(vtrue) &&
251 if (mvfalse.left().IsZero() && mvfalse.right().Equals(vtrue)) {
254 return Change(node, machine()->Float32Abs(), vtrue);
259 if (mcond.left().Is(0.0) && mcond.right().Equals(vtrue) &&
262 if (mvfalse.left().IsZero() && mvfalse.right().Equals(vtrue)) {
265 return Change(node, machine()->Float64Abs(), vtrue);
375 Node* const vtrue = node->InputAt(1); local
377 if (vtrue == vfalse) return Replace(vtrue)
    [all...]
typed-optimization.cc 279 Node* const vtrue = NodeProperties::GetValueInput(node, 1); local
280 Type* const vtrue_type = NodeProperties::GetType(vtrue);
284 // Select(condition:true, vtrue, vfalse) => vtrue
285 return Replace(vtrue);
288 // Select(condition:false, vtrue, vfalse) => vfalse
292 // Select(condition, vtrue:true, vfalse:false) => condition
296 // Select(condition, vtrue:false, vfalse:true) => BooleanNot(condition)
js-intrinsic-lowering.cc 202 Node* vtrue = jsgraph()->FalseConstant(); local
220 return Change(node, common()->Phi(MachineRepresentation::kTagged, 2), vtrue,
js-builtin-reducer.cc 758 Node* vtrue = jsgraph()->UndefinedConstant(); local
1658 Node* vtrue = graph()->NewNode(simplified()->StringCharAt(), receiver, local
1712 Node* vtrue = graph()->NewNode(simplified()->StringCharCodeAt(), local
    [all...]
effect-control-linearizer.cc 1054 Node* vtrue = ChangeSmiToInt32(value); local
    [all...]
simplified-lowering.cc 3024 Node* vtrue = changer->GetRepresentationFor( local
    [all...]
wasm-compiler.cc 2393 Node* vtrue = BuildAllocateHeapNumberWithValue( local
    [all...]

Completed in 274 milliseconds