Searched refs:getCondCodeAction (Results 1 – 3 of 3) sorted by relevance
495 getCondCodeAction(ISD::CondCode CC, EVT VT) const { in getCondCodeAction() function508 return getCondCodeAction(CC, VT) == Legal || in isCondCodeLegal()509 getCondCodeAction(CC, VT) == Custom; in isCondCodeLegal()
2109 getCondCodeAction(Cond, newVT)==Legal)) in SimplifySetCC()2467 getCondCodeAction(NewCond, N0.getValueType()) == Legal)) in SimplifySetCC()
1191 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()1584 switch (TLI.getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode()