Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:SetCC

106   setOperationAction(ISD::SETCC, MVT::v2i1, Expand);
107 setOperationAction(ISD::SETCC, MVT::v4i1, Expand);
263 setTargetDAGCombine(ISD::SETCC);
1035 if (Intr->getOpcode() == ISD::SETCC) {
1037 SDNode *SetCC = Intr;
1038 assert(SetCC->getConstantOperandVal(1) == 1);
1039 assert(cast<CondCodeSDNode>(SetCC->getOperand(2).getNode())->get() ==
1041 Intr = SetCC->getOperand(0).getNode();
1812 if (LHS.getOpcode() == ISD::SETCC &&
1813 RHS.getOpcode() == ISD::SETCC) {
1992 case ISD::SETCC: