Searched refs:clobbers (Results 1 – 25 of 42) sorted by relevance
12
/third_party/skia/third_party/ |
D | third_party.gni | 91 # "*" clobbers the current scope; append to existing configs
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.5.8.rst | 39 Register spilling clobbers registers used elsewhere in the shader
|
D | 17.3.1.rst | 43 - r600/sb: clobbers gl_Position -> gl_FragCoord
|
D | 17.2.7.rst | 74 - r600/sb: clobbers gl_Position -> gl_FragCoord
|
D | 11.0.0.rst | 124 Register spilling clobbers registers used elsewhere in the shader
|
D | 10.6.0.rst | 327 Register spilling clobbers registers used elsewhere in the shader
|
D | 18.0.0.rst | 212 - r600/sb: clobbers gl_Position -> gl_FragCoord
|
/third_party/ffmpeg/doc/ |
D | optimization.txt | 170 in the clobber list. For that we use two macros to declare the clobbers. 171 XMM_CLOBBERS should be used when there are other clobbers, for example: 173 and XMM_CLOBBERS_ONLY should be used when the only clobbers are xmm registers:
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.4.4.rst | 35 * Add test case for empty asm clobbers
|
/third_party/ffmpeg/libavcodec/x86/ |
D | h264_deblock_10bit.asm | 38 ; clobbers: %5 306 ; clobbers: m4, m5, m6, m7, m10, m11, m14
|
D | h264_deblock.asm | 183 ; clobbers: %5 199 ; clobbers: %5 217 ; clobbers: m4,m6 239 ; clobbers: m0,3-6 265 ; clobbers: q2, tmp, tc0
|
D | vc1dsp_loopfilter.asm | 60 ; in: p1 p0 q0 q1, clobbers p0
|
D | hevc_deblock.asm | 256 ; clobbers m10
|
/third_party/libunwind/tests/ |
D | x64-test-dwarf-expressions.S | 21 # DW_CFA_expression_testcase then calls DW_CFA_expression_inner, which clobbers
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/ |
D | llvmpipe-cl.txt | 67 program/execute/call-clobbers-amdgcn: skip
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | linearize.h | 85 struct asm_constraint_list *clobbers; member
|
/third_party/skia/gn/ |
D | skia.gni | 213 # "*" clobbers the current scope; append to existing configs
|
/third_party/ffmpeg/libavcodec/arm/ |
D | vp9itxfm_neon.S | 1325 @ idct16 clobbers q2-q3 (since it doesn't clobber q4-q7 at all
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 1134 // LR8 is a true define, while the rest of the Defs are clobbers. X3 is 1146 // are true defines while the rest of the Defs are clobbers. 1168 // LR8 is a true define, while the rest of the Defs are clobbers. X3 is 1178 // are true defines, while the rest of the Defs are clobbers.
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_ra.cpp | 577 for (std::deque<Value *>::iterator it = cal->target.fn->clobbers.begin(); in visit() 578 it != cal->target.fn->clobbers.end(); in visit() 593 func->clobbers.push_back(func->getLValue(i)); in visit()
|
D | nv50_ir.h | 1274 std::deque<Value *> clobbers; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.td | 1884 // This pseudo gets expanded into a movw+adiw thus it clobbers SREG. 1892 // This pseudo is either converted to a regular store or a push which clobbers 1901 // This pseudo is either converted to a regular store or a push which clobbers
|
/third_party/flutter/engine/flutter/ |
D | DEPS | 582 # This clobbers when necessary (based on get_landmines.py). It must be the
|
/third_party/skia/ |
D | BUILD.gn | 301 # "*" clobbers the current scope; append to existing configs 321 # "*" clobbers the current scope; append to existing configs 348 # "*" clobbers the current scope; append to existing configs
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_fence.txt | 191 The second SetFenceNV clobbers whatever status the fence object
|
12