Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp318 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
486 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
498 Action = TLI.getCondCodeAction(CCCode, LegalizeVT.getSimpleVT()); \ in LegalizeOp()
1717 if (TLI.getCondCodeAction(CCCode, OpVT) != TargetLowering::Expand) { in ExpandSETCC()
H A DLegalizeDAG.cpp1078 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
H A DTargetLowering.cpp10898 switch (TLI.getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1531 getCondCodeAction(ISD::CondCode CC, MVT VT) const { in getCondCodeAction() function
1545 return getCondCodeAction(CC, VT) == Legal; in isCondCodeLegal()
1551 return getCondCodeAction(CC, VT) == Legal || in isCondCodeLegalOrCustom()
1552 getCondCodeAction(CC, VT) == Custom; in isCondCodeLegalOrCustom()