Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h495 getCondCodeAction(ISD::CondCode CC, EVT VT) const { in getCondCodeAction() function
508 return getCondCodeAction(CC, VT) == Legal || in isCondCodeLegal()
509 getCondCodeAction(CC, VT) == Custom; in isCondCodeLegal()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2109 getCondCodeAction(Cond, newVT)==Legal)) in SimplifySetCC()
2467 getCondCodeAction(NewCond, N0.getValueType()) == Legal)) in SimplifySetCC()
DLegalizeDAG.cpp1191 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
1584 switch (TLI.getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode()