Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h1173 getCondCodeAction(ISD::CondCode CC, MVT VT) const { in getCondCodeAction() function
1187 return getCondCodeAction(CC, VT) == Legal; in isCondCodeLegal()
1193 return getCondCodeAction(CC, VT) == Legal || in isCondCodeLegalOrCustom()
1194 getCondCodeAction(CC, VT) == Custom; in isCondCodeLegalOrCustom()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeDAG.cpp1048 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
1643 switch (TLI.getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode()