Home
last modified time | relevance | path

Searched refs:Loads (Results 1 – 25 of 137) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp199 SmallVector<LoadInst*, 4> Loads; member in __anon1db754740111::WidenedLoad
205 Loads.push_back(I); in WidenedLoad()
229 LoadInst* CreateWideLoad(MemInstList &Loads, IntegerType *LoadTy);
351 SmallVector<LoadInst*, 8> Loads; in RecordMemoryOps() local
367 Loads.push_back(Ld); in RecordMemoryOps()
370 if (Loads.empty() || Loads.size() > NumLoadLimit) in RecordMemoryOps()
380 for (auto Read : Loads) { in RecordMemoryOps()
412 for (auto *Base : Loads) { in RecordMemoryOps()
413 for (auto *Offset : Loads) { in RecordMemoryOps()
733 LoadInst* ARMParallelDSP::CreateWideLoad(MemInstList &Loads, in CreateWideLoad() argument
[all …]
DARMSelectionDAGInfo.cpp157 SDValue Loads[6]; in EmitTargetCodeForMemcpy() local
212 Loads[i] = DAG.getLoad(VT, dl, Chain, in EmitTargetCodeForMemcpy()
216 TFOps[i] = Loads[i].getValue(1); in EmitTargetCodeForMemcpy()
229 TFOps[i] = DAG.getStore(Chain, dl, Loads[i], in EmitTargetCodeForMemcpy()
DARMScheduleM4.td47 // Loads, MAC's and DIV all get a higher latency of 2
106 // Loads still take 2 cycles.
/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.
81 Loads and stores could also be done on mipmap texture images with the
102 | gvec4 imageLoadLodAMD(readonly | Loads the texel at the |
113 | | Image Loads and Stores" of |
127 | | Loads and Stores" of the |
140 | int sparseImageLoadLodAMD(gimage2D image, | Loads a texel from |
/third_party/openGLES/extensions/AMD/
DAMD_shader_image_load_store_lod.txt79 ... "Texture Image Loads and Stores" of the OpenGL specification.
81 Loads and stores could also be done on mipmap texture images with the
102 | gvec4 imageLoadLodAMD(readonly | Loads the texel at the |
113 | | Image Loads and Stores" of |
127 | | Loads and Stores" of the |
140 | int sparseImageLoadLodAMD(gimage2D image, | Loads a texel from |
/third_party/gstreamer/gstplugins_good/gst/goom/
Dppc_zoom_ultimate.s116 lwzx r10,r11,r10 ; Loads coefs
120 lwz r25,0(r2) ; Loads col1 -> r25
121 lwz r26,4(r2) ; Loads col2 -> r26
133 lwz r27,0(r2) ; Loads col3 -> r27
138 lwz r28,4(r2) ; Loads col4 -> r28
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDemoteRegToStack.cpp69 DenseMap<BasicBlock*, Value*> Loads; in DemoteRegToStack() local
72 Value *&V = Loads[PN->getIncomingBlock(i)]; in DemoteRegToStack()
/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
900 addBarrierChain(Loads); in buildSchedGraph()
944 addChainDependencies(SU, Loads); in buildSchedGraph()
958 addChainDependencies(SU, (ThisMayAlias ? Loads : NonAliasLoads), V); in buildSchedGraph()
971 addChainDependencies(SU, Loads, UnknownValue); in buildSchedGraph()
980 Loads.insert(SU, UnknownValue); in buildSchedGraph()
991 (ThisMayAlias ? Loads : NonAliasLoads).insert(SU, V); in buildSchedGraph()
999 if (Stores.size() + Loads.size() >= HugeRegion) { in buildSchedGraph()
1001 reduceHugeMemNodeMaps(Stores, Loads, getReductionSize()); in buildSchedGraph()
DWinEHPrepare.cpp82 DenseMap<BasicBlock *, Value *> &Loads, Function &F);
1093 DenseMap<BasicBlock *, Value *> Loads; in insertPHILoads() local
1103 replaceUseWithLoad(PN, U, SpillSlot, Loads, F); in insertPHILoads()
1164 DenseMap<BasicBlock *, Value *> &Loads, in replaceUseWithLoad() argument
1224 Value *&Load = Loads[IncomingBlock]; in replaceUseWithLoad()
/third_party/skia/third_party/externals/libpng/scripts/
Dlibpng.pc.in7 Description: Loads and saves PNG files
/third_party/skia/third_party/externals/libpng/
Dlibpng.pc.in7 Description: Loads and saves PNG files
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp266 SmallVector<SDNode*, 4> Loads; in ClusterNeighboringLoads() local
270 Loads.push_back(BaseLoad); in ClusterNeighboringLoads()
276 Loads.push_back(Load); in ClusterNeighboringLoads()
285 SDNode *Lead = Loads[0]; in ClusterNeighboringLoads()
289 for (unsigned I = 1, E = Loads.size(); I != E; ++I) { in ClusterNeighboringLoads()
291 SDNode *Load = Loads[I]; in ClusterNeighboringLoads()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp101 SetVector<Value *> Loads; in runInternal() local
112 Loads.insert(&*I); in runInternal()
178 for (Value *Load : Loads) { in runInternal()
DCMakeLists.txt52 Loads.cpp
/third_party/curl/tests/data/
DCMakeLists.txt24 # Loads 'TESTCASES' from for the 'make show' target in runtests.pl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp665 SmallVector<LoadInst *, 16> Loads; in isSafeToPromoteArgument() local
674 Loads.push_back(LI); in isSafeToPromoteArgument()
708 Loads.push_back(LI); in isSafeToPromoteArgument()
740 if (Loads.empty()) in isSafeToPromoteArgument()
752 for (LoadInst *Load : Loads) { in isSafeToPromoteArgument()
/third_party/cef/patch/patches/
Dresource_bundle_2512.patch43 // Loads a secondary locale data pack using the given file region.
/third_party/openGLES/extensions/EXT/
DEXT_shader_image_load_formatted.txt62 Modify Section 8.25 Texture Image Loads and Stores, p. 284
148 + Formatted Image Loads (EXT_shader_image_load_formatted)
DEXT_EGL_image_storage_compression.txt114 Modify section 8.23, "Texture Image Loads and Stores":
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_shader_image_load_formatted.txt62 Modify Section 8.25 Texture Image Loads and Stores, p. 284
148 + Formatted Image Loads (EXT_shader_image_load_formatted)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/
DGenerateMipmap.comp98 // Loads the 5th mip level, each value is computed by a different thread group
139 // Loads the 5th mip level, each value is computed by a different thread group
/third_party/skia/third_party/externals/oboe/samples/iolib/
DREADME.md27 Loads and holds (in memory) audio sample data and provides read-only access to that data.
/third_party/protobuf/
Dprotobuf_deps.bzl6 """Loads common dependencies needed to compile the protobuf library."""
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/
DASAN.rst38 Handling Wide Loads
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCScheduleP8.td29 def P8_LU1 : FuncUnit; // Loads or fixed-point operations 1
30 def P8_LU2 : FuncUnit; // Loads or fixed-point operations 2

123456