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