Searched refs:UseVector (Results 1 – 4 of 4) sorted by relevance
| /third_party/skia/third_party/externals/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);
|
| /third_party/skia/third_party/externals/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()
|
| /third_party/skia/third_party/externals/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()
|
| /third_party/skia/third_party/externals/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()
|