| /llvm-project-15.0.7/lldb/utils/lldb-dotest/ |
| H A D | lldb-dotest.in | 22 cmd.extend(['--arch', arch]) 23 cmd.extend(dotest_args) 24 cmd.extend(['--build-dir', lldb_build_dir]) 25 cmd.extend(['--executable', executable]) 26 cmd.extend(['--compiler', compiler]) 27 cmd.extend(['--dsymutil', dsymutil]) 28 cmd.extend(['--lldb-libs-dir', lldb_libs_dir]) 29 cmd.extend(['--llvm-tools-dir', llvm_tools_dir]) 31 cmd.extend(['--framework', lldb_framework_dir]) 33 cmd.extend(['--enable-plugin', 'intel-pt']) [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrAtomics.td | 86 (LDRHHroW GPR64sp:$Rn, GPR32:$Rm, ro_Wextend16:$extend)>; 89 (LDRHHroX GPR64sp:$Rn, GPR64:$Rm, ro_Xextend16:$extend)>; 102 (LDRWroW GPR64sp:$Rn, GPR32:$Rm, ro_Wextend32:$extend)>; 105 (LDRWroX GPR64sp:$Rn, GPR64:$Rm, ro_Xextend32:$extend)>; 118 (LDRXroW GPR64sp:$Rn, GPR32:$Rm, ro_Wextend64:$extend)>; 121 (LDRXroX GPR64sp:$Rn, GPR64:$Rm, ro_Xextend64:$extend)>; 132 (LDRSroW GPR64sp:$Rn, GPR32:$Rm, ro_Wextend32:$extend)>; 135 (LDRSroX GPR64sp:$Rn, GPR64:$Rm, ro_Xextend32:$extend)>; 146 (LDRDroW GPR64sp:$Rn, GPR32:$Rm, ro_Wextend64:$extend)>; 149 (LDRDroX GPR64sp:$Rn, GPR64:$Rm, ro_Xextend64:$extend)>; [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
| H A D | combine-shl-from-extend-narrow.prelegal.mir | 38 %extend:_(s32) = G_ZEXT %masked 40 %shl:_(s32) = G_SHL %extend, %shiftamt 77 %extend:_(s64) = G_ZEXT %masked 79 %shl:_(s64) = G_SHL %extend, %shiftamt 116 %extend:_(s16) = G_ZEXT %masked 118 %shl:_(s16) = G_SHL %extend, %shiftamt 137 ; GFX6-NEXT: %extend:_(<2 x s32>) = G_ZEXT %masked(<2 x s16>) 158 %extend:_(<2 x s32>) = G_ZEXT %masked 161 %shl:_(<2 x s32>) = G_SHL %extend, %shiftamtvec 200 %extend:_(<2 x s64>) = G_ANYEXT %masked [all …]
|
| H A D | combine-shl-from-extend-narrow.postlegal.mir | 132 %extend:_(s64) = G_ANYEXT %masked 134 %shl:_(s64) = G_SHL %extend, %shiftamt 169 %extend:_(s64) = G_ZEXT %masked 171 %shl:_(s64) = G_SHL %extend, %shiftamt 206 %extend:_(s64) = G_SEXT %masked 208 %shl:_(s64) = G_SHL %extend, %shiftamt 243 %extend:_(s64) = G_ZEXT %masked 246 %shl:_(s64) = G_SHL %extend, %shiftamt 285 %extend:_(s32) = G_ZEXT %masked 287 %shl:_(s32) = G_SHL %extend, %shiftamt [all …]
|
| /llvm-project-15.0.7/llvm/utils/lint/ |
| H A D | cpp_lint.py | 79 lint.extend(VerifyIncludes(filename, lines)) 80 lint.extend(common_lint.VerifyLineLength(filename, lines, 82 lint.extend(common_lint.VerifyTabs(filename, lines)) 83 lint.extend(common_lint.VerifyTrailingWhitespace(filename, lines))
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | vector-partial-undef.ll | 55 …%extend = shufflevector <4 x i32> %x, <4 x i32> undef, <8 x i32> <i32 0, i32 1, i32 2, i32 3, i32 … 56 …%bogus_bo = add <8 x i32> %extend, <i32 undef, i32 undef, i32 undef, i32 undef, i32 42, i32 43, i3… 71 …%extend = shufflevector <4 x i32> %x, <4 x i32> undef, <8 x i32> <i32 0, i32 1, i32 2, i32 3, i32 … 72 …sub <8 x i32> <i32 undef, i32 undef, i32 undef, i32 undef, i32 42, i32 43, i32 44, i32 12>, %extend 90 …%extend = shufflevector <2 x i64> %x, <2 x i64> undef, <4 x i32> <i32 0, i32 1, i32 undef, i32 und… 91 %bogus_bo = and <4 x i64> %extend, <i64 undef, i64 undef, i64 42, i64 43> 111 …%extend = shufflevector <2 x i64> %x, <2 x i64> undef, <4 x i32> <i32 0, i32 1, i32 undef, i32 und… 112 %bogus_bo = or <4 x i64> %extend, <i64 undef, i64 undef, i64 42, i64 43> 127 …%extend = shufflevector <4 x i32> %x, <4 x i32> undef, <8 x i32> <i32 undef, i32 undef, i32 1, i32… 128 …%bogus_bo = xor <8 x i32> %extend, <i32 42, i32 43, i32 undef, i32 undef, i32 undef, i32 undef, i3… [all …]
|
| H A D | vector-truncate-combine.ll | 7 ; sequence of extend and subsequent truncate operations. The bug was that an extension 11 ; preservation of the extend/truncate operations mentioned above (2 extend and
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | reduce_pipeline.py | 72 run_args.extend(extra_opt_args) 94 run_args.extend(extra_opt_args) 131 run_args.extend(extra_opt_args) 139 run_args.extend(extra_opt_args) 166 run_args.extend(extra_opt_args) 192 run_args.extend(extra_opt_args)
|
| H A D | indirect_calls.py | 24 args.extend(["-d"]) 25 args.extend([file])
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | signbit-like-value-extension.ll | 24 br i1 %shouldextend, label %extend, label %end 26 extend: ; preds = %bb 32 end: ; preds = %extend, %bb 33 %res = phi i32 [ %extended, %extend ], [ %value, %bb ]
|
| /llvm-project-15.0.7/clang/tools/clang-format/ |
| H A D | clang-format-diff.py | 98 lines_by_file.setdefault(filename, []).extend( 110 command.extend(lines) 112 command.extend(['-style', args.style]) 114 command.extend(['-fallback-style', args.fallback_style])
|
| H A D | clang-format.py | 116 command.extend(['-style', style]) 118 command.extend(['-fallback-style', fallback_style]) 120 command.extend(['-assume-filename', vim.current.buffer.name])
|
| /llvm-project-15.0.7/lldb/utils/lldb-repro/ |
| H A D | lldb-repro.py | 48 new_args.extend(['--replay', reproducer_path]) 50 new_args.extend([ 54 new_args.extend(sys.argv[2:])
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/utils/ |
| H A D | UnitTests.py | 51 context.o.auto_reds.extend( 53 context.o.auto_greens.extend([r'^OK$', r'\.\.\.\sok$']) 54 context.o.auto_blues.extend([r'^Ran \d+ test'])
|
| /llvm-project-15.0.7/lldb/bindings/python/ |
| H A D | python-extensions.swig | 1 %extend lldb::SBBreakpoint { 17 %extend lldb::SBBroadcaster { 48 %extend lldb::SBCompileUnit { 80 %extend lldb::SBFunction { 96 %extend lldb::SBLineEntry { 112 %extend lldb::SBModule { 128 %extend lldb::SBSection { 143 %extend lldb::SBStream { 157 %extend lldb::SBSymbol { 173 %extend lldb::SBTarget { [all …]
|
| /llvm-project-15.0.7/llvm/test/MachineVerifier/ |
| H A D | verifier-generic-extend-truncate.mir | 4 # CHECK: Bad machine code: Generic extend/truncate can not operate on pointers 19 # CHECK: Bad machine code: Generic extend has destination type no larger than source 30 # CHECK: Bad machine code: Generic extend/truncate can not operate on pointers 40 # CHECK: Bad machine code: Generic extend has destination type no larger than source 46 # CHECK: Bad machine code: Generic extend/truncate can not operate on pointers
|
| /llvm-project-15.0.7/llvm/test/MC/Disassembler/Hexagon/ |
| H A D | unextendable.txt | 3 #Invalid immediate extend duplex load/load 7 #Invalid immediate extend barrier
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/ |
| H A D | __init__.py | 47 __all__.extend(['getTestCaseNames', 'makeSuite', 'findTestCases']) 72 __all__.extend(['installHandler', 'registerResult', 'removeResult',
|
| /llvm-project-15.0.7/lldb/bindings/ |
| H A D | macros.swig | 2 %extend { 17 %extend {
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_blk.c | 51 static struct isl_blk extend(struct isl_ctx *ctx, struct isl_blk block, in extend() function 104 return extend(ctx, block, n); in isl_blk_alloc() 113 return extend(ctx, block, new_n); in isl_blk_extend()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/ |
| H A D | clang-tidy-diff.py | 103 merged.extend(content.get(mergekey, [])) 170 clang_tidy_args.extend(argv[argv.index('--'):]) 257 command.extend(common_clang_tidy_args) 259 command.extend(clang_tidy_args)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/RISCV/ |
| H A D | rv64i-demanded-bits.ll | 40 ; Make sure we sign extend the constant after type legalization to allow the 55 ; Make sure we sign extend the constant after type legalization to allow the 70 ; Make sure we sign extend the constant after type legalization to allow the 86 ; Make sure we sign extend the constant after type legalization to allow the
|
| /llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/lang/ |
| H A D | dsl.py | 155 current_op_def().domain.extend(dimensions) 162 current_op_def().metadata.implements.extend(interfaces) 169 current_op_def().metadata.defines.extend(definitions)
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBCommandReturnObject.i | 101 %extend { 118 %extend {
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/ |
| H A D | analyze.py | 401 result.extend(['-analyzer-max-loop', str(args.maxloop)]) 405 result.extend(['-analyzer-config', args.analyzer_config]) 409 result.extend(prefix_with('-load', args.plugins)) 412 result.extend(['-analyzer-checker', checkers]) 415 result.extend(['-analyzer-disable-checker', checkers]) 620 ast_command.extend(args) 635 extdefmap_command.extend(args) 681 opts['direct_args'].extend(direct_options)
|