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/ |
D | TargetLowering.cpp | 2880 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 …]
|
D | LegalizeDAG.cpp | 1677 assert(TLI.isCondCodeLegal(ISD::SETOEQ, OpVT) in LegalizeSetCCCondCode() 1681 assert(TLI.isCondCodeLegal(ISD::SETUNE, OpVT) in LegalizeSetCCCondCode()
|
D | SelectionDAG.cpp | 2135 if (!TLI->isCondCodeLegal(SwappedCond, OpVT.getSimpleVT())) in FoldSetCC()
|
D | DAGCombiner.cpp | 4661 (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/ |
D | R600ISelLowering.cpp | 978 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/ |
D | TargetLowering.h | 1186 bool isCondCodeLegal(ISD::CondCode CC, MVT VT) const { in isCondCodeLegal() function
|