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

References

lib/Target/AMDGPU/SIISelLowering.cpp
 8910   if (N0.isUndef()) {
 8915   if (ConstantFPSDNode *CFP = isConstOrConstSplatFP(N0)) {
 8927   if (N0.getOpcode() == ISD::BUILD_VECTOR && VT == MVT::v2f16 &&
 8931     SDValue Lo = N0.getOperand(0);
 8932     SDValue Hi = N0.getOperand(1);
 8937         SDValue Op = N0.getOperand(I);
 8967   unsigned SrcOpc = N0.getOpcode();
 8975     auto *CRHS = dyn_cast<ConstantFPSDNode>(N0.getOperand(1));
 8976     if (CRHS && N0.hasOneUse()) {
 8979                                    N0.getOperand(0));
 8983       return DAG.getNode(N0.getOpcode(), SL, VT, Canon0, Canon1);
 8987   return isCanonicalized(DAG, N0) ? N0 : SDValue();
 8987   return isCanonicalized(DAG, N0) ? N0 : SDValue();