Home
last modified time | relevance | path

Searched refs:extend (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/llvm-project-15.0.7/lldb/utils/lldb-dotest/
H A Dlldb-dotest.in22 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 DAArch64InstrAtomics.td86 (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 Dcombine-shl-from-extend-narrow.prelegal.mir38 %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 Dcombine-shl-from-extend-narrow.postlegal.mir132 %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 Dcpp_lint.py79 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 Dvector-partial-undef.ll55 …%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 Dvector-truncate-combine.ll7 ; 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 Dreduce_pipeline.py72 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 Dindirect_calls.py24 args.extend(["-d"])
25 args.extend([file])
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Dsignbit-like-value-extension.ll24 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 Dclang-format-diff.py98 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 Dclang-format.py116 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 Dlldb-repro.py48 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 DUnitTests.py51 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 Dpython-extensions.swig1 %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 Dverifier-generic-extend-truncate.mir4 # 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 Dunextendable.txt3 #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__.py47 __all__.extend(['getTestCaseNames', 'makeSuite', 'findTestCases'])
72 __all__.extend(['installHandler', 'registerResult', 'removeResult',
/llvm-project-15.0.7/lldb/bindings/
H A Dmacros.swig2 %extend {
17 %extend {
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_blk.c51 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 Dclang-tidy-diff.py103 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 Drv64i-demanded-bits.ll40 ; 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 Ddsl.py155 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 DSBCommandReturnObject.i101 %extend {
118 %extend {
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/
H A Danalyze.py401 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)

12345678910>>...18