| /llvm-project-15.0.7/llvm/test/Analysis/BasicAA/ |
| H A D | args-rets-allocas-loads.ll | 175 ; CHECK-NEXT: Both ModRef: Ptr: double* %arg_a0 <-> %normal_ret_a0 = call double* @normal_returne… 176 ; CHECK-NEXT: Both ModRef: Ptr: double* %arg_a1 <-> %normal_ret_a0 = call double* @normal_returne… 191 ; CHECK-NEXT: Both ModRef: Ptr: double* %arg_a0 <-> %normal_ret_a1 = call double* @normal_returne… 237 ; CHECK-NEXT: Both ModRef: Ptr: double* %loaded_a0 <-> call void @callee(double* %escape_alloca_a… 238 ; CHECK-NEXT: Both ModRef: Ptr: double* %loaded_a1 <-> call void @callee(double* %escape_alloca_a… 239 ; CHECK-NEXT: Both ModRef: Ptr: double* %arg_a0 <-> call void @callee(double* %escape_alloca_a0) 240 ; CHECK-NEXT: Both ModRef: Ptr: double* %arg_a1 <-> call void @callee(double* %escape_alloca_a0) 253 ; CHECK-NEXT: Both ModRef: Ptr: double* %loaded_a0 <-> call void @callee(double* %escape_alloca_a… 254 ; CHECK-NEXT: Both ModRef: Ptr: double* %loaded_a1 <-> call void @callee(double* %escape_alloca_a… 255 ; CHECK-NEXT: Both ModRef: Ptr: double* %arg_a0 <-> call void @callee(double* %escape_alloca_a1) [all …]
|
| H A D | cs-cs.ll | 310 ; CHECK: Both ModRef: Ptr: i8* %p <-> call void @an_inaccessibleorargmemonly_func(i8* %q) 312 ; CHECK: Both ModRef: Ptr: i8* %p <-> call void @an_argmemonly_func(i8* %q) 313 ; CHECK: Both ModRef (MustAlias): Ptr: i8* %q <-> call void @an_argmemonly_func(i8* %q) 345 ; CHECK: Both ModRef: Ptr: i8* %p <-> call void @another_argmemonly_func(i8* %p, i8* %q) 346 ; CHECK: Both ModRef: Ptr: i8* %q <-> call void @another_argmemonly_func(i8* %p, i8* %q) 356 ; CHECK: Both ModRef: Ptr: i8* %p <-> call void @another_argmemonly_func(i8* %p, i8* %q) 357 ; CHECK: Both ModRef: Ptr: i8* %q <-> call void @another_argmemonly_func(i8* %p, i8* %q) 374 ; CHECK: Both ModRef: Ptr: i8* %p <-> call void @a_readonly_func(i8* %p) [ "unknown"() ] 375 ; CHECK: Both ModRef: Ptr: i8* %q <-> call void @a_readonly_func(i8* %p) [ "unknown"() ] 380 ; CHECK: Both ModRef: Ptr: i8* %p <-> call void @an_argmemonly_func(i8* %q) [ "unknown"() ] [all …]
|
| H A D | assume.ll | 19 ; CHECK: Both ModRef: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i… 20 ; CHECK: Both ModRef: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i… 38 ; CHECK: Both ModRef: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i… 39 ; CHECK: Both ModRef: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i…
|
| H A D | noalias-scope-decl.ll | 19 ; CHECK: Both ModRef: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i… 20 ; CHECK: Both ModRef: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i…
|
| H A D | call-attrs.ll | 41 ; CHECK: Both ModRef: Ptr: i8* %p <-> call void @read_write(i8* %p, i8* %p, i8* %p) 43 ; CHECK: Both ModRef: Ptr: i8* %p <-> call void @writeonly_attr(i8* %p) [ "deopt"(i8* %p) ]
|
| H A D | guards.ll | 19 ; CHECK: Both ModRef: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, … 20 ; CHECK: Both ModRef: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, …
|
| H A D | tail-byval.ll | 15 ; CHECK-NEXT: Both ModRef: Ptr: i32* %p <-> tail call void @takebyval(i32* byval(i32) %p)
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | inalloca-overaligned.cpp | 18 struct __declspec(align(8)) Both { struct 19 Both(); 20 Both(const Both &o); 55 int receive_both(Both o) { in receive_both() 63 gvi32 = receive_both(Both()); in pass_both() 72 int receive_inalloca_both(NonTrivial nt, Both o) { in receive_inalloca_both() 80 gvi32 = receive_inalloca_both(NonTrivial(), Both()); in pass_inalloca_both()
|
| H A D | const-init-cxx11.cpp | 300 struct Both { struct 301 constexpr Both() : n(10) {} in Both() argument 302 ~Both(); 306 Both b; 317 static Both b; in StaticVars()
|
| /llvm-project-15.0.7/llvm/test/YAMLParser/ |
| H A D | spec-09-18.test | 14 - >-1 # Both indicators
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | object-incr-decr-1.m | 13 // Both of these crash clang nicely
|
| H A D | debug-info-property-class-instance-same-name.m | 3 // Both properties should be emitted as having a class and an instance property
|
| /llvm-project-15.0.7/llvm/test/Analysis/BranchProbabilityInfo/ |
| H A D | unreachable.ll | 5 ; Both 'l1' and 'r1' has one edge leading to 'cold' and another one to 33 ; Both edges of 'l1' leads to 'cold' blocks while one edge of 'r1' leads to 65 ; Both edges of 'r1' leads to 'unreachable' blocks while one edge of 'l1' leads to
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-split/ |
| H A D | extern_linkage.ll | 6 ; Both declarations are extern_weak in all partitions.
|
| /llvm-project-15.0.7/lld/test/MachO/ |
| H A D | compact-unwind-stack-ind.s | 6 ## Both _f and _g have the same compact unwind encoding,
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AVR/calling-conv/c/ |
| H A D | basic.ll | 101 ; NOTE: Both %a (i8) and %b (i8) cost two registers. 111 ; NOTE: Both %a (i16) and %b (i16) cost two registers. 122 ; NOTE: Both %a (i32) and %b (i32) cost four registers.
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | CGPassBuilderOption.h | 25 enum class CFLAAType { None, Steensgaard, Andersen, Both }; enumerator
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | 2010-11-18-SelectOfExtload.ll | 2 ; Both values were being zero extended.
|
| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | Dialect.h | 102 enum class EmitPrefix { Raw = 0, Prefixed = 1, Both = 2 }; enumerator
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | note-gnu-property-pac-bti-3.ll | 18 ; Both attribute present
|
| H A D | note-gnu-property-pac-bti-0.ll | 16 ; Both attributes present in a file with no functions.
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/hicpp/ |
| H A D | avoid-goto.rst | 12 Both coding guidelines implement the same exception to the usage of ``goto``.
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | x86-64-tlsdesc-gd-mixed.s | 6 ## Both TLSDESC and DTPMOD64/DTPOFF64 should be present.
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | modulemap-locations.m | 2 …nputs/ModuleMapLocations/Module_ModuleMap -I %S/Inputs/ModuleMapLocations/Both -F %S/Inputs/Module…
|
| /llvm-project-15.0.7/clang/ |
| H A D | NOTES.txt | 45 -arch option may be specified. Both are optional. 71 // Both
|