/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86Schedule.td | 262 defm WriteFBlend : X86SchedWritePair; // Floating point vector blends. 263 defm WriteFBlendY : X86SchedWritePair; // Floating point vector blends (YMM). 264 defm WriteFBlendZ : X86SchedWritePair; // Floating point vector blends (ZMM). 265 defm WriteFVarBlend : X86SchedWritePair; // Fp vector variable blends. 266 defm WriteFVarBlendY : X86SchedWritePair; // Fp vector variable blends (YMM). 267 defm WriteFVarBlendZ : X86SchedWritePair; // Fp vector variable blends (YMZMM). 336 defm WriteBlend : X86SchedWritePair; // Vector blends. 337 defm WriteBlendY : X86SchedWritePair; // Vector blends (YMM). 338 defm WriteBlendZ : X86SchedWritePair; // Vector blends (ZMM). 339 defm WriteVarBlend : X86SchedWritePair; // Vector variable blends. [all …]
|
D | X86SchedBroadwell.td | 286 defm : BWWriteResPair<WriteFBlend, [BWPort015], 1, [1], 1, 5>; // Floating point vector blends. 287 defm : BWWriteResPair<WriteFBlendY, [BWPort015], 1, [1], 1, 6>; // Floating point vector blends. 289 defm : BWWriteResPair<WriteFVarBlend, [BWPort5], 2, [2], 2, 5>; // Fp vector variable blends. 290 defm : BWWriteResPair<WriteFVarBlendY, [BWPort5], 2, [2], 2, 6>; // Fp vector variable blends. 345 defm : BWWriteResPair<WriteBlend, [BWPort5], 1, [1], 1, 5>; // Vector blends. 346 defm : BWWriteResPair<WriteBlendY, [BWPort5], 1, [1], 1, 6>; // Vector blends (YMM/ZMM). 348 defm : BWWriteResPair<WriteVarBlend, [BWPort5], 2, [2], 2, 5>; // Vector variable blends. 349 defm : BWWriteResPair<WriteVarBlendY, [BWPort5], 2, [2], 2, 6>; // Vector variable blends (YMM/ZMM).
|
D | X86SchedSkylakeClient.td | 279 defm : SKLWriteResPair<WriteFBlend, [SKLPort015], 1, [1], 1, 6>; // Floating point vector blends. 282 defm : SKLWriteResPair<WriteFVarBlend, [SKLPort015], 2, [2], 2, 6>; // Fp vector variable blends. 336 defm : SKLWriteResPair<WriteBlend, [SKLPort5], 1, [1], 1, 6>; // Vector blends. 339 defm : SKLWriteResPair<WriteVarBlend, [SKLPort015], 2, [2], 2, 6>; // Vector variable blends.
|
D | X86SchedSkylakeServer.td | 279 defm : SKXWriteResPair<WriteFBlend, [SKXPort015], 1, [1], 1, 6>; // Floating point vector blends. 282 defm : SKXWriteResPair<WriteFVarBlend, [SKXPort015], 2, [2], 2, 6>; // Fp vector variable blends. 336 defm : SKXWriteResPair<WriteBlend, [SKXPort5], 1, [1], 1, 6>; // Vector blends. 339 defm : SKXWriteResPair<WriteVarBlend, [SKXPort015], 2, [2], 2, 6>; // Vector variable blends.
|
D | X86InstrSSE.td | 6399 // changed to use blends because blends have better throughput on sandybridge 6446 // changed to use blends because blends have better throughput on sandybridge 6449 // With SSE41 we can use blends for these patterns.
|
/external/harfbuzz_ng/src/ |
D | hb-cff2-interp-cs.hh | 248 const hb_array_t<const BlendArg> blends = env.argStack.get_subarray (start + n + (i * k)); in process_blend() local 249 env.argStack[start + i].set_blends (n, i, k, blends); in process_blend()
|
/external/llvm/lib/Target/X86/ |
D | X86Schedule.td | 74 defm WriteFBlend : X86SchedWritePair; // Floating point vector blends. 75 defm WriteFVarBlend : X86SchedWritePair; // Fp vector variable blends. 85 defm WriteBlend : X86SchedWritePair; // Vector blends. 86 defm WriteVarBlend : X86SchedWritePair; // Vector variable blends.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | combine-pmuldq.ll | 44 ; TODO - blends are superfluous 85 ; TODO - blends are superfluous
|
D | avx-cast.ll | 5 ; Prefer a blend instruction to a vinsert128 instruction because blends
|
/external/freetype/src/type1/ |
D | t1load.c | 501 FT_Fixed* blends = map->blend_points; in T1_Set_MM_Design() local 519 the_blend = blends[p]; in T1_Set_MM_Design() 534 the_blend = blends[0]; in T1_Set_MM_Design() 537 the_blend = blends[map->num_points - 1]; in T1_Set_MM_Design() 541 blends [after] - blends [before], in T1_Set_MM_Design()
|
/external/llvm/utils/ |
D | shuffle_fuzz.py | 65 shuffle_range = (2 * width) if args.blends else width
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | shuffle_fuzz.py | 65 shuffle_range = (2 * width) if args.blends else width
|
/external/skqp/docs/ |
D | SkBlendMode_Overview.bmh | 48 #Line # color blends to lighten or darken result ##
|
D | SkBlendMode_Reference.bmh | 301 #Line # blends source with destination ## 328 #Line # blends destination with source ##
|
D | spelling.txt | 20 bleeds blend blended blending blends blob blobs blue blur blurred blurs bold bone bordered both
|
D | SkCanvas_Reference.bmh | 300 drawing surface that blends with the bitmap. When Layer goes out of 524 Layer to add a large dotted "DEF". Finally blends Layer with the 1312 scalePaint blends Layer back with transparency.
|
/external/skia/docs/ |
D | SkBlendMode_Overview.bmh | 48 #Line # color blends to lighten or darken result ##
|
D | SkBlendMode_Reference.bmh | 301 #Line # blends source with destination ## 328 #Line # blends destination with source ##
|
D | spelling.txt | 20 bleeds blend blended blending blends blob blobs blue blur blurred blurs bold bone bordered both
|
D | SkCanvas_Reference.bmh | 272 drawing surface that blends with the bitmap. When Layer goes out of 467 Layer to add a large dotted "DEF". Finally blends Layer with the 1255 scalePaint blends Layer back with transparency.
|
/external/llvm/test/CodeGen/X86/ |
D | avx-cast.ll | 5 ; Prefer a blend instruction to a vinsert128 instruction because blends
|
/external/skia/site/user/api/ |
D | skpaint_overview.md | 20 is, or how it blends with the background, or what style or font to
|
/external/skqp/site/user/api/ |
D | skpaint_overview.md | 20 is, or how it blends with the background, or what style or font to
|
/external/python/cpython2/Doc/library/ |
D | compiler.rst | 32 work. It blends reference material with a tutorial.
|
/external/freetype/ |
D | ChangeLog.27 | 129 [cff] Better check of number of blends. 132 src/cff/cffparse.c (cff_parse_blend): Compare number of blends with
|