Searched refs:isCondCodeLegal (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 888 if (isCondCodeLegal(InverseCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC() 893 if (isCondCodeLegal(SwapInvCC, CompareVT.getSimpleVT())) { in LowerSELECT_CC() 922 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC() 929 if (isCondCodeLegal(CCSwapped, CompareVT.getSimpleVT())) { in LowerSELECT_CC() 1904 isCondCodeLegal(LHSCC, LHS.getOperand(0).getSimpleValueType())) in PerformDAGCombine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 3176 isCondCodeLegal(Cond, N0.getSimpleValueType())) in foldSetCCWithAnd() 3502 isCondCodeLegal(SwappedCC, N0.getSimpleValueType()))) in SimplifySetCC() 3511 isCondCodeLegal(SwappedCC, N0.getSimpleValueType())) && in SimplifySetCC() 3741 isCondCodeLegal(Cond, newVT.getSimpleVT()))) { in SimplifySetCC() 3793 isCondCodeLegal(CC, N0.getOperand(0).getSimpleValueType())) in SimplifySetCC() 3911 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC() 3931 isCondCodeLegal(NewCC, VT.getSimpleVT())) && in SimplifySetCC() 4174 isCondCodeLegal(SwapCond, N0.getSimpleValueType())) { in SimplifySetCC() 4182 if (!isCondCodeLegal(Cond, N0.getSimpleValueType())) { in SimplifySetCC() 4197 isCondCodeLegal(NewCond, N0.getSimpleValueType())) in SimplifySetCC() [all …]
|
H A D | LegalizeDAG.cpp | 4605 if (TLI.isCondCodeLegal(CCCode, CVT)) { in PromoteNode()
|
H A D | SelectionDAG.cpp | 2339 if (!TLI->isCondCodeLegal(SwappedCond, OpVT.getSimpleVT())) in FoldSetCC()
|
H A D | DAGCombiner.cpp | 5084 (TLI.isCondCodeLegal(NewCC, LL.getSimpleValueType()) && in foldLogicOfSetCCs() 7767 TLI.isCondCodeLegal(NotCC, LHS.getSimpleValueType())) { in visitXOR()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 1350 bool isCondCodeLegal(ISD::CondCode CC, MVT VT) const { in isCondCodeLegal() function
|