reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/HexagonISelLowering.cpp
 2925   if (isHvxOperation(Op)) {
 2931   const SDLoc &dl(Op);
 2932   unsigned Opc = Op.getOpcode();
 2935     SDValue P = Op.getOperand(0);
 2938         return DCI.DAG.getConstant(-1, dl, ty(Op));
 2940         return getZero(dl, ty(Op), DCI.DAG);
 2948     SDValue Cond = Op.getOperand(0);
 2952         SDValue VSel = DCI.DAG.getNode(ISD::VSELECT, dl, ty(Op), C0,
 2953                                        Op.getOperand(2), Op.getOperand(1));
 2953                                        Op.getOperand(2), Op.getOperand(1));