Searched refs:isCondCodeLegal (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 835 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 D | TargetLowering.cpp | 4046 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 D | LegalizeDAG.cpp | 5358 if (TLI.isCondCodeLegal(CCCode, CVT)) { in PromoteNode()
|
H A D | SelectionDAG.cpp | 2655 if (!TLI->isCondCodeLegal(SwappedCond, OpVT.getSimpleVT())) in FoldSetCC()
|
H A D | DAGCombiner.cpp | 6077 (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 D | TargetLowering.h | 1613 bool isCondCodeLegal(ISD::CondCode CC, MVT VT) const { in isCondCodeLegal() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 1953 TLI.isCondCodeLegal(getFCmpCondCode(FCmp->getPredicate()), in foldFCmpToFPClassTest()
|