Lines Matching defs:SetCC
6170 SDValue SetCC = DAG.getNode(AMDGPUISD::SETCC, DL, CCVT, LHS, RHS,
6173 return SetCC;
6174 return DAG.getZExtOrTrunc(SetCC, DL, VT);
6199 SDValue SetCC = DAG.getNode(AMDGPUISD::SETCC, SL, CCVT, Src0, Src1,
6202 return SetCC;
6203 return DAG.getZExtOrTrunc(SetCC, SL, VT);
6695 SDNode *SetCC = nullptr;
6699 SetCC = Intr;
6700 Intr = SetCC->getOperand(0).getNode();
6718 assert(!SetCC ||
6719 (SetCC->getConstantOperandVal(1) == 1 &&
6720 cast<CondCodeSDNode>(SetCC->getOperand(2).getNode())->get() ==