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.cpp835 if (isCondCodeLegal(InverseCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
840 if (isCondCodeLegal(SwapInvCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
869 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
876 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
1867 isCondCodeLegal(LHSCC, LHS.getOperand(0).getSimpleValueType())) in PerformDAGCombine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4046 isCondCodeLegal(Cond, N0.getSimpleValueType())) in foldSetCCWithAnd()
4483 isCondCodeLegal(SwappedCC, N0.getSimpleValueType()))) in SimplifySetCC()
4492 isCondCodeLegal(SwappedCC, N0.getSimpleValueType())) && in SimplifySetCC()
4757 isCondCodeLegal(Cond, newVT.getSimpleVT()))) { in SimplifySetCC()
4812 isCondCodeLegal(CC, N0.getOperand(0).getSimpleValueType())) in SimplifySetCC()
4942 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
4962 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
5205 isCondCodeLegal(SwapCond, N0.getSimpleValueType())) { in SimplifySetCC()
5228 if (!isCondCodeLegal(Cond, N0.getSimpleValueType())) { in SimplifySetCC()
5243 isCondCodeLegal(NewCond, N0.getSimpleValueType())) in SimplifySetCC()
[all …]
H A DLegalizeDAG.cpp5358 if (TLI.isCondCodeLegal(CCCode, CVT)) { in PromoteNode()
H A DSelectionDAG.cpp2655 if (!TLI->isCondCodeLegal(SwappedCond, OpVT.getSimpleVT())) in FoldSetCC()
H A DDAGCombiner.cpp6077 (TLI.isCondCodeLegal(NewCC, LL.getSimpleValueType()) && in foldLogicOfSetCCs()
9460 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1613 bool isCondCodeLegal(ISD::CondCode CC, MVT VT) const { in isCondCodeLegal() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1953 TLI.isCondCodeLegal(getFCmpCondCode(FCmp->getPredicate()), in foldFCmpToFPClassTest()