Lines Matching defs:SetCC
6040 SDValue SetCC = DAG.getNode(AMDGPUISD::SETCC, DL, CCVT, LHS, RHS,
6043 return SetCC;
6044 return DAG.getZExtOrTrunc(SetCC, DL, VT);
6069 SDValue SetCC = DAG.getNode(AMDGPUISD::SETCC, SL, CCVT, Src0,
6072 return SetCC;
6073 return DAG.getZExtOrTrunc(SetCC, SL, VT);
6551 SDNode *SetCC = nullptr;
6555 SetCC = Intr;
6556 Intr = SetCC->getOperand(0).getNode();
6574 assert(!SetCC ||
6575 (SetCC->getConstantOperandVal(1) == 1 &&
6576 cast<CondCodeSDNode>(SetCC->getOperand(2).getNode())->get() ==