| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | remove-redundant-toc-saves.ll | 5 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 D | dataflow.test | 19 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 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
|
| H A 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
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/ |
| H A D | stack-use-after-return.cpp | 71 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 D | BoltDiff.cpp | 345 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 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
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/ThreadSanitizer/ |
| H A 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…
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | HFSort.cpp | 155 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 D | sample-hot-func-list.proftext | 22 Func2:17043:1594
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | identifier-naming-hungarian-notation-cfgfile.cpp | 127 void Func2(const int ParameterCase); 622 class AbstractClassCase1 { virtual int Func1() = 0; int Func2(); };
|
| H A D | identifier-naming-hungarian-notation.cpp | 127 void Func2(const int ParameterCase); 622 class AbstractClassCase1 { virtual int Func1() = 0; int Func2(); };
|
| H A D | named-parameter.cpp | 50 void Func2(void (*func)(void *)) {} in Func2() function
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/ |
| H A D | imports.test | 26 X86-NEXT: Symbol: Func2 (1) 69 X64-NEXT: Symbol: Func2 (1)
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/Inputs/ |
| H A D | TypeQualsTest.cpp | 15 void Func2(volatile int* a, int volatile* b) { in Func2() function
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/AddressSanitizer/ |
| H A D | stack_dynamic_alloca.ll | 51 define void @Func2() sanitize_address { 53 ; CHECK-LABEL: Func2
|
| H A D | stack_layout.ll | 42 define void @Func2() sanitize_address { 44 ; CHECK-LABEL: Func2
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | incompatible-protocol-qualified-types.m | 22 INTF <MyProto1, MyProto2> * Func2(INTF <MyProto1> *p2) function
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | attr-capabilities.c | 29 void Func2(void) __attribute__((requires_shared_capability(Worker))) {} in Func2() function
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | overloaded-operator.cpp | 198 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 D | attr-musttail.cpp | 18 int Func2(int x) { in Func2() function
|
| /llvm-project-15.0.7/lldb/test/Shell/SymbolFile/PDB/ |
| H A D | type-quals.test | 16 CHECK-DAG: Type{{.*}} , name = "Func2", {{.*}}, compiler_type = {{.*}} void (volatile int *, v…
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-profdata/ |
| H A D | sample-hot-func-list.test | 10 ; CHECK-NEXT: 17043 (4.79%) 3105 1594 Func2
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | cxx-uninitialized-object-ptr-ref.cpp | 600 using Func2 = int *(*)(); typedef 603 FunctionPointerWithDifferentDynTypeTest(Func2 f) : f((Func1)f) {} in FunctionPointerWithDifferentDynTypeTest()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | ldrd.ll | 103 ; CHECK-LABEL: Func2: 108 define void @Func2(i32* %p) "frame-pointer"="all" {
|