| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | pr30290.ll | 5 ; When broken, five "1" constants are written into the byval %struct.face, 12 %struct.face = type { [7 x i32] } 15 declare void @bar(ptr byval(%struct.face) nocapture readonly align 8); 18 define void @foo(ptr byval(%struct.face) nocapture align 8) local_unnamed_addr { 35 %2 = getelementptr inbounds %struct.face, ptr %0, i64 0, i32 0, i64 4 37 call void @bar(ptr byval(%struct.face) nonnull align 8 %0)
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/X86/ |
| H A D | pr39187-g.ll | 28 ; volatile bool face = cond; 30 ; return face ? beards : 0; 35 ; CHECK: %face = alloca i8, align 1 55 %face = alloca i8, align 1 75 store volatile i8 %frombool, i8* %face, align 1 76 %face.0. = load volatile i8, i8* %face, align 1 77 %0 = and i8 %face.0., 1
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | allocsize-32.ll | 4 ; when given an allocsize function that takes a 64-bit argument in the face of
|
| /llvm-project-15.0.7/clang/test/TableGen/ |
| H A D | DiagnosticDocs.inc | 50 as monospace font face instead.
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DiagnosticDocs.td | 57 as monospace font face instead.
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_convex_hull.c | 392 struct isl_basic_set *face = NULL; in initial_facet_constraint() local 417 face = isl_set_affine_hull(slice); in initial_facet_constraint() 418 if (!face) in initial_facet_constraint() 420 if (face->n_eq == 1) { in initial_facet_constraint() 421 isl_basic_set_free(face); in initial_facet_constraint() 424 for (i = 0; i < face->n_eq; ++i) in initial_facet_constraint() 425 if (!isl_seq_eq(bounds->row[0], face->eq[i], 1 + dim) && in initial_facet_constraint() 427 face->eq[i], 1 + dim)) in initial_facet_constraint() 429 isl_assert(set->ctx, i < face->n_eq, goto error); in initial_facet_constraint() 433 isl_basic_set_free(face); in initial_facet_constraint() [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | llvm.amdgcn.image.sample.dim.gfx90a.ll | 46 …loat> @sample_cube(<8 x i32> inreg %rsrc, <4 x i32> inreg %samp, float %s, float %t, float %face) { 48 …lvm.amdgcn.image.sample.cube.v4f32.f32(i32 15, float %s, float %t, float %face, <8 x i32> %rsrc, <…
|
| H A D | llvm.amdgcn.image.gather4.dim.ll | 33 …oat> @gather4_cube(<8 x i32> inreg %rsrc, <4 x i32> inreg %samp, float %s, float %t, float %face) { 35 …lvm.amdgcn.image.gather4.cube.v4f32.f32(i32 1, float %s, float %t, float %face, <8 x i32> %rsrc, <…
|
| H A D | llvm.amdgcn.image.atomic.dim.ll | 198 define amdgpu_ps float @atomic_add_cube(<8 x i32> inreg %rsrc, i32 %data, i32 %s, i32 %t, i32 %face… 200 …%v = call i32 @llvm.amdgcn.image.atomic.add.cube.i32.i32(i32 %data, i32 %s, i32 %t, i32 %face, <8 …
|
| H A D | llvm.amdgcn.image.gather4.a16.dim.ll | 33 … float> @gather4_cube(<8 x i32> inreg %rsrc, <4 x i32> inreg %samp, half %s, half %t, half %face) { 56 … @llvm.amdgcn.image.gather4.cube.v4f32.f16(i32 1, half %s, half %t, half %face, <8 x i32> %rsrc, <…
|
| H A D | llvm.amdgcn.image.sample.a16.dim.ll | 83 …x float> @sample_cube(<8 x i32> inreg %rsrc, <4 x i32> inreg %samp, half %s, half %t, half %face) { 106 … @llvm.amdgcn.image.sample.cube.v4f32.f16(i32 15, half %s, half %t, half %face, <8 x i32> %rsrc, <…
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ConstProp/ |
| H A D | vscale-shufflevector.ll | 6 ; This test checks that SimplifyInstruction does not blow up in the face of
|
| H A D | vscale-shufflevector-inseltpoison.ll | 6 ; This test checks that SimplifyInstruction does not blow up in the face of
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | local_vars.ll | 5 ; generated. This test is not robust in the face of an frame-handling
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/AMDGPU/ |
| H A D | amdgcn-intrinsics-gfx8.ll | 60 …> addrspace(1)* %out, <8 x i32> inreg %rsrc, <4 x i32> inreg %samp, half %s, half %t, half %face) { 72 %face32 = fpext half %face to float
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVN/PRE/ |
| H A D | pre-load-implicit-cf-updates.ll | 8 ; face crashes and are still able to perform PRE correctly.
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/tool/ |
| H A D | clang-include-fixer.el | 357 (overlay-put overlay 'face 'clang-include-fixer-highlight)
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | debug-info-duplicate-calls.ll | 23 ; describing the inlining that has occurred, even in the face of duplicate call
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-rc/ |
| H A D | parser.test | 56 ; PGOOD-NEXT: Option: Font: size = 12, face = "Arial", weight = 500, italic, charset = 13
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
| H A D | llvm.amdgcn.image.atomic.dim.a16.ll | 530 …amdgpu_ps float @atomic_add_i32_cube(<8 x i32> inreg %rsrc, i32 %data, i16 %s, i16 %t, i16 %face) { 568 …%v = call i32 @llvm.amdgcn.image.atomic.add.cube.i32.i16(i32 %data, i16 %s, i16 %t, i16 %face, <8 … 1299 …_ps <2 x float> @atomic_add_i64_cube(<8 x i32> inreg %rsrc, i64 %data, i16 %s, i16 %t, i16 %face) { 1337 …%v = call i64 @llvm.amdgcn.image.atomic.add.cube.i64.i16(i64 %data, i16 %s, i16 %t, i16 %face , <8…
|
| H A D | llvm.amdgcn.image.gather4.a16.dim.ll | 58 … float> @gather4_cube(<8 x i32> inreg %rsrc, <4 x i32> inreg %samp, half %s, half %t, half %face) { 110 … @llvm.amdgcn.image.gather4.cube.v4f32.f16(i32 1, half %s, half %t, half %face, <8 x i32> %rsrc, <…
|
| H A D | llvm.amdgcn.image.gather4.dim.ll | 115 …oat> @gather4_cube(<8 x i32> inreg %rsrc, <4 x i32> inreg %samp, float %s, float %t, float %face) { 158 …lvm.amdgcn.image.gather4.cube.v4f32.f32(i32 1, float %s, float %t, float %face, <8 x i32> %rsrc, <…
|
| /llvm-project-15.0.7/mlir/docs/Rationale/ |
| H A D | RationaleGenericDAGRewriter.md | 46 is - and is expected to - face over time. We do this by separating the pattern
|
| H A D | MLIRForGraphAlgorithms.md | 42 different subsystems, and these translation layers face similar challenges. ((As
|
| /llvm-project-15.0.7/lldb/docs/status/ |
| H A D | projects.rst | 211 would reduce this code duplication, present a single coherent face to the users
|