/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | Sink.cpp | 55 bool SinkInstruction(Instruction *I, SmallPtrSet<Instruction *, 8> &Stores); 132 SmallPtrSet<Instruction *, 8> Stores; in ProcessBlock() local 145 if (SinkInstruction(Inst, Stores)) in ProcessBlock() 155 SmallPtrSet<Instruction *, 8> &Stores) { in isSafeToMove() argument 158 Stores.insert(Inst); in isSafeToMove() 164 for (SmallPtrSet<Instruction *, 8>::iterator I = Stores.begin(), in isSafeToMove() 165 E = Stores.end(); I != E; ++I) in isSafeToMove() 179 SmallPtrSet<Instruction *, 8> &Stores) { in SinkInstruction() argument 181 if (!isSafeToMove(Inst, AA, Stores)) in SinkInstruction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Sink.cpp | 61 SmallPtrSetImpl<Instruction *> &Stores) { in isSafeToMove() argument 64 Stores.insert(Inst); in isSafeToMove() 70 for (Instruction *S : Stores) in isSafeToMove() 85 for (Instruction *S : Stores) in isSafeToMove() 140 SmallPtrSetImpl<Instruction *> &Stores, in SinkInstruction() argument 150 if (!isSafeToMove(Inst, AA, Stores)) in SinkInstruction() 216 SmallPtrSet<Instruction *, 8> Stores; in ProcessBlock() local 229 if (SinkInstruction(Inst, Stores, DT, LI, AA)) { in ProcessBlock()
|
D | LoopIdiomRecognize.cpp | 118 SmallPtrSetImpl<Instruction *> &Stores, 747 SmallPtrSetImpl<Instruction *> &Stores, const SCEVAddRecExpr *Ev, in processLoopStridedStore() argument 782 *AA, Stores)) { in processLoopStridedStore() 836 for (auto *I : Stores) in processLoopStridedStore() 889 SmallPtrSet<Instruction *, 1> Stores; in processLoopStoreOfLoopLoad() local 890 Stores.insert(SI); in processLoopStoreOfLoopLoad() 892 StoreSize, *AA, Stores)) { in processLoopStoreOfLoopLoad() 912 *AA, Stores)) { in processLoopStoreOfLoopLoad()
|
D | Scalarizer.cpp | 635 ValueVector Stores; in visitStoreInst() local 636 Stores.resize(NumElems); in visitStoreInst() 639 Stores[I] = Builder.CreateAlignedStore(Val[I], Ptr[I], Align); in visitStoreInst() 641 transferMetadata(&SI, Stores); in visitStoreInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Sink.cpp | 61 SmallPtrSetImpl<Instruction *> &Stores) { in isSafeToMove() argument 64 Stores.insert(Inst); in isSafeToMove() 70 for (Instruction *S : Stores) in isSafeToMove() 85 for (Instruction *S : Stores) in isSafeToMove() 140 SmallPtrSetImpl<Instruction *> &Stores, in SinkInstruction() argument 150 if (!isSafeToMove(Inst, AA, Stores)) in SinkInstruction() 215 SmallPtrSet<Instruction *, 8> Stores; in ProcessBlock() local 228 if (SinkInstruction(Inst, Stores, DT, LI, AA)) { in ProcessBlock()
|
D | LoopIdiomRecognize.cpp | 173 SmallPtrSetImpl<Instruction *> &Stores, 852 SmallPtrSetImpl<Instruction *> &Stores, const SCEVAddRecExpr *Ev, in processLoopStridedStore() argument 892 StoreSize, *AA, Stores)) { in processLoopStridedStore() 948 for (auto *I : Stores) in processLoopStridedStore() 1001 SmallPtrSet<Instruction *, 1> Stores; in processLoopStoreOfLoopLoad() local 1002 Stores.insert(SI); in processLoopStoreOfLoopLoad() 1004 StoreSize, *AA, Stores)) { in processLoopStoreOfLoopLoad() 1024 StoreSize, *AA, Stores)) { in processLoopStoreOfLoopLoad()
|
D | Scalarizer.cpp | 753 ValueVector Stores; in visitStoreInst() local 754 Stores.resize(NumElems); in visitStoreInst() 757 Stores[I] = Builder.CreateAlignedStore(Val[I], Ptr[I], Align); in visitStoreInst() 759 transferMetadata(&SI, Stores); in visitStoreInst()
|
/external/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 104 SetVector<Value *> Stores; in runInternal() local 116 Stores.insert(&*I); in runInternal() 179 for (Value *Store : Stores) { in runInternal() 207 for (SetVector<Value *>::iterator I1 = Stores.begin(), E = Stores.end(); in runInternal() 209 for (SetVector<Value *>::iterator I2 = Stores.begin(); I2 != I1; ++I2) { in runInternal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 103 SetVector<Value *> Stores; in runInternal() local 115 Stores.insert(&*I); in runInternal() 178 for (Value *Store : Stores) { in runInternal() 203 for (SetVector<Value *>::iterator I1 = Stores.begin(), E = Stores.end(); in runInternal() 205 for (SetVector<Value *>::iterator I2 = Stores.begin(); I2 != I1; ++I2) { in runInternal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonStoreWidening.cpp | 96 bool instrAliased(InstrGroup &Stores, const MachineMemOperand &MMO); 97 bool instrAliased(InstrGroup &Stores, const MachineInstr *MI); 170 bool HexagonStoreWidening::instrAliased(InstrGroup &Stores, in instrAliased() argument 177 for (auto SI : Stores) { in instrAliased() 192 bool HexagonStoreWidening::instrAliased(InstrGroup &Stores, in instrAliased() argument 195 if (instrAliased(Stores, *I)) in instrAliased()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonStoreWidening.cpp | 86 bool instrAliased(InstrGroup &Stores, const MachineMemOperand &MMO); 87 bool instrAliased(InstrGroup &Stores, const MachineInstr *MI); 168 bool HexagonStoreWidening::instrAliased(InstrGroup &Stores, in instrAliased() argument 175 for (auto SI : Stores) { in instrAliased() 191 bool HexagonStoreWidening::instrAliased(InstrGroup &Stores, in instrAliased() argument 194 if (instrAliased(Stores, *I)) in instrAliased()
|
/external/llvm/include/llvm/Transforms/Vectorize/ |
D | SLPVectorizer.h | 102 bool vectorizeStores(ArrayRef<StoreInst *> Stores, int costThreshold, 106 StoreListMap Stores; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 723 Value2SUsMap Stores, Loads(1 /*TrueMemOrderLatency*/); in buildSchedGraph() local 857 addBarrierChain(Stores); in buildSchedGraph() 884 addChainDependencies(SU, Stores); in buildSchedGraph() 890 Stores.insert(SU, UnknownValue); in buildSchedGraph() 899 addChainDependencies(SU, (ThisMayAlias ? Stores : NonAliasStores), V); in buildSchedGraph() 909 (ThisMayAlias ? Stores : NonAliasStores).insert(SU, V); in buildSchedGraph() 914 addChainDependencies(SU, Stores, UnknownValue); in buildSchedGraph() 919 addChainDependencies(SU, Stores); in buildSchedGraph() 930 addChainDependencies(SU, (ThisMayAlias ? Stores : NonAliasStores), V); in buildSchedGraph() 936 addChainDependencies(SU, Stores, UnknownValue); in buildSchedGraph() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/ |
D | SLPVectorizer.h | 143 bool vectorizeStores(ArrayRef<StoreInst *> Stores, slpvectorizer::BoUpSLP &R); 146 StoreListMap Stores; member
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 877 Value2SUsMap Stores, Loads(1 /*TrueMemOrderLatency*/); in buildSchedGraph() local 1017 addBarrierChain(Stores); in buildSchedGraph() 1043 addChainDependencies(SU, Stores); in buildSchedGraph() 1049 Stores.insert(SU, UnknownValue); in buildSchedGraph() 1058 addChainDependencies(SU, (ThisMayAlias ? Stores : NonAliasStores), V); in buildSchedGraph() 1068 (ThisMayAlias ? Stores : NonAliasStores).insert(SU, V); in buildSchedGraph() 1073 addChainDependencies(SU, Stores, UnknownValue); in buildSchedGraph() 1078 addChainDependencies(SU, Stores); in buildSchedGraph() 1089 addChainDependencies(SU, (ThisMayAlias ? Stores : NonAliasStores), V); in buildSchedGraph() 1095 addChainDependencies(SU, Stores, UnknownValue); in buildSchedGraph() [all …]
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | ldp-offset-predictable.txt | 4 # Stores are OK.
|
D | ldp-postind.predictable.txt | 8 # Stores from duplicated registers should be fine.
|
D | ldp-preind.predictable.txt | 8 # Stores from duplicated registers should be fine.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/ |
D | ldp-offset-predictable.txt | 4 # Stores are OK.
|
D | ldp-postind.predictable.txt | 8 # Stores from duplicated registers should be fine.
|
D | ldp-preind.predictable.txt | 8 # Stores from duplicated registers should be fine.
|
/external/llvm/test/Analysis/CostModel/AArch64/ |
D | store.ll | 5 ; Stores of <2 x i64> should be expensive because we don't split them and
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 422 SmallVector<SDValue, 8> Stores; in ExpandUnalignedStore() local 432 Stores.push_back(DAG.getStore(Load.getValue(1), dl, Load, Ptr, in ExpandUnalignedStore() 454 Stores.push_back(DAG.getTruncStore(Load.getValue(1), dl, Load, Ptr, in ExpandUnalignedStore() 461 return DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &Stores[0], in ExpandUnalignedStore() 462 Stores.size()); in ExpandUnalignedStore() 530 SmallVector<SDValue, 8> Stores; in ExpandUnalignedLoad() local 542 Stores.push_back(DAG.getStore(Load.getValue(1), dl, Load, StackPtr, in ExpandUnalignedLoad() 562 Stores.push_back(DAG.getTruncStore(Load.getValue(1), dl, Load, StackPtr, in ExpandUnalignedLoad() 567 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &Stores[0], in ExpandUnalignedLoad() 568 Stores.size()); in ExpandUnalignedLoad() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | remarks.ll | 12 ; CHECK: remark: /tmp/s.c:5:10: Stores SLP vectorized with cost -4 and with tree size 3
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstMerge/ |
D | st_sink_no_barrier_call.ll | 2 ; Stores sunks into the footer.
|