Home
last modified time | relevance | path

Searched refs:vfalse (Results 1 – 25 of 95) sorted by relevance

1234

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dcommon-operator-reducer.cc246 Node* vfalse = inputs[1]; in ReducePhi() local
252 std::swap(vtrue, vfalse); in ReducePhi()
265 Float32BinopMatcher mvfalse(vfalse); in ReducePhi()
276 Float64BinopMatcher mvfalse(vfalse); in ReducePhi()
391 Node* const vfalse = node->InputAt(2); in ReduceSelect() local
392 if (vtrue == vfalse) return Replace(vtrue); in ReduceSelect()
397 return Replace(vfalse); in ReduceSelect()
405 vfalse->opcode() == IrOpcode::kFloat32Sub) { in ReduceSelect()
406 Float32BinopMatcher mvfalse(vfalse); in ReduceSelect()
416 vfalse->opcode() == IrOpcode::kFloat64Sub) { in ReduceSelect()
[all …]
H A Dselect-lowering.cc35 Node* vfalse = node->InputAt(2); in LowerSelect() local
42 __ Goto(&done, vfalse); in LowerSelect()
H A Deffect-control-linearizer.cc1612 vfalse = __ ChangeFloat64ToInt32(vfalse); in LowerChangeTaggedToInt32()
1613 __ Goto(&done, vfalse); in LowerChangeTaggedToInt32()
1633 vfalse = __ ChangeFloat64ToUint32(vfalse); in LowerChangeTaggedToUint32()
1634 __ Goto(&done, vfalse); in LowerChangeTaggedToUint32()
1654 vfalse = __ ChangeFloat64ToInt64(vfalse); in LowerChangeTaggedToInt64()
1655 __ Goto(&done, vfalse); in LowerChangeTaggedToInt64()
1679 vfalse = __ ChangeFloat64ToInt32(vfalse); in LowerChangeTaggedToTaggedSigned()
1680 vfalse = ChangeInt32ToSmi(vfalse); in LowerChangeTaggedToTaggedSigned()
1681 __ Goto(&done, vfalse); in LowerChangeTaggedToTaggedSigned()
2907 vfalse = __ TruncateFloat64ToWord32(vfalse); in LowerTruncateTaggedToWord32()
[all …]
H A Dmemory-lowering.cc206 Node* vfalse = __ BitcastTaggedToWord( in ReduceAllocateRaw() local
208 vfalse = __ IntSub(vfalse, __ IntPtrConstant(kHeapObjectTag)); in ReduceAllocateRaw()
209 __ Goto(&done, vfalse); in ReduceAllocateRaw()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dcommon-operator-reducer.cc237 Node* vfalse = inputs[1]; in ReducePhi() local
243 std::swap(vtrue, vfalse); in ReducePhi()
256 Float32BinopMatcher mvfalse(vfalse); in ReducePhi()
267 Float64BinopMatcher mvfalse(vfalse); in ReducePhi()
382 Node* const vfalse = node->InputAt(2); in ReduceSelect() local
383 if (vtrue == vfalse) return Replace(vtrue); in ReduceSelect()
388 return Replace(vfalse); in ReduceSelect()
396 vfalse->opcode() == IrOpcode::kFloat32Sub) { in ReduceSelect()
397 Float32BinopMatcher mvfalse(vfalse); in ReduceSelect()
407 vfalse->opcode() == IrOpcode::kFloat64Sub) { in ReduceSelect()
[all …]
H A Deffect-control-linearizer.cc1245 vfalse = __ ChangeFloat64ToInt32(vfalse); in LowerChangeTaggedToInt32()
1246 __ Goto(&done, vfalse); in LowerChangeTaggedToInt32()
1265 vfalse = __ ChangeFloat64ToUint32(vfalse); in LowerChangeTaggedToUint32()
1266 __ Goto(&done, vfalse); in LowerChangeTaggedToUint32()
1289 vfalse = __ ChangeFloat64ToInt32(vfalse); in LowerChangeTaggedToTaggedSigned()
1290 vfalse = ChangeInt32ToSmi(vfalse); in LowerChangeTaggedToTaggedSigned()
1886 vfalse = BuildCheckedFloat64ToInt32(params.mode(), params.feedback(), vfalse, in LowerCheckedTaggedToInt32()
1990 vfalse = __ TruncateFloat64ToWord32(vfalse); in LowerTruncateTaggedToWord32()
2079 Node* vfalse = in LowerObjectIsBigInt() local
2102 Node* vfalse = in LowerObjectIsCallable() local
[all …]
H A Dmemory-optimizer.cc243 Node* vfalse = __ Call(allocate_operator_.get(), target, size); in VisitAllocateRaw() local
244 vfalse = __ IntSub(vfalse, __ IntPtrConstant(kHeapObjectTag)); in VisitAllocateRaw()
245 __ Goto(&done, vfalse); in VisitAllocateRaw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dcommon-operator-reducer.cc243 Node* vfalse = inputs[1]; in ReducePhi() local
249 std::swap(vtrue, vfalse); in ReducePhi()
262 Float32BinopMatcher mvfalse(vfalse); in ReducePhi()
273 Float64BinopMatcher mvfalse(vfalse); in ReducePhi()
387 Node* const vfalse = node->InputAt(2); in ReduceSelect() local
388 if (vtrue == vfalse) return Replace(vtrue); in ReduceSelect()
393 return Replace(vfalse); in ReduceSelect()
401 vfalse->opcode() == IrOpcode::kFloat32Sub) { in ReduceSelect()
402 Float32BinopMatcher mvfalse(vfalse); in ReduceSelect()
412 vfalse->opcode() == IrOpcode::kFloat64Sub) { in ReduceSelect()
[all …]
H A Dselect-lowering.cc35 Node* vfalse = node->InputAt(2); in LowerSelect() local
42 __ Goto(&done, vfalse); in LowerSelect()
H A Deffect-control-linearizer.cc1665 vfalse = __ ChangeFloat64ToInt32(vfalse); in LowerChangeTaggedToInt32()
1666 __ Goto(&done, vfalse); in LowerChangeTaggedToInt32()
1686 vfalse = __ ChangeFloat64ToUint32(vfalse); in LowerChangeTaggedToUint32()
1687 __ Goto(&done, vfalse); in LowerChangeTaggedToUint32()
1707 vfalse = __ ChangeFloat64ToInt64(vfalse); in LowerChangeTaggedToInt64()
1708 __ Goto(&done, vfalse); in LowerChangeTaggedToInt64()
1732 vfalse = __ ChangeFloat64ToInt32(vfalse); in LowerChangeTaggedToTaggedSigned()
1733 vfalse = ChangeInt32ToSmi(vfalse); in LowerChangeTaggedToTaggedSigned()
1734 __ Goto(&done, vfalse); in LowerChangeTaggedToTaggedSigned()
3028 vfalse = __ TruncateFloat64ToWord32(vfalse); in LowerTruncateTaggedToWord32()
[all …]
H A Dmemory-lowering.cc213 Node* vfalse = __ BitcastTaggedToWord( in ReduceAllocateRaw() local
215 vfalse = __ IntSub(vfalse, __ IntPtrConstant(kHeapObjectTag)); in ReduceAllocateRaw()
216 __ Goto(&done, vfalse); in ReduceAllocateRaw()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dcommon-operator-reducer.cc249 Node* vfalse = inputs[1]; in ReducePhi() local
255 std::swap(vtrue, vfalse); in ReducePhi()
268 Float32BinopMatcher mvfalse(vfalse); in ReducePhi()
279 Float64BinopMatcher mvfalse(vfalse); in ReducePhi()
393 Node* const vfalse = node->InputAt(2); in ReduceSelect() local
394 if (vtrue == vfalse) return Replace(vtrue); in ReduceSelect()
399 return Replace(vfalse); in ReduceSelect()
407 vfalse->opcode() == IrOpcode::kFloat32Sub) { in ReduceSelect()
408 Float32BinopMatcher mvfalse(vfalse); in ReduceSelect()
418 vfalse->opcode() == IrOpcode::kFloat64Sub) { in ReduceSelect()
[all …]
H A Dselect-lowering.cc35 Node* vfalse = node->InputAt(2); in LowerSelect() local
46 __ Goto(&done, vfalse); in LowerSelect()
H A Deffect-control-linearizer.cc1686 vfalse = __ ChangeFloat64ToInt32(vfalse); in LowerChangeTaggedToInt32()
1687 __ Goto(&done, vfalse); in LowerChangeTaggedToInt32()
1707 vfalse = __ ChangeFloat64ToUint32(vfalse); in LowerChangeTaggedToUint32()
1708 __ Goto(&done, vfalse); in LowerChangeTaggedToUint32()
1728 vfalse = __ ChangeFloat64ToInt64(vfalse); in LowerChangeTaggedToInt64()
1729 __ Goto(&done, vfalse); in LowerChangeTaggedToInt64()
1753 vfalse = __ ChangeFloat64ToInt32(vfalse); in LowerChangeTaggedToTaggedSigned()
1754 vfalse = ChangeInt32ToSmi(vfalse); in LowerChangeTaggedToTaggedSigned()
1755 __ Goto(&done, vfalse); in LowerChangeTaggedToTaggedSigned()
3040 vfalse = __ TruncateFloat64ToWord32(vfalse); in LowerTruncateTaggedToWord32()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Diinit.c349 ref vnull = { 0 }, vtrue = { 0 }, vfalse = { 0 }; in obj_init() local
351 ref vnull, vtrue, vfalse; in obj_init()
356 make_false(&vfalse); in obj_init()
359 (code = i_initial_enter_name(i_ctx_p, "false", &vfalse)) < 0 in obj_init()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Diinit.c349 ref vnull = { 0 }, vtrue = { 0 }, vfalse = { 0 }; in obj_init() local
351 ref vnull, vtrue, vfalse; in obj_init()
356 make_false(&vfalse); in obj_init()
359 (code = i_initial_enter_name(i_ctx_p, "false", &vfalse)) < 0 in obj_init()
/dports/security/p11-kit/p11-kit-0.24.0/trust/
H A Dtest-trust.c69 CK_BBOOL vfalse = CK_FALSE; in test_check_object_msg() local
72 { CKA_PRIVATE, &vfalse, sizeof (vfalse) }, in test_check_object_msg()
H A Dtoken.c362 CK_BBOOL vfalse = CK_FALSE; in load_builtin_objects() local
369 { CKA_PRIVATE, &vfalse, sizeof (vfalse) }, in load_builtin_objects()
370 { CKA_MODIFIABLE, &vfalse, sizeof (vfalse) }, in load_builtin_objects()
/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/
H A Dcommon-operator-reducer-unittest.cc318 Node* vfalse = graph()->NewNode(machine()->Float32Sub(), c0, p0); in TEST_F() local
321 common()->Phi(MachineRepresentation::kFloat32, 2), vtrue, vfalse, merge); in TEST_F()
338 Node* vfalse = graph()->NewNode(machine()->Float64Sub(), c0, p0); in TEST_F() local
341 common()->Phi(MachineRepresentation::kFloat64, 2), vtrue, vfalse, merge); in TEST_F()
362 Node* vfalse = Parameter(1); in TEST_F() local
366 vtrue, vfalse, merge); in TEST_F()
377 IsReturn(vfalse, efalse, if_false))); in TEST_F()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Diinit.c331 ref vnull, vtrue, vfalse; in obj_init() local
335 make_false(&vfalse); in obj_init()
338 (code = initial_enter_name("false", &vfalse)) < 0 in obj_init()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Diinit.c326 ref vnull, vtrue, vfalse; in obj_init() local
330 make_false(&vfalse); in obj_init()
333 (code = initial_enter_name("false", &vfalse)) < 0 in obj_init()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Diinit.c324 ref vnull, vtrue, vfalse; in obj_init() local
328 make_false(&vfalse); in obj_init()
331 (code = initial_enter_name("false", &vfalse)) < 0 in obj_init()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Diinit.c324 ref vnull, vtrue, vfalse; in obj_init() local
328 make_false(&vfalse); in obj_init()
331 (code = initial_enter_name("false", &vfalse)) < 0 in obj_init()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Diinit.c326 ref vnull, vtrue, vfalse; in obj_init() local
330 make_false(&vfalse); in obj_init()
333 (code = initial_enter_name("false", &vfalse)) < 0 in obj_init()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Diinit.c331 ref vnull, vtrue, vfalse; in obj_init() local
335 make_false(&vfalse); in obj_init()
338 (code = initial_enter_name("false", &vfalse)) < 0 in obj_init()

1234