/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 155 } while (CE->hasNUsesOrMore(1)); // We need to check because a recursive in replaceConstantExprOp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 155 } while (CE->hasNUsesOrMore(1)); // We need to check because a recursive in replaceConstantExprOp()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 155 } while (CE->hasNUsesOrMore(1)); // We need to check because a recursive in replaceConstantExprOp()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopFlatten.cpp | 151 Compare->hasNUsesOrMore(2)) { in findLoopComponents() 170 if (!Increment || Increment->hasNUsesOrMore(3)) { in findLoopComponents()
|
D | LoopFuse.cpp | 1405 if (PHI->hasNUsesOrMore(1)) in performFusion() 1685 if (PHI->hasNUsesOrMore(1)) in fuseGuardedLoops()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 1632 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()
|
D | InstCombineAddSub.cpp | 2045 if (isFreeToInvert(LHS, !LHS->hasNUsesOrMore(3)) && in visitSub() 2046 !NotA->hasNUsesOrMore(4)) { in visitSub()
|
D | InstCombineAndOrXor.cpp | 1697 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/ |
D | InstCombineSelect.cpp | 1684 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()
|
D | InstCombineAddSub.cpp | 2003 if (isFreeToInvert(LHS, !LHS->hasNUsesOrMore(3)) && in visitSub() 2004 !NotA->hasNUsesOrMore(4)) { in visitSub()
|
/external/llvm/lib/IR/ |
D | BasicBlock.cpp | 283 assert((hasNUsesOrMore(16)||// Reduce cost of this assertion for complex CFGs. in removePredecessor()
|
D | Value.cpp | 107 bool Value::hasNUsesOrMore(unsigned N) const { in hasNUsesOrMore() function in Value
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 210 if (!Phi->hasNUsesOrMore(1)) in eraseIfUnused()
|
/external/llvm-project/llvm/lib/IR/ |
D | BasicBlock.cpp | 324 assert((hasNUsesOrMore(16) || llvm::is_contained(predecessors(this), Pred)) && in removePredecessor()
|
D | Value.cpp | 150 bool Value::hasNUsesOrMore(unsigned N) const { in hasNUsesOrMore() function in Value
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | BasicBlock.cpp | 310 assert((hasNUsesOrMore(16)||// Reduce cost of this assertion for complex CFGs. in removePredecessor()
|
D | Value.cpp | 136 bool Value::hasNUsesOrMore(unsigned N) const { in hasNUsesOrMore() function in Value
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | MVETailPredication.cpp | 440 if (I->hasNUsesOrMore(1)) in Cleanup()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Value.h | 394 bool hasNUsesOrMore(unsigned N) const;
|
/external/llvm/include/llvm/IR/ |
D | Value.h | 385 bool hasNUsesOrMore(unsigned N) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Value.h | 445 bool hasNUsesOrMore(unsigned N) const;
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Value.h | 445 bool hasNUsesOrMore(unsigned N) const;
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 722 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/ |
D | LoopFuse.cpp | 1235 if (PHI->hasNUsesOrMore(1)) in performFusion() 1487 if (PHI->hasNUsesOrMore(1)) in fuseGuardedLoops()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 481 if (NumElements > 16 && GV->hasNUsesOrMore(16)) in SRAGlobal() 2291 return V.hasNUsesOrMore(N); in hasMoreThanOneUseOtherThanLLVMUsed()
|