/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Sink.cpp | 31 SmallPtrSetImpl<Instruction *> &Stores) { in isSafeToMove() argument 188 SmallPtrSet<Instruction *, 8> Stores; in ProcessBlock() local 104 SinkInstruction(Instruction * Inst,SmallPtrSetImpl<Instruction * > & Stores,DominatorTree & DT,LoopInfo & LI,AAResults & AA) SinkInstruction() argument
|
H A D | Scalarizer.cpp | 1144 ValueVector Stores; in visitStoreInst() local
|
H A D | LoopIdiomRecognize.cpp | 1008 SmallPtrSetImpl<Instruction *> &Stores, const SCEVAddRecExpr *Ev, in processLoopStridedStore()
|
H A D | SROA.cpp | 4313 SmallVector<StoreInst *, 4> Stores; in presplitLoadsAndStores() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LoadStoreOpt.h | 92 SmallVector<GStore *> Stores; global() variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | SLPVectorizer.h | 168 StoreListMap Stores; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonStoreWidening.cpp | 170 bool HexagonStoreWidening::instrAliased(InstrGroup &Stores, in instrAliased() 192 bool HexagonStoreWidening::instrAliased(InstrGroup &Stores, in instrAliased()
|
H A D | HexagonLoopIdiomRecognition.cpp | 2007 SmallVectorImpl<StoreInst*> &Stores) { in collectStores() 2368 SmallVector<StoreInst*,8> Stores; in runOnLoopBlock() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AliasAnalysisEvaluator.cpp | 109 SetVector<Value *> Stores; in runInternal() local
|
H A D | LoopAccessAnalysis.cpp | 2396 SmallVector<StoreInst *, 16> Stores; in analyzeLoop() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LoadStoreOpt.cpp | 360 bool LoadStoreOpt::doSingleStoreMerge(SmallVectorImpl<GStore *> &Stores) { in doSingleStoreMerge() 909 SmallVector<GStore *, 16> Stores; in mergeTruncStoresBlock() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PostLegalizerCombiner.cpp | 580 SmallVectorImpl<StoreInfo> &Stores, CSEMIRBuilder &MIB) { in tryOptimizeConsecStores() 654 SmallVector<StoreInfo, 8> Stores; in optimizeConsecutiveMemOpAddressing() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 647 SmallVector<StoreInst *, 8> Stores; in instrumentFunction() local 881 Function &, ArrayRef<LoadInst *> Loads, ArrayRef<StoreInst *> Stores) { in InjectTraceForLoadsAndStores()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ScheduleDAGInstrs.cpp | 770 Value2SUsMap Stores, Loads(1 /*TrueMemOrderLatency*/); in buildSchedGraph() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 521 SmallVector<std::pair<CharUnits, CharUnits>, 1> Stores; in EmitNullBaseClassInitialization() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 1361 SmallVector<StoreInst *, 4> Stores; in isPointerValueDeadOnEntryToFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 9765 SmallVector<SDValue, 8> Stores; in scalarizeVectorStore() local 9827 SmallVector<SDValue, 8> Stores; in expandUnalignedLoad() local 9988 SmallVector<SDValue, 8> Stores; in expandUnalignedStore() local
|
H A D | LegalizeDAG.cpp | 1525 SmallVector<SDValue, 8> Stores; in ExpandVectorBuildThroughStack() local
|
H A D | DAGCombiner.cpp | 8901 SmallVector<StoreSDNode *, 8> Stores = {N}; in mergeTruncStores() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 15933 DenseSet<Value *> Stores(Chai in vectorizeStoreChain() local 16025 vectorizeStores(ArrayRef<StoreInst * > Stores,BoUpSLP & R,DenseSet<std::tuple<Value *,Value *,Value *,Value *,unsigned>> & Visited) vectorizeStores() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 16704 SmallVector<SDValue, 4> Stores; in PerformSplittingToNarrowingStores() local 16752 SmallVector<SDValue, 4> Stores; in PerformSplittingMVETruncToNarrowingStores() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 11602 SmallVector<SDValue, 4> Stores; in LowerVectorStore() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 24652 SmallVector<SDValue, 4> Stores; in scalarizeVectorStore() local
|