/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Sink.cpp | 31 SmallPtrSetImpl<Instruction *> &Stores) { in isSafeToMove() argument 103 SmallPtrSetImpl<Instruction *> &Stores, in SinkInstruction() argument 188 SmallPtrSet<Instruction *, 8> Stores; in ProcessBlock() local
|
H A D | Scalarizer.cpp | 1144 ValueVector Stores; visitStoreInst() local
|
H A D | LoopIdiomRecognize.cpp | 1001 processLoopStridedStore(Value * DestPtr,const SCEV * StoreSizeSCEV,MaybeAlign StoreAlignment,Value * StoredVal,Instruction * TheStore,SmallPtrSetImpl<Instruction * > & Stores,const SCEVAddRecExpr * Ev,const SCEV * BECount,bool IsNegStride,bool IsLoopMemset) processLoopStridedStore() argument
|
H A D | SROA.cpp | 4313 SmallVector<StoreInst *, 4> Stores; presplitLoadsAndStores() local
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LoadStoreOpt.h | 105 SmallVector<GStore *> Stores; variable
|
/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | SLPVectorizer.h | 168 StoreListMap Stores; global() member
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonStoreWidening.cpp |
|
H A D | HexagonLoopIdiomRecognition.cpp | 2007 collectStores(Loop * CurLoop,BasicBlock * BB,SmallVectorImpl<StoreInst * > & Stores) collectStores() argument 2368 SmallVector<StoreInst*,8> Stores; runOnLoopBlock() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | AliasAnalysisEvaluator.cpp | 109 SetVector<Value *> Stores; in runInternal() local
|
H A D | LoopAccessAnalysis.cpp | 2403 SmallVector<StoreInst *, 16> Stores; analyzeLoop() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LoadStoreOpt.cpp | 360 doSingleStoreMerge(SmallVectorImpl<GStore * > & Stores) doSingleStoreMerge() argument 909 SmallVector<GStore *, 16> Stores; mergeTruncStoresBlock() local [all...] |
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerCombiner.cpp | 580 tryOptimizeConsecStores(SmallVectorImpl<StoreInfo> & Stores,CSEMIRBuilder & MIB) tryOptimizeConsecStores() argument 654 SmallVector<StoreInfo, 8> Stores; optimizeConsecutiveMemOpAddressing() local [all...] |
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 647 SmallVector<StoreInst *, 8> Stores; instrumentFunction() local 881 InjectTraceForLoadsAndStores(Function &,ArrayRef<LoadInst * > Loads,ArrayRef<StoreInst * > Stores) InjectTraceForLoadsAndStores() argument
|
/llvm-project/polly/lib/Transform/ |
H A D | ZoneAlgo.cpp | 326 auto Stores = makeEmptyUnionMap(); in collectIncompatibleElts() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | DebugInfoTest.cpp | 761 SmallVector<Instruction *> Stores; TEST() local [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | ScheduleDAGInstrs.cpp | 770 Value2SUsMap Stores, Loads(1 /*TrueMemOrderLatency*/); buildSchedGraph() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 521 SmallVector<std::pair<CharUnits, CharUnits>, 1> Stores; EmitNullBaseClassInitialization() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 1361 SmallVector<StoreInst *, 4> Stores; isPointerValueDeadOnEntryToFunction() local
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopBuilder.cpp | 145 enum class GranularityChoice { BasicBlocks, ScalarIndependence, Stores }; enumerator
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 9697 SmallVector<SDValue, 8> Stores; scalarizeVectorStore() local 9759 SmallVector<SDValue, 8> Stores; expandUnalignedLoad() local 9920 SmallVector<SDValue, 8> Stores; expandUnalignedStore() local [all...] |
H A D | LegalizeDAG.cpp | 1525 SmallVector<SDValue, 8> Stores; ExpandVectorBuildThroughStack() local
|
H A D | DAGCombiner.cpp | 8915 SmallVector<StoreSDNode *, 8> Stores = {N}; mergeTruncStores() local [all...] |
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 15817 DenseSet<Value *> Stores(Chain.begin(), Chain.end()); vectorizeStoreChain() local 15909 vectorizeStores(ArrayRef<StoreInst * > Stores,BoUpSLP & R,DenseSet<std::tuple<Value *,Value *,Value *,Value *,unsigned>> & Visited) vectorizeStores() argument [all...] |
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 16719 SmallVector<SDValue, 4> Stores; PerformSplittingToNarrowingStores() local 16767 SmallVector<SDValue, 4> Stores; PerformSplittingMVETruncToNarrowingStores() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 11606 SmallVector<SDValue, 4> Stores; LowerVectorStore() local
|