Home
last modified time | relevance | path

Searched refs:hasNUsesOrMore (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm-project/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp155 } while (CE->hasNUsesOrMore(1)); // We need to check because a recursive in replaceConstantExprOp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp155 } while (CE->hasNUsesOrMore(1)); // We need to check because a recursive in replaceConstantExprOp()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp155 } while (CE->hasNUsesOrMore(1)); // We need to check because a recursive in replaceConstantExprOp()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopFlatten.cpp151 Compare->hasNUsesOrMore(2)) { in findLoopComponents()
170 if (!Increment || Increment->hasNUsesOrMore(3)) { in findLoopComponents()
DLoopFuse.cpp1405 if (PHI->hasNUsesOrMore(1)) in performFusion()
1685 if (PHI->hasNUsesOrMore(1)) in fuseGuardedLoops()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1632 ElidesXor |= !V->hasNUsesOrMore(3); in foldSPFofSPF()
1636 if (isFreeToInvert(V, !V->hasNUsesOrMore(3))) { in foldSPFofSPF()
2183 if (MinMax2->hasNUsesOrMore(3) || AddSub->hasNUsesOrMore(3)) in matchSAddSubSat()
2236 if (!LHS->hasNUsesOrMore(3) && RHS->hasNUsesOrMore(3)) { in factorizeMinMaxTree()
2250 } else if (!RHS->hasNUsesOrMore(3)) { in factorizeMinMaxTree()
2596 if (match(X, m_Not(m_Value(A))) && !X->hasNUsesOrMore(3) && in visitSelectInst()
DInstCombineAddSub.cpp2045 if (isFreeToInvert(LHS, !LHS->hasNUsesOrMore(3)) && in visitSub()
2046 !NotA->hasNUsesOrMore(4)) { in visitSub()
DInstCombineAndOrXor.cpp1697 if (!match(Op1, m_ZExt(m_Value(X))) || Op1->hasNUsesOrMore(3)) in narrowMaskedBinOp()
3273 if (isFreeToInvert(LHS, !LHS->hasNUsesOrMore(3)) && in visitXor()
3274 isFreeToInvert(RHS, !RHS->hasNUsesOrMore(3))) { in visitXor()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1684 ElidesXor |= !V->hasNUsesOrMore(3); in foldSPFofSPF()
1688 if (isFreeToInvert(V, !V->hasNUsesOrMore(3))) { in foldSPFofSPF()
2228 if (MinMax2->hasNUsesOrMore(3) || AddSub->hasNUsesOrMore(3)) in matchSAddSubSat()
2281 if (!LHS->hasNUsesOrMore(3) && RHS->hasNUsesOrMore(3)) { in factorizeMinMaxTree()
2295 } else if (!RHS->hasNUsesOrMore(3)) { in factorizeMinMaxTree()
2852 if (match(X, m_Not(m_Value(A))) && !X->hasNUsesOrMore(3) && in visitSelectInst()
DInstCombineAddSub.cpp2003 if (isFreeToInvert(LHS, !LHS->hasNUsesOrMore(3)) && in visitSub()
2004 !NotA->hasNUsesOrMore(4)) { in visitSub()
/external/llvm/lib/IR/
DBasicBlock.cpp283 assert((hasNUsesOrMore(16)||// Reduce cost of this assertion for complex CFGs. in removePredecessor()
DValue.cpp107 bool Value::hasNUsesOrMore(unsigned N) const { in hasNUsesOrMore() function in Value
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp210 if (!Phi->hasNUsesOrMore(1)) in eraseIfUnused()
/external/llvm-project/llvm/lib/IR/
DBasicBlock.cpp324 assert((hasNUsesOrMore(16) || llvm::is_contained(predecessors(this), Pred)) && in removePredecessor()
DValue.cpp150 bool Value::hasNUsesOrMore(unsigned N) const { in hasNUsesOrMore() function in Value
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DBasicBlock.cpp310 assert((hasNUsesOrMore(16)||// Reduce cost of this assertion for complex CFGs. in removePredecessor()
DValue.cpp136 bool Value::hasNUsesOrMore(unsigned N) const { in hasNUsesOrMore() function in Value
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp440 if (I->hasNUsesOrMore(1)) in Cleanup()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h394 bool hasNUsesOrMore(unsigned N) const;
/external/llvm/include/llvm/IR/
DValue.h385 bool hasNUsesOrMore(unsigned N) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h445 bool hasNUsesOrMore(unsigned N) const;
/external/llvm-project/llvm/include/llvm/IR/
DValue.h445 bool hasNUsesOrMore(unsigned N) const;
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp722 ElidesXor |= !V->hasNUsesOrMore(3); in FoldSPFofSPF()
726 if (IsFreeToInvert(V, !V->hasNUsesOrMore(3))) { in FoldSPFofSPF()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp1235 if (PHI->hasNUsesOrMore(1)) in performFusion()
1487 if (PHI->hasNUsesOrMore(1)) in fuseGuardedLoops()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp481 if (NumElements > 16 && GV->hasNUsesOrMore(16)) in SRAGlobal()
2291 return V.hasNUsesOrMore(N); in hasMoreThanOneUseOtherThanLLVMUsed()

12