/external/skia/src/gpu/effects/ |
D | GrMixerEffect.h | 18 static OptimizationFlags OptFlags(const std::unique_ptr<GrFragmentProcessor>& fp0, in OptFlags() argument 20 auto flags = ProcessorOptimizationFlags(fp0.get()); in OptFlags() 38 static std::unique_ptr<GrFragmentProcessor> Make(std::unique_ptr<GrFragmentProcessor> fp0, in Make() argument 43 new GrMixerEffect(std::move(fp0), std::move(fp1), weight)); in Make() 50 GrMixerEffect(std::unique_ptr<GrFragmentProcessor> fp0, in GrMixerEffect() argument 54 : INHERITED(kGrMixerEffect_ClassID, (OptimizationFlags)OptFlags(fp0, fp1)) in GrMixerEffect() 56 SkASSERT(fp0); in GrMixerEffect() 58 this->registerChildProcessor(std::move(fp0)); in GrMixerEffect()
|
D | GrMixerEffect.fp | 10 in fragmentProcessor fp0; 16 static OptimizationFlags OptFlags(const std::unique_ptr<GrFragmentProcessor>& fp0, 18 auto flags = ProcessorOptimizationFlags(fp0.get()); 39 @optimizationFlags { OptFlags(fp0, fp1) } 42 half4 in0 = process(fp0, sk_InColor);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2010-05-12-FastAllocKills.ll | 12 ; FP_REG_KILL implicit-def %fp0, implicit-def %fp1, implicit-def %fp2, implicit-def %fp3, implicit-… 15 ; The X86FP pass needs good kill flags, like on %fp0 representing %reg1034: 19 ; %fp0 = LD_Fp80m %stack.3, 1, %reg0, 0, %reg0; mem:LD10[FixedStack3](align=4) 20 ; %fp1 = MOV_Fp8080 killed %fp0 22 ; %fp0 = MOV_Fp8080 %fp2 23 ; ST_FpP80m %stack.3, 1, %reg0, 0, %reg0, killed %fp0; mem:ST10[FixedStack3](align=4) 26 ; FP_REG_KILL implicit-def %fp0, implicit-def %fp1, implicit-def %fp2, implicit-def %fp3, implicit-…
|
D | ipra-reg-usage.ll | 6 …r2 $dr3 $dr4 $dr5 $dr6 $dr7 $dr8 $dr9 $dr10 $dr11 $dr12 $dr13 $dr14 $dr15 $fp0 $fp1 $fp2 $fp3 $fp4…
|
/external/libffi/src/m68k/ |
D | sysv.S | 125 fmove.s %fp0,(%a1) 135 fmove.d %fp0,(%a1) 146 fmove.x %fp0,(%a1) 242 fmove.s (%a0),%fp0 253 fmove.d (%a0),%fp0 261 fmove.x (%a0),%fp0
|
/external/python/cpython2/Modules/_ctypes/libffi/src/m68k/ |
D | sysv.S | 125 fmove.s %fp0,(%a1) 135 fmove.d %fp0,(%a1) 146 fmove.x %fp0,(%a1) 242 fmove.s (%a0),%fp0 253 fmove.d (%a0),%fp0 261 fmove.x (%a0),%fp0
|
/external/clang/test/CXX/over/over.over/ |
D | p4.cpp | 7 int (*fp0)(int) = f0; in test_f0() local 18 int (*fp0)(int) = f0; // expected-error{{address of overloaded function 'f0' is ambiguous}} in test_f0_2() local
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | 2006-08-11-RetVector.ll | 4 define <4 x float> @func(<4 x float> %fp0, <4 x float> %fp1) { 5 …%tmp76 = shufflevector <4 x float> %fp0, <4 x float> %fp1, <4 x i32> < i32 0, i32 1, i32 2, i32 7 …
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2006-08-11-RetVector.ll | 4 define <4 x float> @func(<4 x float> %fp0, <4 x float> %fp1) { 5 …%tmp76 = shufflevector <4 x float> %fp0, <4 x float> %fp1, <4 x i32> < i32 0, i32 1, i32 2, i32 7 …
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | vec_shuffle-20.ll | 3 define <4 x float> @func(<4 x float> %fp0, <4 x float> %fp1) nounwind { 5 …shufflevector <4 x float> %fp0, <4 x float> %fp1, <4 x i32> < i32 0, i32 1, i32 2, i32 7 > ; <<4 …
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | 2006-08-11-RetVector.ll | 4 define <4 x float> @func(<4 x float> %fp0, <4 x float> %fp1) { 5 …%tmp76 = shufflevector <4 x float> %fp0, <4 x float> %fp1, <4 x i32> < i32 0, i32 1, i32 2, i32 7 …
|
/external/llvm/test/CodeGen/SystemZ/ |
D | frameaddr-01.ll | 5 define i8* @fp0() nounwind { 7 ; CHECK-LABEL: fp0:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | frameaddr-01.ll | 5 define i8* @fp0() nounwind { 7 ; CHECK-LABEL: fp0:
|
/external/clang/test/SemaTemplate/ |
D | temp_arg_nontype.cpp | 119 extern FuncPtr0<&func0> *fp0; 121 extern FuncPtr0<&func0> *fp0; 123 extern FuncPtr0<&func0> *fp0;
|
/external/lz4/examples/ |
D | blockStreaming_doubleBuffer.c | 115 int compare(FILE* fp0, FILE* fp1) in compare() argument 122 const size_t r0 = read_bin(fp0, b0, sizeof(b0)); in compare()
|
D | dictionaryRandomAccess.c | 173 int compare(FILE* fp0, FILE* fp1, int length) in compare() argument 180 const size_t r0 = read_bin(fp0, b0, MIN(length, (int)sizeof(b0))); in compare()
|
D | frameCompress.c | 307 int compareFiles(FILE* fp0, FILE* fp1) in compareFiles() argument 314 size_t const r0 = fread(b0, 1, sizeof(b0), fp0); in compareFiles()
|
/external/clang/test/Sema/ |
D | attr-noreturn.c | 3 static void (*fp0)(void) __attribute__((noreturn)); variable
|
D | attr-unused.c | 3 static void (*fp0)(void) __attribute__((unused)); variable
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | large_stack_offs.ll | 115 ; I.e., the slot for t2 is (fp0 - 4100 -24) == fp0 - 4124
|
/external/libjpeg-turbo/simd/loongson/ |
D | loongson-mmintrin.h | 94 #define _MM_SHUFFLE(fp3, fp2, fp1, fp0) \ argument 95 (((fp3) << 6) | ((fp2) << 4) | ((fp1) << 2) | (fp0))
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/GlobalISel/ |
D | irtranslator-callingconv.ll | 226 ; X32: $fp0 = COPY [[ANYEXT]](s80) 227 ; X32: RET 0, implicit $fp0 249 ; X32: $fp0 = COPY [[ANYEXT]](s80) 250 ; X32: RET 0, implicit $fp0
|
/external/elfutils/tests/ |
D | run-readelf-mixed-corenote.sh | 643 fp0: 0x7fff0000ffffffffffffffff fp1: 0x7fff0000ffffffffffffffff
|
/external/llvm/test/CodeGen/MIR/X86/ |
D | memory-operands.mir | 362 CALL64pcrel32 $cosl, csr_64, implicit %rsp, implicit-def %rsp, implicit-def %fp0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/X86/ |
D | memory-operands.mir | 362 CALL64pcrel32 &cosl, csr_64, implicit $rsp, implicit-def $rsp, implicit-def $fp0
|