Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Operands

111   /// This is essentially just bitcasting the operands to a different type and
139 // the operands because we are going to check their values at some point.
158 // node is only legalized after all of its operands are legalized.
192 // Legalize the operands
364 SmallVector<SDValue, 4> Operands(Op.getNumOperands());
368 Operands[j] = DAG.getNode(ISD::BITCAST, dl, NVT, Op.getOperand(j));
370 Operands[j] = Op.getOperand(j);
373 Op = DAG.getNode(Op.getOpcode(), dl, NVT, Operands);
396 SmallVector<SDValue, 4> Operands(Op.getNumOperands());
402 Operands[j] = DAG.getNode(Opc, dl, NVT, Op.getOperand(j));
404 Operands[j] = Op.getOperand(j);
407 return DAG.getNode(Op.getOpcode(), dl, Op.getValueType(), Operands);
665 // operands are vectors. Lower this select to VSELECT and implement it
704 // Bitcast the operands to be the same type as the mask.
873 // Bitcast the operands to be the same type as the mask.