Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetLowering.h670 getCondCodeAction(ISD::CondCode CC, MVT VT) const { in getCondCodeAction() function
685 getCondCodeAction(CC, VT) == Legal || in isCondCodeLegal()
686 getCondCodeAction(CC, VT) == Custom; in isCondCodeLegal()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeDAG.cpp1237 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
1697 switch (TLI.getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode()
1714 assert(TLI.getCondCodeAction(ISD::SETOEQ, OpVT) in LegalizeSetCCCondCode()
1719 assert(TLI.getCondCodeAction(ISD::SETUNE, OpVT) in LegalizeSetCCCondCode()
HDTargetLowering.cpp1477 getCondCodeAction(Cond, newVT.getSimpleVT()) == Legal)) { in SimplifySetCC()
1874 getCondCodeAction(NewCond, N0.getSimpleValueType()) == Legal)) in SimplifySetCC()