Searched refs:UseVector (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
H A D | DeadArgumentElimination.h | 118 using UseVector = SmallVector<RetOrArg, 5>; variable 125 Liveness MarkIfNotLive(RetOrArg Use, UseVector &MaybeLiveUses); 126 Liveness SurveyUse(const Use *U, UseVector &MaybeLiveUses, 128 Liveness SurveyUses(const Value *V, UseVector &MaybeLiveUses); 133 const UseVector &MaybeLiveUses);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 361 UseVector &MaybeLiveUses) { in MarkIfNotLive() 380 DeadArgumentEliminationPass::SurveyUse(const Use *U, UseVector &MaybeLiveUses, in SurveyUse() 468 UseVector &MaybeLiveUses) { in SurveyUses() 511 using RetUses = SmallVector<UseVector, 5>; in SurveyFunction() 591 UseVector MaybeLiveAggregateUses; in SurveyFunction() 621 UseVector MaybeLiveArgUses; in SurveyFunction() 657 const UseVector &MaybeLiveUses) { in MarkValue()
|
H A D | OpenMPOpt.cpp | 180 using UseVector = SmallVector<Use *, 16>; typedef 189 UseVector &getOrCreateUseVector(Function *F) { in getOrCreateUseVector() 190 std::shared_ptr<UseVector> &UV = UsesMap[F]; in getOrCreateUseVector() 192 UV = std::make_shared<UseVector>(); in getOrCreateUseVector() 198 const UseVector *getUseVector(Function &F) const { in getUseVector() 228 UseVector &UV = getOrCreateUseVector(F); in foreachUse() 248 DenseMap<Function *, std::shared_ptr<UseVector>> UsesMap;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 2608 bool UseVector = IsCurrIdxVector || IsPrevIdxVector; in ConstantFoldGetElementPtr() local 2620 if (UseVector) in ConstantFoldGetElementPtr() 2639 if (UseVector) in ConstantFoldGetElementPtr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 702 bool IsConstantSrc, bool UseVector, 16724 bool IsConstantSrc, bool UseVector, bool UseTrunc) { in mergeStoresOfConstantsOrVecElts() argument 16737 if (UseVector) { in mergeStoresOfConstantsOrVecElts() 16745 if (UseVector) { in mergeStoresOfConstantsOrVecElts() 17222 bool UseVector = (LastLegalVectorType > LastLegalType) && AllowVectors; in tryStoreMergeOfConstants() local 17223 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType; in tryStoreMergeOfConstants() 17255 StoreNodes, MemVT, NumElem, true, UseVector, LastIntegerTrunc); in tryStoreMergeOfConstants()
|