/external/v8/src/compiler/ |
D | common-operator-reducer.cc | 243 Node* vfalse = inputs[1]; in ReducePhi() local 249 std::swap(vtrue, vfalse); in ReducePhi() 261 vfalse->opcode() == IrOpcode::kFloat32Sub) { in ReducePhi() 262 Float32BinopMatcher mvfalse(vfalse); in ReducePhi() 272 vfalse->opcode() == IrOpcode::kFloat64Sub) { 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() [all …]
|
D | select-lowering.cc | 35 Node* vfalse = node->InputAt(2); in LowerSelect() local 42 __ Goto(&done, vfalse); in LowerSelect()
|
D | effect-control-linearizer.cc | 1664 Node* vfalse = __ LoadField(AccessBuilder::ForHeapNumberValue(), value); in LowerChangeTaggedToInt32() local 1665 vfalse = __ ChangeFloat64ToInt32(vfalse); in LowerChangeTaggedToInt32() 1666 __ Goto(&done, vfalse); in LowerChangeTaggedToInt32() 1685 Node* vfalse = __ LoadField(AccessBuilder::ForHeapNumberValue(), value); in LowerChangeTaggedToUint32() local 1686 vfalse = __ ChangeFloat64ToUint32(vfalse); in LowerChangeTaggedToUint32() 1687 __ Goto(&done, vfalse); in LowerChangeTaggedToUint32() 1706 Node* vfalse = __ LoadField(AccessBuilder::ForHeapNumberValue(), value); in LowerChangeTaggedToInt64() local 1707 vfalse = __ ChangeFloat64ToInt64(vfalse); in LowerChangeTaggedToInt64() 1708 __ Goto(&done, vfalse); in LowerChangeTaggedToInt64() 1731 Node* vfalse = __ LoadField(AccessBuilder::ForHeapNumberValue(), value); in LowerChangeTaggedToTaggedSigned() local [all …]
|
D | memory-lowering.cc | 213 Node* vfalse = __ BitcastTaggedToWord( in ReduceAllocateRaw() local 215 vfalse = __ IntSub(vfalse, __ IntPtrConstant(kHeapObjectTag)); in ReduceAllocateRaw() 216 __ Goto(&done, vfalse); in ReduceAllocateRaw()
|
D | js-intrinsic-lowering.cc | 256 Node* vfalse = in ReduceIsInstanceType() local 268 vfalse, merge); in ReduceIsInstanceType()
|
D | code-assembler.cc | 1175 Label vtrue(this), vfalse(this); in Branch() local 1176 Branch(condition, &vtrue, &vfalse); in Branch() 1181 Bind(&vfalse); in Branch() 1192 Label vfalse(this); in Branch() local 1193 Branch(condition, true_label, &vfalse); in Branch() 1194 Bind(&vfalse); in Branch()
|
D | js-typed-lowering.cc | 615 Node* vfalse = efalse = if_false = graph()->NewNode( in ReduceJSAdd() local 623 NodeProperties::ReplaceControlInput(on_exception, vfalse); in ReduceJSAdd() 625 if_false = graph()->NewNode(common()->IfSuccess(), vfalse); in ReduceJSAdd() 1922 Node* vfalse; in ReduceJSCall() local 1932 vfalse = efalse = if_false = in ReduceJSCall() 1937 vfalse, in ReduceJSCall() 1944 if_false = graph()->NewNode(common()->IfSuccess(), vfalse); in ReduceJSCall() 1945 NodeProperties::ReplaceControlInput(if_exception, vfalse); in ReduceJSCall() 1957 node->ReplaceInput(1, vfalse); in ReduceJSCall()
|
D | typed-optimization.cc | 631 Node* const vfalse = NodeProperties::GetValueInput(node, 2); in ReduceSelect() local 632 Type const vfalse_type = NodeProperties::GetType(vfalse); in ReduceSelect() 639 return Replace(vfalse); in ReduceSelect()
|
D | js-native-context-specialization.cc | 2825 Node* vfalse; in BuildElementAccess() local 2828 vfalse = jsgraph()->UndefinedConstant(); in BuildElementAccess() 2836 vtrue, vfalse, control); in BuildElementAccess() 3056 Node* vfalse; in BuildElementAccess() local 3059 vfalse = jsgraph()->UndefinedConstant(); in BuildElementAccess() 3067 vtrue, vfalse, control); in BuildElementAccess() 3115 Node* vfalse = jsgraph()->FalseConstant(); in BuildElementAccess() local 3173 vtrue, vfalse, control); in BuildElementAccess() 3318 Node* vfalse = jsgraph()->UndefinedConstant(); in BuildIndexedStringLoad() local 3324 vtrue, vfalse, *control); in BuildIndexedStringLoad()
|
D | js-call-reducer.cc | 4913 Node* vfalse = efalse = graph()->NewNode( in ReduceStringPrototypeSubstr() local 4919 vtrue, vfalse, control); in ReduceStringPrototypeSubstr() 4966 Node* vfalse = jsgraph()->EmptyStringConstant(); in ReduceStringPrototypeSubstr() local 4972 vtrue, vfalse, control); in ReduceStringPrototypeSubstr() 5282 Node* vfalse; in ReduceArrayPrototypePop() local 5309 vfalse = efalse = graph()->NewNode( in ReduceArrayPrototypePop() 5323 vtrue, vfalse, control); in ReduceArrayPrototypePop() 6071 Node* vfalse = jsgraph()->FalseConstant(); in ReduceStringPrototypeStartsWith() local 6091 vtrue, vfalse, control); in ReduceStringPrototypeStartsWith() 6871 Node* vfalse = efalse = graph()->NewNode( in ReduceMapPrototypeGet() local [all …]
|
/external/swiftshader/third_party/subzero/tests_lit/reader_tests/ |
D | compare.ll | 351 %vfalse = fcmp false float %a1, %a2 372 ; CHECK-NEXT: %vfalse = fcmp false float %a1, %a2 393 %vfalse = fcmp false double %a1, %a2 414 ; CHECK-NEXT: %vfalse = fcmp false double %a1, %a2 435 %vfalse = fcmp false <4 x float> %a1, %a2 456 ; CHECK-NEXT: %vfalse = fcmp false <4 x float> %a1, %a2
|
/external/v8/src/codegen/ |
D | code-stub-assembler.h | 837 Label vtrue(this), vfalse(this), end(this); in Select() 838 Branch(condition, &vtrue, &vfalse); in Select() 845 BIND(&vfalse); in Select()
|