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

  /external/v8/src/compiler/
common-operator-reducer.cc 228 Node* vtrue = node->InputAt(0); local
234 std::swap(vtrue, vfalse);
245 if (mcond.left().Is(0.0) && mcond.right().Equals(vtrue) &&
248 if (mvfalse.left().IsZero() && mvfalse.right().Equals(vtrue)) {
251 return Change(node, machine()->Float32Abs(), vtrue);
256 if (mcond.left().Is(0.0) && mcond.right().Equals(vtrue) &&
259 if (mvfalse.left().IsZero() && mvfalse.right().Equals(vtrue)) {
262 return Change(node, machine()->Float64Abs(), vtrue);
330 Node* const vtrue = node->InputAt(1); local
332 if (vtrue == vfalse) return Replace(vtrue)
    [all...]
typed-optimization.cc 230 Node* const vtrue = NodeProperties::GetValueInput(node, 1); local
231 Type* const vtrue_type = NodeProperties::GetType(vtrue);
235 // Select(condition:true, vtrue, vfalse) => vtrue
236 return Replace(vtrue);
239 // Select(condition:false, vtrue, vfalse) => vfalse
243 // Select(condition, vtrue:true, vfalse:false) => condition
247 // Select(condition, vtrue:false, vfalse:true) => BooleanNot(condition)
js-intrinsic-lowering.cc 162 Node* vtrue = jsgraph()->FalseConstant(); local
180 return Change(node, common()->Phi(MachineRepresentation::kTagged, 2), vtrue,
memory-optimizer.cc 218 Node* vtrue = top; local
241 common()->Phi(MachineType::PointerRepresentation(), 2), vtrue, vfalse,
286 Node* vtrue; local
292 vtrue = graph()->NewNode(
317 common()->Phi(MachineRepresentation::kTaggedPointer, 2), vtrue, vfalse,
js-builtin-reducer.cc 756 Node* vtrue = jsgraph()->UndefinedConstant(); local
1548 Node* vtrue; local
1600 Node* vtrue = graph()->NewNode(simplified()->StringCharCodeAt(), local
    [all...]
effect-control-linearizer.cc 831 Node* vtrue = jsgraph()->TrueConstant(); local
895 Node* vtrue = ChangeUint32ToSmi(value); local
1081 Node* vtrue = ChangeSmiToInt32(value); local
1113 Node* vtrue = ChangeSmiToInt32(value); local
1151 Node* vtrue; local
1758 Node* vtrue = ChangeSmiToInt32(value); local
1857 Node* vtrue = ChangeSmiToInt32(value); local
1917 Node* vtrue = ChangeSmiToInt32(value); local
1952 Node* vtrue = ChangeSmiToInt32(value); local
1985 Node* vtrue = jsgraph()->Int32Constant(0); local
2024 Node* vtrue = jsgraph()->Int32Constant(1); local
2056 Node* vtrue = jsgraph()->Int32Constant(0); local
2101 Node* vtrue = jsgraph()->Int32Constant(0); local
2136 Node* vtrue = jsgraph()->Int32Constant(0); local
2803 Node* vtrue = jsgraph()->UndefinedConstant(); local
3018 Node* vtrue = elements; local
    [all...]
simplified-lowering.cc 2898 Node* vtrue = changer->GetRepresentationFor( local
    [all...]
wasm-compiler.cc 2265 Node* vtrue = BuildAllocateHeapNumberWithValue( local
    [all...]

Completed in 190 milliseconds