Home
last modified time | relevance | path

Searched refs:getCondCodeAction (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp454 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
466 Action = TLI.getCondCodeAction(CCCode, LegalizeVT.getSimpleVT()); \ in LegalizeOp()
1456 if (TLI.getCondCodeAction(CCCode, OpVT) != TargetLowering::Expand) { in ExpandSETCC()
H A DLegalizeDAG.cpp1053 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
H A DTargetLowering.cpp9715 switch (TLI.getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1404 getCondCodeAction(ISD::CondCode CC, MVT VT) const { in getCondCodeAction() function
1418 return getCondCodeAction(CC, VT) == Legal; in isCondCodeLegal()
1424 return getCondCodeAction(CC, VT) == Legal || in isCondCodeLegalOrCustom()
1425 getCondCodeAction(CC, VT) == Custom; in isCondCodeLegalOrCustom()