Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1087 getCondCodeAction(ISD::CondCode CC, MVT VT) const { in getCondCodeAction() function
1101 return getCondCodeAction(CC, VT) == Legal; in isCondCodeLegal()
1107 return getCondCodeAction(CC, VT) == Legal || in isCondCodeLegalOrCustom()
1108 getCondCodeAction(CC, VT) == Custom; in isCondCodeLegalOrCustom()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1019 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
1626 switch (TLI.getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode()