/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1316 isCondCodeLegal(Cond, N0.getSimpleValueType())) in simplifySetCCWithAnd() 1368 isCondCodeLegal(SwappedCC, N0.getSimpleValueType()))) in SimplifySetCC() 1664 isCondCodeLegal(CC, N0.getOperand(0).getSimpleValueType())) in SimplifySetCC() 1754 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC() 1769 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC() 1939 if (!isCondCodeLegal(Cond, N0.getSimpleValueType())) { in SimplifySetCC() 1946 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType())) in SimplifySetCC() 1949 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType())) in SimplifySetCC() 1952 isCondCodeLegal(ISD::SETUGT, N0.getSimpleValueType())) in SimplifySetCC() 1955 isCondCodeLegal(ISD::SETUGT, N0.getSimpleValueType())) in SimplifySetCC() [all …]
|
D | LegalizeDAG.cpp | 1581 if (TLI.isCondCodeLegal(InvCC, OpVT)) { in LegalizeSetCCCondCode() 1633 if (TLI.isCondCodeLegal(InvCC, OpVT)) { in LegalizeSetCCCondCode() 3596 if (TLI.isCondCodeLegal(CCOp, Tmp1.getSimpleValueType())) { in ExpandNode() 3617 if (TLI.isCondCodeLegal(InvCC, Tmp1.getSimpleValueType())) { in ExpandNode() 3625 if (TLI.isCondCodeLegal(SwapInvCC, Tmp1.getSimpleValueType())) { in ExpandNode()
|
D | DAGCombiner.cpp | 2921 (TLI.isCondCodeLegal(Result, LL.getSimpleValueType()) && in visitANDLike() 3656 (TLI.isCondCodeLegal(Result, LL.getSimpleValueType()) && in visitORLike() 4176 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR()
|
D | SelectionDAG.cpp | 1989 if (!TLI->isCondCodeLegal(SwappedCond, CompVT)) in FoldSetCC()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1830 isCondCodeLegal(Cond, N0.getSimpleValueType())) in simplifySetCCWithAnd() 1960 isCondCodeLegal(SwappedCC, N0.getSimpleValueType()))) in SimplifySetCC() 2204 isCondCodeLegal(Cond, newVT.getSimpleVT()))) { in SimplifySetCC() 2261 isCondCodeLegal(CC, N0.getOperand(0).getSimpleValueType())) in SimplifySetCC() 2365 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC() 2385 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC() 2572 isCondCodeLegal(SwapCond, N0.getSimpleValueType())) { in SimplifySetCC() 2580 if (!isCondCodeLegal(Cond, N0.getSimpleValueType())) { in SimplifySetCC() 2587 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType())) in SimplifySetCC() 2590 isCondCodeLegal(ISD::SETOLE, N0.getSimpleValueType())) in SimplifySetCC() [all …]
|
D | LegalizeDAG.cpp | 1628 assert(TLI.isCondCodeLegal(ISD::SETOEQ, OpVT) in LegalizeSetCCCondCode() 1632 assert(TLI.isCondCodeLegal(ISD::SETUNE, OpVT) in LegalizeSetCCCondCode()
|
D | SelectionDAG.cpp | 2068 if (!TLI->isCondCodeLegal(SwappedCond, CompVT)) in FoldSetCC()
|
D | DAGCombiner.cpp | 3932 (TLI.isCondCodeLegal(NewCC, LL.getSimpleValueType()) && in foldLogicOfSetCCs() 6015 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2358 if (!isCondCodeLegal(Cond, N0.getValueType())) { in SimplifySetCC() 2365 isCondCodeLegal(ISD::SETOLE, N0.getValueType())) in SimplifySetCC() 2368 isCondCodeLegal(ISD::SETOLE, N0.getValueType())) in SimplifySetCC() 2371 isCondCodeLegal(ISD::SETUGT, N0.getValueType())) in SimplifySetCC() 2374 isCondCodeLegal(ISD::SETUGT, N0.getValueType())) in SimplifySetCC() 2378 isCondCodeLegal(ISD::SETOGE, N0.getValueType())) in SimplifySetCC() 2381 isCondCodeLegal(ISD::SETOGE, N0.getValueType())) in SimplifySetCC() 2384 isCondCodeLegal(ISD::SETULT, N0.getValueType())) in SimplifySetCC() 2387 isCondCodeLegal(ISD::SETULT, N0.getValueType())) in SimplifySetCC()
|
D | DAGCombiner.cpp | 2353 (!LegalOperations || TLI.isCondCodeLegal(Result, LL.getValueType()))) in visitAND() 2822 (!LegalOperations || TLI.isCondCodeLegal(Result, LL.getValueType()))) in visitOR() 3090 if (!LegalOperations || TLI.isCondCodeLegal(NotCC, LHS.getValueType())) { in visitXOR()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 977 if (isCondCodeLegal(InverseCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC() 982 if (isCondCodeLegal(SwapInvCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC() 1011 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC() 1018 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC() 1995 isCondCodeLegal(LHSCC, LHS.getOperand(0).getSimpleValueType())) in PerformDAGCombine()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 1145 if (isCondCodeLegal(InverseCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC() 1150 if (isCondCodeLegal(SwapInvCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC() 1179 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC() 1186 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC() 2102 isCondCodeLegal(LHSCC, LHS.getOperand(0).getSimpleValueType())) in PerformDAGCombine()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 487 bool isCondCodeLegal(ISD::CondCode CC, EVT VT) const { in isCondCodeLegal() function
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 759 bool isCondCodeLegal(ISD::CondCode CC, MVT VT) const { in isCondCodeLegal() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 1046 bool isCondCodeLegal(ISD::CondCode CC, MVT VT) const { in isCondCodeLegal() function
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6413 if (!TLI.isCondCodeLegal(CC, OpVT)) in combineSelectAndUse()
|