Home | History | Annotate | Download | only in SystemZ

Lines Matching defs:CC

70   // such as SystemZ has with CC, so set this to the register-pressure
885 // CC is a comparison that will be implemented using an integer or
890 static unsigned CCMaskForCondCode(ISD::CondCode CC) {
896 switch (CC) {
1057 // 2-bit result in CC. Set CCValid to the CCMASK_* of all possible
1107 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(1))->get();
1114 SDValue Flags = emitCmp(DAG, CmpOp0, CmpOp1, CC, CCValid, CCMask);
1126 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(4))->get();
1130 SDValue Flags = emitCmp(DAG, CmpOp0, CmpOp1, CC, CCValid, CCMask);