Searched refs:getCondCodeAction (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorOps.cpp | 321 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp() 506 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp() 518 Action = TLI.getCondCodeAction(CCCode, LegalizeVT.getSimpleVT()); \ in LegalizeOp() 1711 if (TLI.getCondCodeAction(CCCode, OpVT) != TargetLowering::Expand) { in ExpandSETCC()
|
H A D | LegalizeDAG.cpp | 1058 Action = TLI.getCondCodeAction(CCCode, OpVT); in LegalizeOp()
|
H A D | TargetLowering.cpp | 11547 switch (TLI.getCondCodeAction(CCCode, OpVT)) { in LegalizeSetCCCondCode()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 1600 getCondCodeAction(ISD::CondCode CC, MVT VT) const { in getCondCodeAction() function 1614 return getCondCodeAction(CC, VT) == Legal; in isCondCodeLegal() 1620 return getCondCodeAction(CC, VT) == Legal || in isCondCodeLegalOrCustom() 1621 getCondCodeAction(CC, VT) == Custom; in isCondCodeLegalOrCustom()
|