Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dremove-redundant-toc-saves.ll5 define signext i32 @test1(i32 signext %i, i32 (i32)* nocapture %Func, i32 (i32)* nocapture %Func2) {
19 %call1 = tail call signext i32 %Func2(i32 signext %i)
24 …2 @test2(i32 signext %i, i32 signext %j, i32 (i32)* nocapture %Func, i32 (i32)* nocapture %Func2) {
44 %call3 = tail call signext i32 %Func2(i32 signext %i)
56 define signext i32 @test3(i32 signext %i, i32 (i32)* nocapture %Func, i32 (i32)* nocapture %Func2) {
75 %call1 = tail call signext i32 %Func2(i32 signext 0)
85 define signext i32 @test4(i32 signext %i, i32 (i32)* nocapture %Func, i32 (i32)* nocapture %Func2) {
107 %call3 = tail call signext i32 %Func2(i32 signext 0)
117 …next i32 @test5(i32 signext %i, i32 (i32)* nocapture %Func, i32 (i32)* nocapture readnone %Func2) {
142 define signext i32 @test6(i32 signext %i, i32 (i32)* nocapture %Func, i32 (i32)* nocapture %Func2) {
[all …]
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Ddataflow.test19 FUNC_LIST-DAG: Func2
43 # Func2: F2
51 # FUABC: First 3 bytes are checked, Func1/Func2 are not called.
58 # FUZZR: 5 bytes are used (4 in one function, 5-th in the other), Func2 is not called.
67 # FUZZM: 5 bytes are used, both Func1 and Func2 are called, Func2 depends only on size.
76 # FUZZMU: 6 bytes are used, both Func1 and Func2 are called, Func2 depends on byte 6 and size.
112 RUN: %t-ThreeFunctionsTest -data_flow_trace=%t/OUT -runs=0 -focus_function=Func2 %t/IN 2>&1 | FileC…
117 USE_DATA_FLOW_TRACE: INFO: Focus function is set to 'Func2'
H A 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
H A 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
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/
H A Dstack-use-after-return.cpp71 void Func2(char *x) { in Func2() function
87 Func2(Func1()); in Thread()
127 Func2(Func1()); in main()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DBoltDiff.cpp345 const BinaryFunction *const &Func2 = MapEntry.first; in matchBasicBlocks() local
348 auto Iter2 = Func2->getLayout().block_begin(); in matchBasicBlocks()
354 if (Iter2 == Func2->getLayout().block_end()) { in matchBasicBlocks()
392 BBToFuncMap[*Iter2] = Func2; in matchBasicBlocks()
396 if (!Match || Iter2 != Func2->getLayout().block_end()) in matchBasicBlocks()
528 const BinaryFunction *const &Func2 = MapEntry.first; in reportHottestFuncDiffs() local
533 double Score2 = getNormalizedScore(*Func2, RI2); in reportHottestFuncDiffs()
534 auto Iter2 = LTOMap2.find(Func2); in reportHottestFuncDiffs()
541 ScoreMap[Func2] = std::make_pair<>(Score1, Score2); in reportHottestFuncDiffs()
/llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/
H A 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
/llvm-project-15.0.7/llvm/test/Instrumentation/ThreadSanitizer/
H A 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…
/llvm-project-15.0.7/bolt/lib/Passes/
H A DHFSort.cpp155 const CallGraph::Node &Func2 = Cg.getNode(F2); in clusterize() local
156 return Func1.samples() * Func2.size() > // TODO: is this correct? in clusterize()
157 Func2.samples() * Func1.size(); in clusterize()
/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/Inputs/
H A Dsample-hot-func-list.proftext22 Func2:17043:1594
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-naming-hungarian-notation-cfgfile.cpp127 void Func2(const int ParameterCase);
622 class AbstractClassCase1 { virtual int Func1() = 0; int Func2(); };
H A Didentifier-naming-hungarian-notation.cpp127 void Func2(const int ParameterCase);
622 class AbstractClassCase1 { virtual int Func1() = 0; int Func2(); };
H A Dnamed-parameter.cpp50 void Func2(void (*func)(void *)) {} in Func2() function
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Dimports.test26 X86-NEXT: Symbol: Func2 (1)
69 X64-NEXT: Symbol: Func2 (1)
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/Inputs/
H A DTypeQualsTest.cpp15 void Func2(volatile int* a, int volatile* b) { in Func2() function
/llvm-project-15.0.7/llvm/test/Instrumentation/AddressSanitizer/
H A Dstack_dynamic_alloca.ll51 define void @Func2() sanitize_address {
53 ; CHECK-LABEL: Func2
H A Dstack_layout.ll42 define void @Func2() sanitize_address {
44 ; CHECK-LABEL: Func2
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dincompatible-protocol-qualified-types.m22 INTF <MyProto1, MyProto2> * Func2(INTF <MyProto1> *p2) function
/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-capabilities.c29 void Func2(void) __attribute__((requires_shared_capability(Worker))) {} in Func2() function
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Doverloaded-operator.cpp198 typedef float& Func2(int, double); typedef
202 operator Func2&(); // expected-note 2{{conversion candidate of type 'float &(&)(int, double)'}}
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dattr-musttail.cpp18 int Func2(int x) { in Func2() function
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/
H A Dtype-quals.test16 CHECK-DAG: Type{{.*}} , name = "Func2", {{.*}}, compiler_type = {{.*}} void (volatile int *, v…
/llvm-project-15.0.7/llvm/test/tools/llvm-profdata/
H A Dsample-hot-func-list.test10 ; CHECK-NEXT: 17043 (4.79%) 3105 1594 Func2
/llvm-project-15.0.7/clang/test/Analysis/
H A Dcxx-uninitialized-object-ptr-ref.cpp600 using Func2 = int *(*)(); typedef
603 FunctionPointerWithDifferentDynTypeTest(Func2 f) : f((Func1)f) {} in FunctionPointerWithDifferentDynTypeTest()
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dldrd.ll103 ; CHECK-LABEL: Func2:
108 define void @Func2(i32* %p) "frame-pointer"="all" {

12