Home
last modified time | relevance | path

Searched refs:isCondCodeLegal (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp839 if (isCondCodeLegal(InverseCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
844 if (isCondCodeLegal(SwapInvCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
873 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
880 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
1872 isCondCodeLegal(LHSCC, LHS.getOperand(0).getSimpleValueType())) in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4222 isCondCodeLegal(Cond, N0.getSimpleValueType())) in foldSetCCWithAnd()
4696 isCondCodeLegal(SwappedCC, N0.getSimpleValueType()))) in SimplifySetCC()
4705 isCondCodeLegal(SwappedCC, N0.getSimpleValueType())) && in SimplifySetCC()
4972 isCondCodeLegal(Cond, newVT.getSimpleVT()) && in SimplifySetCC()
5028 isCondCodeLegal(CC, N0.getOperand(0).getSimpleValueType())) in SimplifySetCC()
5158 isCondCodeLegal(NewCC, OpVT.getSimpleVT())) && in SimplifySetCC()
5178 isCondCodeLegal(NewCC, OpVT.getSimpleVT())) && in SimplifySetCC()
5419 isCondCodeLegal(SwapCond, N0.getSimpleValueType())) { in SimplifySetCC()
5442 if (!isCondCodeLegal(Cond, N0.getSimpleValueType())) { in SimplifySetCC()
5457 isCondCodeLegal(NewCond, N0.getSimpleValueType())) in SimplifySetCC()
[all …]
H A DLegalizeDAG.cpp5568 if (TLI.isCondCodeLegal(CCCode, CVT)) { in PromoteNode()
H A DDAGCombiner.cpp6455 (TLI.isCondCodeLegal(NewCC, LL.getSimpleValueType()) && in foldLogicOfSetCCs()
9914 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR()
19366 if (!LegalOperations || TLI.isCondCodeLegal(CC, Op0.getSimpleValueType())) in rebuildSetCC()
H A DSelectionDAG.cpp2898 if (!TLI->isCondCodeLegal(SwappedCond, OpVT.getSimpleVT())) in FoldSetCC()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1644 bool isCondCodeLegal(ISD::CondCode CC, MVT VT) const { in isCondCodeLegal() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2024 TLI.isCondCodeLegal(getFCmpCondCode(FCmp->getPredicate()), in foldFCmpToFPClassTest()