Home
last modified time | relevance | path

Searched refs:isCondCodeLegal (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp839 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 DTargetLowering.cpp3788 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 DLegalizeDAG.cpp4714 if (TLI.isCondCodeLegal(CCCode, CVT)) { in PromoteNode()
H A DSelectionDAG.cpp2498 if (!TLI->isCondCodeLegal(SwappedCond, OpVT.getSimpleVT())) in FoldSetCC()
H A DDAGCombiner.cpp5624 (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 DTargetLowering.h1449 bool isCondCodeLegal(ISD::CondCode CC, MVT VT) const { in isCondCodeLegal() function