Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp332 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
526 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
545 Action = TLI.getCondCodeAction(CCCode, LegalizeVT.getSimpleVT()); \ in LegalizeOp()
2039 if (TLI.getCondCodeAction(CCCode, OpVT) != TargetLowering::Expand) { in ExpandSETCC()
H A DLegalizeDAG.cpp1088 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
H A DTargetLowering.cpp12088 switch (getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1630 getCondCodeAction(ISD::CondCode CC, MVT VT) const { in getCondCodeAction() function
1645 return getCondCodeAction(CC, VT) == Legal; in isCondCodeLegal()
1651 return getCondCodeAction(CC, VT) == Legal || in isCondCodeLegalOrCustom()
1652 getCondCodeAction(CC, VT) == Custom; in isCondCodeLegalOrCustom()