Searched refs:isCondCodeLegal (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/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() 1875 isCondCodeLegal(LHSCC, LHS.getOperand(0).getSimpleValueType())) in PerformDAGCombine()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 3788 isCondCodeLegal(Cond, N0.getSimpleValueType())) in foldSetCCWithAnd() 4226 isCondCodeLegal(SwappedCC, N0.getSimpleValueType()))) in SimplifySetCC() 4235 isCondCodeLegal(SwappedCC, N0.getSimpleValueType())) && in SimplifySetCC() 4486 isCondCodeLegal(Cond, newVT.getSimpleVT()))) { in SimplifySetCC() 4538 isCondCodeLegal(CC, N0.getOperand(0).getSimpleValueType())) in SimplifySetCC() 4667 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC() 4687 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC() 4930 isCondCodeLegal(SwapCond, N0.getSimpleValueType())) { in SimplifySetCC() 4938 if (!isCondCodeLegal(Cond, N0.getSimpleValueType())) { in SimplifySetCC() 4953 isCondCodeLegal(NewCond, N0.getSimpleValueType())) in SimplifySetCC() [all …]
|
| H A D | LegalizeDAG.cpp | 4714 if (TLI.isCondCodeLegal(CCCode, CVT)) { in PromoteNode()
|
| H A D | SelectionDAG.cpp | 2498 if (!TLI->isCondCodeLegal(SwappedCond, OpVT.getSimpleVT())) in FoldSetCC()
|
| H A D | DAGCombiner.cpp | 5624 (TLI.isCondCodeLegal(NewCC, LL.getSimpleValueType()) && in foldLogicOfSetCCs() 8738 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 1449 bool isCondCodeLegal(ISD::CondCode CC, MVT VT) const { in isCondCodeLegal() function
|