Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h639 getCondCodeAction(ISD::CondCode CC, MVT VT) const { in getCondCodeAction() function
654 getCondCodeAction(CC, VT) == Legal || in isCondCodeLegal()
655 getCondCodeAction(CC, VT) == Custom; in isCondCodeLegal()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1218 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
1668 switch (TLI.getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode()
1685 assert(TLI.getCondCodeAction(ISD::SETOEQ, OpVT) in LegalizeSetCCCondCode()
1690 assert(TLI.getCondCodeAction(ISD::SETUNE, OpVT) in LegalizeSetCCCondCode()
H A DTargetLowering.cpp1438 getCondCodeAction(Cond, newVT.getSimpleVT()) == Legal)) { in SimplifySetCC()
1823 getCondCodeAction(NewCond, N0.getSimpleValueType()) == Legal)) in SimplifySetCC()