Searched refs:function3 (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/IROutliner/ |
| H A D | opt-remarks.ll | 33 ; YAML-NEXT: Function: function3 47 ; YAML-NEXT: Function: function3 61 ; YAML-NEXT: Function: function3 89 ; YAML-NEXT: Function: function3 131 ; YAML-NEXT: Function: function3 145 ; YAML-NEXT: Function: function3 173 ; YAML-NEXT: Function: function3 201 ; YAML-NEXT: Function: function3 243 ; YAML-NEXT: Function: function3 257 ; YAML-NEXT: Function: function3 [all …]
|
| H A D | outlining-gep.ll | 45 define void @function3(%struct.ST* %s, i64 %t) { 46 ; CHECK-LABEL: @function3(
|
| H A D | outlining-calls.ll | 40 define void @function3() { 73 ; CHECK-LABEL: @function3(
|
| H A D | outlining-calls-names-must-match.ll | 56 define void @function3() { 57 ; CHECK-LABEL: @function3(
|
| H A D | outlining-cost-model.ll | 80 define void @function3() #0 { 81 ; CHECK-LABEL: @function3( 99 ; NOCOST-LABEL: @function3(
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-consumed-parsing.cpp | 34 void function3() CONSUMABLE(consumed); // expected-warning {{'consumable' attribute only applies to…
|
| H A D | conversion.cpp | 284 void function3(const char* str) { in function3() function
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | function-cognitive-complexity.rst | 143 int function3(bool var1, bool var2) { 152 In the last example, the check will flag `function3` if the option Threshold is
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | hsa-metadata-hostcall-v5.ll | 9 define void @function3(i8 addrspace(4)* %argptr, i8 addrspace(4)* addrspace(1)* %sink) #2 { 283 call void @function3(i8 addrspace(4)* %gep, i8 addrspace(4)* addrspace(1)* %sink)
|
| H A D | hsa-metadata-heap-v5.ll | 9 define void @function3(i8 addrspace(4)* %argptr, i8 addrspace(4)* addrspace(1)* %sink) #2 { 283 call void @function3(i8 addrspace(4)* %gep, i8 addrspace(4)* addrspace(1)* %sink)
|
| H A D | hsa-metadata-hostcall-v3.ll | 9 define void @function3(i8 addrspace(4)* %argptr, i8 addrspace(4)* addrspace(1)* %sink) #4 { 283 call void @function3(i8 addrspace(4)* %gep, i8 addrspace(4)* addrspace(1)* %sink)
|
| H A D | hsa-metadata-multigrid-sync-arg-v5.ll | 9 define void @function3(i8 addrspace(4)* %argptr, i8 addrspace(4)* addrspace(1)* %sink) #2 { 283 call void @function3(i8 addrspace(4)* %gep, i8 addrspace(4)* addrspace(1)* %sink)
|
| H A D | hsa-metadata-queueptr-v5.ll | 9 define void @function3(i8 addrspace(4)* %argptr, i8 addrspace(4)* addrspace(1)* %sink) #2 { 283 call void @function3(i8 addrspace(4)* %gep, i8 addrspace(4)* addrspace(1)* %sink)
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | odr_hash.mm | 117 auto function3 = valid; 167 auto function3 = invalid3;
|
| H A D | odr_hash.cpp | 3463 auto function3 = valid; 3505 auto function3 = invalid2; 3550 auto function3 = valid; 3594 static auto function3 = valid<A, B>; 3741 auto function3 = Invalid3;
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangFormatStyleOptions.rst | 3059 import static org.example.function3;
|