Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2880 isCondCodeLegal(Cond, N0.getSimpleValueType())) in foldSetCCWithAnd()
3135 isCondCodeLegal(SwappedCC, N0.getSimpleValueType()))) in SimplifySetCC()
3144 isCondCodeLegal(SwappedCC, N0.getSimpleValueType())) && in SimplifySetCC()
3402 isCondCodeLegal(Cond, newVT.getSimpleVT()))) { in SimplifySetCC()
3460 isCondCodeLegal(CC, N0.getOperand(0).getSimpleValueType())) in SimplifySetCC()
3581 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
3601 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC()
3778 isCondCodeLegal(SwapCond, N0.getSimpleValueType())) { in SimplifySetCC()
3786 if (!isCondCodeLegal(Cond, N0.getSimpleValueType())) { in SimplifySetCC()
3793 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType())) in SimplifySetCC()
[all …]
DLegalizeDAG.cpp1677 assert(TLI.isCondCodeLegal(ISD::SETOEQ, OpVT) in LegalizeSetCCCondCode()
1681 assert(TLI.isCondCodeLegal(ISD::SETUNE, OpVT) in LegalizeSetCCCondCode()
DSelectionDAG.cpp2135 if (!TLI->isCondCodeLegal(SwappedCond, OpVT.getSimpleVT())) in FoldSetCC()
DDAGCombiner.cpp4661 (TLI.isCondCodeLegal(NewCC, LL.getSimpleValueType()) && in foldLogicOfSetCCs()
7065 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp978 if (isCondCodeLegal(InverseCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
983 if (isCondCodeLegal(SwapInvCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
1012 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
1019 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC()
1993 isCondCodeLegal(LHSCC, LHS.getOperand(0).getSimpleValueType())) in PerformDAGCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1186 bool isCondCodeLegal(ISD::CondCode CC, MVT VT) const { in isCondCodeLegal() function