/external/llvm/include/llvm/Transforms/IPO/ |
D | DeadArgumentElimination.h | 104 typedef SmallVector<RetOrArg, 5> UseVector; typedef 116 Liveness MarkIfNotLive(RetOrArg Use, UseVector &MaybeLiveUses); 117 Liveness SurveyUse(const Use *U, UseVector &MaybeLiveUses, 119 Liveness SurveyUses(const Value *V, UseVector &MaybeLiveUses); 123 const UseVector &MaybeLiveUses);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
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); 132 const UseVector &MaybeLiveUses);
|
/external/llvm-project/llvm/include/llvm/Transforms/IPO/ |
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);
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | AvoidCArraysCheck.cpp | 62 static constexpr llvm::StringLiteral UseVector = llvm::StringLiteral( in check() local 66 ArrayType->getTypePtr()->isVariableArrayType() ? UseVector : UseArray); in check()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 358 UseVector &MaybeLiveUses) { in MarkIfNotLive() 377 DeadArgumentEliminationPass::SurveyUse(const Use *U, UseVector &MaybeLiveUses, in SurveyUse() 465 UseVector &MaybeLiveUses) { in SurveyUses() 508 using RetUses = SmallVector<UseVector, 5>; in SurveyFunction() 588 UseVector MaybeLiveAggregateUses; in SurveyFunction() 618 UseVector MaybeLiveArgUses; in SurveyFunction() 654 const UseVector &MaybeLiveUses) { in MarkValue()
|
D | OpenMPOpt.cpp | 146 using UseVector = SmallVector<Use *, 16>; typedef 155 UseVector &getOrCreateUseVector(Function *F) { in getOrCreateUseVector() 156 std::shared_ptr<UseVector> &UV = UsesMap[F]; in getOrCreateUseVector() 158 UV = std::make_shared<UseVector>(); in getOrCreateUseVector() 164 const UseVector *getUseVector(Function &F) const { in getUseVector() 194 UseVector &UV = getOrCreateUseVector(F); in foreachUse() 214 DenseMap<Function *, std::shared_ptr<UseVector>> UsesMap;
|
/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 336 UseVector &MaybeLiveUses) { in MarkIfNotLive() 356 DeadArgumentEliminationPass::SurveyUse(const Use *U, UseVector &MaybeLiveUses, in SurveyUse() 445 UseVector &MaybeLiveUses) { in SurveyUses() 486 typedef SmallVector<UseVector, 5> RetUses; in SurveyFunction() 549 UseVector MaybeLiveAggregateUses; in SurveyFunction() 574 UseVector MaybeLiveArgUses; in SurveyFunction() 603 const UseVector &MaybeLiveUses) { in MarkValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 360 UseVector &MaybeLiveUses) { in MarkIfNotLive() 379 DeadArgumentEliminationPass::SurveyUse(const Use *U, UseVector &MaybeLiveUses, in SurveyUse() 468 UseVector &MaybeLiveUses) { in SurveyUses() 510 using RetUses = SmallVector<UseVector, 5>; in SurveyFunction() 597 UseVector MaybeLiveAggregateUses; in SurveyFunction() 627 UseVector MaybeLiveArgUses; in SurveyFunction() 663 const UseVector &MaybeLiveUses) { in MarkValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 2432 bool UseVector = IsCurrIdxVector || IsPrevIdxVector; in ConstantFoldGetElementPtr() local 2444 if (UseVector) in ConstantFoldGetElementPtr() 2462 if (UseVector) in ConstantFoldGetElementPtr()
|
/external/llvm-project/llvm/lib/IR/ |
D | ConstantFold.cpp | 2584 bool UseVector = IsCurrIdxVector || IsPrevIdxVector; in ConstantFoldGetElementPtr() local 2596 if (UseVector) in ConstantFoldGetElementPtr() 2615 if (UseVector) in ConstantFoldGetElementPtr()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 450 bool IsConstantSrc, bool UseVector); 11230 unsigned NumStores, bool IsConstantSrc, bool UseVector) { in MergeStoresOfConstantsOrVecElts() argument 11255 if (UseVector) { in MergeStoresOfConstantsOrVecElts() 11660 bool UseVector = (LastLegalVectorType > LastLegalType) && !NoVectors; in MergeConsecutiveStores() local 11661 unsigned NumElem = UseVector ? LastLegalVectorType : LastLegalType; in MergeConsecutiveStores() 11664 true, UseVector); in MergeConsecutiveStores()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 648 bool IsConstantSrc, bool UseVector, 15361 bool IsConstantSrc, bool UseVector, bool UseTrunc) { in MergeStoresOfConstantsOrVecElts() argument 15374 if (UseVector) { in MergeStoresOfConstantsOrVecElts() 15382 if (UseVector) { in MergeStoresOfConstantsOrVecElts() 15911 bool UseVector = (LastLegalVectorType > LastLegalType) && !NoVectors; in MergeConsecutiveStores() local 15912 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType; in MergeConsecutiveStores() 15945 UseVector, LastIntegerTrunc); in MergeConsecutiveStores()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 702 bool IsConstantSrc, bool UseVector, 16404 bool IsConstantSrc, bool UseVector, bool UseTrunc) { in mergeStoresOfConstantsOrVecElts() argument 16417 if (UseVector) { in mergeStoresOfConstantsOrVecElts() 16425 if (UseVector) { in mergeStoresOfConstantsOrVecElts() 16902 bool UseVector = (LastLegalVectorType > LastLegalType) && AllowVectors; in tryStoreMergeOfConstants() local 16903 unsigned NumElem = (UseVector) ? LastLegalVectorType : LastLegalType; in tryStoreMergeOfConstants() 16935 StoreNodes, MemVT, NumElem, true, UseVector, LastIntegerTrunc); in tryStoreMergeOfConstants()
|