Home | History | Annotate | Download | only in Target

Lines Matching refs:CondCode

589   getCondCodeAction(ISD::CondCode CC, MVT VT) const {
602 bool isCondCodeLegal(ISD::CondCode CC, MVT VT) const {
1156 void setCondCodeAction(ISD::CondCode CC, MVT VT,
1429 /// Override the default CondCode to be used to test the result of the
1431 void setCmpLibcallCC(RTLIB::Libcall Call, ISD::CondCode CC) {
1435 /// Get the CondCode that's to be used to test the result of the comparison
1437 ISD::CondCode getCmpLibcallCC(RTLIB::Libcall Call) const {
1617 /// For each condition code (ISD::CondCode) keep a LegalizeAction that
1779 /// The ISD::CondCode that should be used to test the result of each of the
1781 ISD::CondCode CmpLibcallCCs[RTLIB::UNKNOWN_LIBCALL];
1919 ISD::CondCode &CCCode, SDLoc DL) const;
2032 ISD::CondCode Cond, bool foldBooleans,