Searched refs:getCondCodeAction (Results 1 – 2 of 2) sorted by relevance
1087 getCondCodeAction(ISD::CondCode CC, MVT VT) const { in getCondCodeAction() function1101 return getCondCodeAction(CC, VT) == Legal; in isCondCodeLegal()1107 return getCondCodeAction(CC, VT) == Legal || in isCondCodeLegalOrCustom()1108 getCondCodeAction(CC, VT) == Custom; in isCondCodeLegalOrCustom()
1019 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()1626 switch (TLI.getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode()