Home | History | Annotate | Download | only in dfg

Lines Matching refs:child1

185         JSValueOperand thisValue(this, node.child1);
209 JSValueOperand value(this, node.child1);
218 if (isInt32Constant(node.child1)) {
222 bitOp(op, valueOfInt32Constant(node.child1), op2.registerID(), result.registerID());
226 IntegerOperand op1(this, node.child1);
233 IntegerOperand op1(this, node.child1);
249 IntegerOperand op1(this, node.child1);
260 IntegerOperand op1(this, node.child1);
273 IntegerOperand op1(this, node.child1);
286 IntegerOperand op1(this, node.child1);
295 ASSERT(!isInt32Constant(node.child1));
297 if (isKnownInteger(node.child1)) {
298 IntegerOperand op1(this, node.child1);
305 if (isKnownNumeric(node.child1)) {
306 DoubleOperand op1(this, node.child1);
316 JSValueOperand op1(this, node.child1);
324 ASSERT(!isInt32Constant(node.child1));
325 ASSERT(!isDoubleConstant(node.child1));
327 if (isKnownInteger(node.child1)) {
328 IntegerOperand op1(this, node.child1);
335 if (isKnownNumeric(node.child1)) {
336 DoubleOperand op1(this, node.child1);
343 JSValueOperand op1(this, node.child1);
351 JSValueOperand arg1(this, node.child1);
365 DoubleOperand op1(this, node.child1);
378 DoubleOperand op1(this, node.child1);
391 DoubleOperand op1(this, node.child1);
404 DoubleOperand op1(this, node.child1);
417 DoubleOperand arg1(this, node.child1);
431 JSValueOperand arg1(this, node.child1);
445 JSValueOperand arg1(this, node.child1);
460 JSValueOperand arg1(this, node.child1);
475 JSValueOperand arg1(this, node.child1);
490 JSValueOperand arg1(this, node.child1);
505 JSValueOperand arg1(this, node.child1);
520 JSValueOperand arg1(this, node.child1);
536 JSValueOperand base(this, node.child1);
547 JSValueOperand base(this, node.child1);
559 JSValueOperand base(this, node.child1);
582 JSValueOperand value(this, node.child1);
602 JSValueOperand value(this, node.child1);
631 JSValueOperand op1(this, node.child1);