Searched refs:isCondCodeLegal (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/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() 1851 isCondCodeLegal(LHSCC, LHS.getOperand(0).getSimpleValueType())) in PerformDAGCombine()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3718 isCondCodeLegal(Cond, N0.getSimpleValueType())) in foldSetCCWithAnd() 4400 isCondCodeLegal(Cond, newVT.getSimpleVT()))) { in SimplifySetCC() 4581 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC() 4601 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC() 4852 if (!isCondCodeLegal(Cond, N0.getSimpleValueType())) { in SimplifySetCC() 9751 if (TLI.isCondCodeLegal(ISD::SETUNE, OpVT)) { in LegalizeSetCCCondCode() 9757 assert(TLI.isCondCodeLegal(ISD::SETOEQ, OpVT) && in LegalizeSetCCCondCode() 9762 assert(TLI.isCondCodeLegal(ISD::SETOEQ, OpVT) && in LegalizeSetCCCondCode() 9775 if (!TLI.isCondCodeLegal(CC2, OpVT) && in LegalizeSetCCCondCode() 9776 (TLI.isCondCodeLegal(ISD::SETOGT, OpVT) || in LegalizeSetCCCondCode() [all …]
|
| H A D | LegalizeDAG.cpp | 4680 if (TLI.isCondCodeLegal(CCCode, CVT)) { in PromoteNode()
|
| H A D | DAGCombiner.cpp | 5542 (TLI.isCondCodeLegal(NewCC, LL.getSimpleValueType()) && in foldLogicOfSetCCs() 8463 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR()
|
| H A D | SelectionDAG.cpp | 2436 if (!TLI->isCondCodeLegal(SwappedCond, OpVT.getSimpleVT())) in FoldSetCC()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1417 bool isCondCodeLegal(ISD::CondCode CC, MVT VT) const { in isCondCodeLegal() function
|