| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/COFF/ |
| H A D | long-section-name.test | 24 with open(sys.argv[1], "wb") as outp: 28 outp.write(data[:pos]) 29 outp.write(replacement) 30 outp.write(data[pos + len(replacement):])
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-lib/ |
| H A D | xfghashmap-list.test | 29 with open(sys.argv[1], "wb") as outp: 31 outp.write(data[:pos]) 32 outp.write(xfghashmap) 33 outp.write(data[pos + len(xfghashmap):])
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | ppc-mma-types.c | 66 void testVQTypedef(int *inp, int *outp) { in testVQTypedef() argument 68 vq_t *vqout = (vq_t *)outp; in testVQTypedef() 268 void testVPTypedef(int *inp, int *outp) { in testVPTypedef() argument 270 vp_t *vpout = (vp_t *)outp; in testVPTypedef()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb/ |
| H A D | asmprinter-bug.ll | 31 %outp.136 = phi i8* [ %outdata, %entry ], [ %outp.0, %bb25 ] ; <i8*> [#uses=3] 104 store i8 %43, i8* %outp.136, align 1 105 %44 = getelementptr i8, i8* %outp.136, i32 1 ; <i8*> [#uses=1] 110 %outp.0 = phi i8* [ %outp.136, %bb23 ], [ %44, %bb24 ] ; <i8*> [#uses=2] 121 %outp.1.lcssa = phi i8* [ %outp.0, %bb26.bb27_crit_edge ], [ %outdata, %entry ] ; <i8*> [#uses=1] 130 store i8 %45, i8* %outp.1.lcssa, align 1 162 %outp.030 = getelementptr i16, i16* %outdata, i32 %indvar ; <i16*> [#uses=1] 233 store i16 %36, i16* %outp.030, align 2
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | ppc-pair-mma-types.cpp | 10 void testVQAlias(int *inp, int *outp) { in testVQAlias() argument 12 vq_t *vqout = (vq_t *)outp; in testVQAlias() 201 void testVPAlias(int *inp, int *outp) { in testVPAlias() argument 203 vp_t *vpout = (vp_t *)outp; in testVPAlias()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBInstruction.cpp | 251 void SBInstruction::Print(FILE *outp) { in Print() argument 252 LLDB_INSTRUMENT_VA(this, outp); in Print() 253 FileSP out = std::make_shared<NativeFile>(outp, /*take_ownership=*/false); in Print()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | barrier-flag.ll | 14 …ture readonly %inp, i8* nocapture readonly %mask, i32 %shift, i8* nocapture %outp, i32 %width) #1 { 32 %arrayidx44.gep = getelementptr i8, i8* %outp, i32 %mul
|
| /llvm-project-15.0.7/compiler-rt/include/sanitizer/ |
| H A D | linux_syscall_hooks.h | 1187 #define __sanitizer_syscall_pre_select(n, inp, outp, exp, tvp) \ argument 1188 __sanitizer_syscall_pre_impl_select((long)(n), (long)(inp), (long)(outp), \ 1190 #define __sanitizer_syscall_post_select(res, n, inp, outp, exp, tvp) \ argument 1192 (long)(outp), (long)(exp), (long)(tvp)) 2685 void __sanitizer_syscall_pre_impl_select(long n, long inp, long outp, long exp, 2687 void __sanitizer_syscall_post_impl_select(long res, long n, long inp, long outp,
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2063 (long n, __sanitizer___kernel_fd_set *inp, __sanitizer___kernel_fd_set *outp, 2068 __sanitizer___kernel_fd_set *outp, __sanitizer___kernel_fd_set *exp, 2073 if (outp) 2074 POST_WRITE(outp, sizeof(*outp));
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | vector-DAGCombine.ll | 275 define <8 x i16> @t3(i8 zeroext %xf, i8* nocapture %sp0, i8* nocapture %sp1, i32* nocapture %outp) {
|