Home
last modified time | relevance | path

Searched refs:Stores (Results 1 – 25 of 163) sorted by relevance

1234567

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTerminateInvocationTests.cpp111 std::vector<std::string> Stores; in createTerminateInvocationGroup() local
112 Stores.push_back("Features.fragmentStoresAndAtomics"); in createTerminateInvocationGroup()
129 ….add("no_ssbo_store", "no store to SSBO when it occurs after terminate invocation", false, Stores); in createTerminateInvocationGroup()
130 …ssbo_atomic", "no atomic update to SSBO when it occurs after terminate invocation", false, Stores); in createTerminateInvocationGroup()
131 …before_terminate", "ssbo store commits when it occurs before terminate invocation", false, Stores); in createTerminateInvocationGroup()
132 …p.add("no_image_store", "no image write when it occurs after terminate invocation", false, Stores); in createTerminateInvocationGroup()
133 …image_atomic", "no image atomic updates when it occurs after terminate invocation", false, Stores); in createTerminateInvocationGroup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSink.cpp61 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()
DLoopIdiomRecognize.cpp177 SmallPtrSetImpl<Instruction *> &Stores,
884 SmallPtrSetImpl<Instruction *> &Stores, const SCEVAddRecExpr *Ev, in processLoopStridedStore() argument
924 StoreSize, *AA, Stores)) { in processLoopStridedStore()
987 for (auto *I : Stores) in processLoopStridedStore()
1040 SmallPtrSet<Instruction *, 1> Stores; in processLoopStoreOfLoopLoad() local
1041 Stores.insert(SI); in processLoopStoreOfLoopLoad()
1043 StoreSize, *AA, Stores)) { in processLoopStoreOfLoopLoad()
1063 StoreSize, *AA, Stores)) { in processLoopStoreOfLoopLoad()
DScalarizer.cpp828 ValueVector Stores; in visitStoreInst() local
829 Stores.resize(NumElems); in visitStoreInst()
832 Stores[I] = Builder.CreateAlignedStore(Val[I], Ptr[I], Align); in visitStoreInst()
834 transferMetadataAndIRFlags(&SI, Stores); in visitStoreInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp96 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp102 SetVector<Value *> Stores; in runInternal() local
114 Stores.insert(&*I); in runInternal()
179 for (Value *Store : Stores) { in runInternal()
204 for (SetVector<Value *>::iterator I1 = Stores.begin(), E = Stores.end(); in runInternal()
206 for (SetVector<Value *>::iterator I2 = Stores.begin(); I2 != I1; ++I2) { in runInternal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp757 Value2SUsMap Stores, Loads(1 /*TrueMemOrderLatency*/); in buildSchedGraph() local
899 addBarrierChain(Stores); in buildSchedGraph()
942 addChainDependencies(SU, Stores); in buildSchedGraph()
948 Stores.insert(SU, UnknownValue); in buildSchedGraph()
957 addChainDependencies(SU, (ThisMayAlias ? Stores : NonAliasStores), V); in buildSchedGraph()
967 (ThisMayAlias ? Stores : NonAliasStores).insert(SU, V); in buildSchedGraph()
972 addChainDependencies(SU, Stores, UnknownValue); in buildSchedGraph()
977 addChainDependencies(SU, Stores); in buildSchedGraph()
988 addChainDependencies(SU, (ThisMayAlias ? Stores : NonAliasStores), V); in buildSchedGraph()
994 addChainDependencies(SU, Stores, UnknownValue); in buildSchedGraph()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DSLPVectorizer.h144 bool vectorizeStores(ArrayRef<StoreInst *> Stores, slpvectorizer::BoUpSLP &R);
147 StoreListMap Stores; member
/third_party/boost/libs/thread/doc/
Dsync_streams.qbk87 [[Effects:] [Stores a reference to `m`. Invokes [lock_ref_link `m.lock()`].]]
102 [[Effects:] [Stores a reference to `m`. Takes ownership of the lock state of
116 [[Effects:] [Stores a reference to `m`. Invokes [lock_ref_link `m.lock()`].]]
Dmutex_concepts.qbk1048 [[Effects:] [Stores a reference to `m`. Invokes [lock_ref_link `m.lock()`].]]
1063 [[Effects:] [Stores a reference to `m`. Takes ownership of the lock state of
1357 [[Effects:] [Stores a reference to `m`. Invokes [lock_ref_link `m.lock()`].]]
1373 [[Effects:] [Stores a reference to `m`. Takes ownership of the lock state of `m`.]]
1387 [[Effects:] [Stores a reference to `m`.]]
1401 [[Effects:] [Stores a reference to `m`. Invokes [try_lock_ref_link
1495 [[Effects:] [Stores a reference to `m`. Invokes [timed_lock_ref_link
1513 [[Effects:] [Stores a reference to `m`. Invokes
1532 [[Effects:] [Stores a reference to `m`. Invokes
1712 [[Effects:] [Stores a reference to `m`. Invokes [lock_shared_ref_link `m.lock_shared()`].]]
[all …]
/third_party/boost/libs/python/doc/reference/
Dscope.qbk28 Stores a reference to the current associated scope object, and sets the associated scope object to …
32 Stores a reference to the current associated scope object. The object base class is initialized wit…
/third_party/openGLES/extensions/AMD/
DAMD_shader_image_load_store_lod.txt79 ... "Texture Image Loads and Stores" of the OpenGL specification.
113 | | Image Loads and Stores" of |
127 | | Loads and Stores" of the |
DAMD_pinned_memory.txt75 Modifications to Section 2.9.2, "Creating Buffer Object Data Stores"
77 2.9.2 Creating Buffer Object Data Stores
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_shader_image_load_store_lod.txt79 ... "Texture Image Loads and Stores" of the OpenGL specification.
113 | | Image Loads and Stores" of |
127 | | Loads and Stores" of the |
DAMD_pinned_memory.txt75 Modifications to Section 2.9.2, "Creating Buffer Object Data Stores"
77 2.9.2 Creating Buffer Object Data Stores
/third_party/mesa3d/src/freedreno/ci/
Dfreedreno-a630-bypass-flakes.txt7 # texture. Stores are done through both paths in separate channels,
/third_party/boost/libs/beast/doc/qbk/07_concepts/
DFields.qbk122 Stores a copy of `s` as the method text, or erases the previously
132 Stores a copy of `s` as the target, or erases the previously
142 Stores a copy of `s` as the reason text, or erases the previously
/third_party/flutter/flutter/packages/flutter/lib/src/services/
Dclipboard.dart35 /// Stores the given clipboard data on the clipboard.
/third_party/openssl/doc/man3/
DEVP_rc5_32_12_16_cbc.pod52 Stores the number of rounds currently configured in B<*rounds> where B<*rounds>
/third_party/node/deps/npm/node_modules/asynckit/
DREADME.md37 Runs iterator over provided array in parallel. Stores output in the `result` array,
131 Runs iterator over provided array sequentially. Stores output in the `result` array,
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opptrequal/
Dvariable_pointers_ssbo_2_equal.amber9 ; Stores an array of pointers in Function storage class that point into input
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opptrnotequal/
Dvariable_pointers_ssbo_2_not_equal.amber9 ; Stores an array of pointers in Function storage class that point into input
/third_party/boost/libs/graph_parallel/doc/
Dpage_rank.rst50 Stores the rank of each vertex. The type ``RankMap`` must model the
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/spirv1p4/opptrdiff/
Dvariable_pointers_vars_ssbo_2_diff.amber8 ; Stores an array of pointers in Function storage class that point into input
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp820 SmallVector<StoreInst *, 16> Stores; in canPaddingBeAccessed() local
833 Stores.push_back(Store); in canPaddingBeAccessed()
840 for (StoreInst *Store : Stores) in canPaddingBeAccessed()

1234567