Home
last modified time | relevance | path

Searched refs:Func2 (Results 1 – 25 of 57) sorted by relevance

123

/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dremove-redundant-toc-saves.ll2 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/
Ddataflow.test15 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'
DThreeFunctionsTest.cpp20 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
DLabels20Test.cpp14 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/
Dstack-use-after-return.cc45 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/
Dstack-use-after-return.cpp55 void Func2(char *x) { in Func2() function
71 Func2(Func1()); in Thread()
111 Func2(Func1()); in main()
/external/deqp-deps/glslang/Test/
Dspv.register.autoassign.frag51 float4 Func2()
69 psout.Color = Func1() + Func2();
Dspv.register.noautoassign.frag51 float4 Func2()
69 psout.Color = Func1() + Func2();
Dspv.glsl.register.autoassign.frag48 vec4 Func2()
67 FragColor = Func1() + Func2();
Dspv.glsl.register.noautoassign.frag48 vec4 Func2()
67 FragColor = Func1() + Func2();
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dspv.register.autoassign.frag51 float4 Func2()
69 psout.Color = Func1() + Func2();
Dspv.register.noautoassign.frag51 float4 Func2()
69 psout.Color = Func1() + Func2();
Dspv.glsl.register.autoassign.frag48 vec4 Func2()
67 FragColor = Func1() + Func2();
Dspv.glsl.register.noautoassign.frag48 vec4 Func2()
67 FragColor = Func1() + Func2();
/external/llvm/test/Transforms/DeadStoreElimination/
D2011-03-25-DSEMiscompile.ll8 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/
D2011-03-25-DSEMiscompile.ll8 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/
D2011-03-25-DSEMiscompile.ll8 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/
Dhandlers-inl.h181 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/
Dvptr_update.ll25 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/
Dvptr_update.ll25 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/
Dspv.glsl.register.autoassign.frag.out15 Name 11 "Func2("
144 139: 7(fvec4) FunctionCall 11(Func2()
199 11(Func2(): 7(fvec4) Function None 8
Dspv.glsl.register.noautoassign.frag.out15 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/
Dspv.glsl.register.autoassign.frag.out15 Name 11 "Func2("
144 139: 7(fvec4) FunctionCall 11(Func2()
199 11(Func2(): 7(fvec4) Function None 8
Dspv.glsl.register.noautoassign.frag.out15 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/
Dsample-hot-func-list.proftext22 Func2:17043:1594

123