Searched refs:getCondCodeAction (Results 1 – 4 of 4) sorted by relevance
455 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()467 Action = TLI.getCondCodeAction(CCCode, LegalizeVT.getSimpleVT()); \ in LegalizeOp()1523 if (TLI.getCondCodeAction(CCCode, OpVT) != TargetLowering::Expand) { in ExpandSETCC()
1057 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
10390 switch (TLI.getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode()
1436 getCondCodeAction(ISD::CondCode CC, MVT VT) const { in getCondCodeAction() function1450 return getCondCodeAction(CC, VT) == Legal; in isCondCodeLegal()1456 return getCondCodeAction(CC, VT) == Legal || in isCondCodeLegalOrCustom()1457 getCondCodeAction(CC, VT) == Custom; in isCondCodeLegalOrCustom()