Searched refs:getCondCodeAction (Results 1 – 4 of 4) sorted by relevance
1350 getCondCodeAction(ISD::CondCode CC, MVT VT) const { in getCondCodeAction() function1364 return getCondCodeAction(CC, VT) == Legal; in isCondCodeLegal()1370 return getCondCodeAction(CC, VT) == Legal || in isCondCodeLegalOrCustom()1371 getCondCodeAction(CC, VT) == Custom; in isCondCodeLegalOrCustom()
502 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()1363 if (TLI.getCondCodeAction(CCCode, OpVT) != TargetLowering::Expand) { in ExpandSETCC()
1050 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
8841 switch (TLI.getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode()