Searched refs:getCondCodeAction (Results 1 – 2 of 2) sorted by relevance
1173 getCondCodeAction(ISD::CondCode CC, MVT VT) const { in getCondCodeAction() function1187 return getCondCodeAction(CC, VT) == Legal; in isCondCodeLegal()1193 return getCondCodeAction(CC, VT) == Legal || in isCondCodeLegalOrCustom()1194 getCondCodeAction(CC, VT) == Custom; in isCondCodeLegalOrCustom()
1048 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()1643 switch (TLI.getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode()