Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1337 getCondCodeAction(ISD::CondCode CC, MVT VT) const { in getCondCodeAction() function
1351 return getCondCodeAction(CC, VT) == Legal; in isCondCodeLegal()
1357 return getCondCodeAction(CC, VT) == Legal || in isCondCodeLegalOrCustom()
1358 getCondCodeAction(CC, VT) == Custom; in isCondCodeLegalOrCustom()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp501 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
1357 if (TLI.getCondCodeAction(CCCode, OpVT) != TargetLowering::Expand) { in ExpandSETCC()
H A DLegalizeDAG.cpp1048 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
H A DTargetLowering.cpp8791 switch (TLI.getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode()