Searched refs:isCondCodeLegal (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 888 if (isCondCodeLegal(InverseCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC() 893 if (isCondCodeLegal(SwapInvCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC() 922 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC() 929 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC() 1904 isCondCodeLegal(LHSCC, LHS.getOperand(0).getSimpleValueType())) in PerformDAGCombine()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3201 isCondCodeLegal(Cond, N0.getSimpleValueType())) in foldSetCCWithAnd() 3766 isCondCodeLegal(Cond, newVT.getSimpleVT()))) { in SimplifySetCC() 3936 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC() 3956 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC() 4207 if (!isCondCodeLegal(Cond, N0.getSimpleValueType())) { in SimplifySetCC() 8877 if (TLI.isCondCodeLegal(ISD::SETUNE, OpVT)) { in LegalizeSetCCCondCode() 8883 assert(TLI.isCondCodeLegal(ISD::SETOEQ, OpVT) && in LegalizeSetCCCondCode() 8888 assert(TLI.isCondCodeLegal(ISD::SETOEQ, OpVT) && in LegalizeSetCCCondCode() 8901 if (!TLI.isCondCodeLegal(CC2, OpVT) && in LegalizeSetCCCondCode() 8902 (TLI.isCondCodeLegal(ISD::SETOGT, OpVT) || in LegalizeSetCCCondCode() [all …]
|
| H A D | LegalizeDAG.cpp | 4594 if (TLI.isCondCodeLegal(CCCode, CVT)) { in PromoteNode()
|
| H A D | SelectionDAG.cpp | 2346 if (!TLI->isCondCodeLegal(SwappedCond, OpVT.getSimpleVT())) in FoldSetCC()
|
| H A D | DAGCombiner.cpp | 5113 (TLI.isCondCodeLegal(NewCC, LL.getSimpleValueType()) && in foldLogicOfSetCCs() 7805 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1363 bool isCondCodeLegal(ISD::CondCode CC, MVT VT) const { in isCondCodeLegal() function
|