/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | remove-redundant-toc-saves.ll | 2 define signext i32 @test1(i32 signext %i, i32 (i32)* nocapture %Func, i32 (i32)* nocapture %Func2) { 8 %call1 = tail call signext i32 %Func2(i32 signext %i) 13 …2 @test2(i32 signext %i, i32 signext %j, i32 (i32)* nocapture %Func, i32 (i32)* nocapture %Func2) { 25 %call3 = tail call signext i32 %Func2(i32 signext %i) 37 define signext i32 @test3(i32 signext %i, i32 (i32)* nocapture %Func, i32 (i32)* nocapture %Func2) { 50 %call1 = tail call signext i32 %Func2(i32 signext 0) 60 define signext i32 @test4(i32 signext %i, i32 (i32)* nocapture %Func, i32 (i32)* nocapture %Func2) { 75 %call3 = tail call signext i32 %Func2(i32 signext 0) 85 …next i32 @test5(i32 signext %i, i32 (i32)* nocapture %Func, i32 (i32)* nocapture readnone %Func2) { 105 define signext i32 @test6(i32 signext %i, i32 (i32)* nocapture %Func, i32 (i32)* nocapture %Func2) { [all …]
|
/external/llvm-project/compiler-rt/test/fuzzer/ |
D | dataflow.test | 15 FUNC_LIST-DAG: Func2 39 # Func2: F2 47 # FUABC: First 3 bytes are checked, Func1/Func2 are not called. 54 # FUZZR: 5 bytes are used (4 in one function, 5-th in the other), Func2 is not called. 63 # FUZZM: 5 bytes are used, both Func1 and Func2 are called, Func2 depends only on size. 72 # FUZZMU: 6 bytes are used, both Func1 and Func2 are called, Func2 depends on byte 6 and size. 108 RUN: %t-ThreeFunctionsTest -data_flow_trace=%t/OUT -runs=0 -focus_function=Func2 %t/IN 2>&1 | FileC… 113 USE_DATA_FLOW_TRACE: INFO: Focus function is set to 'Func2'
|
D | ThreeFunctionsTest.cpp | 20 extern "C" bool Func2(const uint8_t *Data, size_t Size); 29 && Func2(Data, Size)) { in LLVMFuzzerTestOneInput() 45 bool Func2(const uint8_t *Data, size_t Size) { in Func2() function
|
D | Labels20Test.cpp | 14 extern "C" bool Func2(const uint8_t *Data, size_t Size); 23 && Func2(Data, Size)) { in LLVMFuzzerTestOneInput() 39 bool Func2(const uint8_t *Data, size_t Size) { in Func2() function
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | stack-use-after-return.cc | 45 void Func2(char *x) { in Func2() function 61 Func2(Func1()); in Thread() 76 Func2(Func1()); in main()
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
D | stack-use-after-return.cpp | 55 void Func2(char *x) { in Func2() function 71 Func2(Func1()); in Thread() 111 Func2(Func1()); in main()
|
/external/deqp-deps/glslang/Test/ |
D | spv.register.autoassign.frag | 51 float4 Func2() 69 psout.Color = Func1() + Func2();
|
D | spv.register.noautoassign.frag | 51 float4 Func2() 69 psout.Color = Func1() + Func2();
|
D | spv.glsl.register.autoassign.frag | 48 vec4 Func2() 67 FragColor = Func1() + Func2();
|
D | spv.glsl.register.noautoassign.frag | 48 vec4 Func2() 67 FragColor = Func1() + Func2();
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | spv.register.autoassign.frag | 51 float4 Func2() 69 psout.Color = Func1() + Func2();
|
D | spv.register.noautoassign.frag | 51 float4 Func2() 69 psout.Color = Func1() + Func2();
|
D | spv.glsl.register.autoassign.frag | 48 vec4 Func2() 67 FragColor = Func1() + Func2();
|
D | spv.glsl.register.noautoassign.frag | 48 vec4 Func2() 67 FragColor = Func1() + Func2();
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | 2011-03-25-DSEMiscompile.ll | 8 declare ghccc void @Func2(i32*, i32*, i32*, i32) 21 tail call ghccc void @Func2(i32* %Arg1, i32* %Arg2, i32* %Arg3, i32 %Arg4) nounwind
|
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MSSA/ |
D | 2011-03-25-DSEMiscompile.ll | 8 declare ghccc void @Func2(i32*, i32*, i32*, i32) 21 tail call ghccc void @Func2(i32* %Arg1, i32* %Arg2, i32* %Arg3, i32 %Arg4) nounwind
|
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MemDepAnalysis/ |
D | 2011-03-25-DSEMiscompile.ll | 8 declare ghccc void @Func2(i32*, i32*, i32*, i32) 21 tail call ghccc void @Func2(i32* %Arg1, i32* %Arg2, i32* %Arg3, i32 %Arg4) nounwind
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | handlers-inl.h | 181 struct Func2 : public UnboundFunc { 276 Func2<R, P1, P2, F, FuncInfo<P1, R> > GetFunc() { 277 return Func2<R, P1, P2, F, FuncInfo<P1, R> >(); 405 Func2<R, C *, P1, CallMethod1<R, C, P1, F>, FuncInfo<C *, R> > GetFunc() { 406 return Func2<R, C *, P1, CallMethod1<R, C, P1, F>, FuncInfo<C *, R> >(); 597 struct MaybeWrapReturn<Func2<void, P1, P2, F, I>, bool> { 598 typedef Func2<bool, P1, P2, ReturnTrue2<P1, P2, F>, I> Func; 609 struct MaybeWrapReturn<Func2<void, P1, P2, F, I>, void *> { 610 typedef Func2<void *, P1, P2, ReturnClosure2<P1, P2, F>, I> Func; 621 struct MaybeWrapReturn<Func2<R *, P1, P2, F, I>, void *, [all …]
|
/external/llvm/test/Instrumentation/ThreadSanitizer/ |
D | vptr_update.ll | 25 declare i32 @Func2() 34 …store <2 x i8 *> <i8* bitcast(i32 ()* @Func1 to i8 *), i8* bitcast(i32 ()* @Func2 to i8 *)>, <2 x…
|
/external/llvm-project/llvm/test/Instrumentation/ThreadSanitizer/ |
D | vptr_update.ll | 25 declare i32 @Func2() 34 …store <2 x i8 *> <i8* bitcast(i32 ()* @Func1 to i8 *), i8* bitcast(i32 ()* @Func2 to i8 *)>, <2 x…
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.glsl.register.autoassign.frag.out | 15 Name 11 "Func2(" 144 139: 7(fvec4) FunctionCall 11(Func2() 199 11(Func2(): 7(fvec4) Function None 8
|
D | spv.glsl.register.noautoassign.frag.out | 15 Name 11 "Func2(" 144 139: 7(fvec4) FunctionCall 11(Func2() 199 11(Func2(): 7(fvec4) Function None 8
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | spv.glsl.register.autoassign.frag.out | 15 Name 11 "Func2(" 144 139: 7(fvec4) FunctionCall 11(Func2() 199 11(Func2(): 7(fvec4) Function None 8
|
D | spv.glsl.register.noautoassign.frag.out | 15 Name 11 "Func2(" 144 139: 7(fvec4) FunctionCall 11(Func2() 199 11(Func2(): 7(fvec4) Function None 8
|
/external/llvm-project/llvm/test/tools/llvm-profdata/Inputs/ |
D | sample-hot-func-list.proftext | 22 Func2:17043:1594
|