Home
last modified time | relevance | path

Searched refs:modifier (Results 1 – 25 of 143) sorted by relevance

123456

/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Drv32i-invalid.s41 lui a0, -1 # CHECK: :[[@LINE]]:9: error: operand must be a symbol with %hi/%tprel_hi modifier or an…
52 # Illegal operand modifier
120 # Bare symbol names when an operand modifier is required and unsupported
123 lui a0, foo # CHECK: :[[@LINE]]:9: error: operand must be a symbol with %hi/%tprel_hi modifier or a…
133 # TP-relative symbol names require a %tprel_add modifier.
134 add a0, a0, tp, zero # CHECK: :[[@LINE]]:17: error: expected '%' for operand modifier
135 …, a0, tp, %hi(foo) # CHECK: :[[@LINE]]:17: error: operand must be a symbol with %tprel_add modifier
136 … CHECK: :[[@LINE]]:13: error: the second input operand must be tp/x4 when using %tprel_add modifier
138 # Unrecognized operand modifier
139 addi t0, sp, %modifer(255) # CHECK: :[[@LINE]]:15: error: unrecognized operand modifier
[all …]
H A Drv64i-invalid.s15 …LINE]]:15: error: operand must be a symbol with %lo/%pcrel_lo/%tprel_lo modifier or an integer in …
16 …@LINE]]:8: error: operand must be a symbol with %lo/%pcrel_lo/%tprel_lo modifier or an integer in …
18 # Illegal operand modifier
30 …LINE]]:15: error: operand must be a symbol with %lo/%pcrel_lo/%tprel_lo modifier or an integer in …
H A Drv32d-invalid.s5 …LINE]]:10: error: operand must be a symbol with %lo/%pcrel_lo/%tprel_lo modifier or an integer in …
6 …LINE]]:10: error: operand must be a symbol with %lo/%pcrel_lo/%tprel_lo modifier or an integer in …
H A Drv64zfh-invalid.s6 …LINE]]:10: error: operand must be a symbol with %lo/%pcrel_lo/%tprel_lo modifier or an integer in …
7 …LINE]]:10: error: operand must be a symbol with %lo/%pcrel_lo/%tprel_lo modifier or an integer in …
H A Drv32zfhmin-invalid.s8 …LINE]]:10: error: operand must be a symbol with %lo/%pcrel_lo/%tprel_lo modifier or an integer in …
9 …LINE]]:10: error: operand must be a symbol with %lo/%pcrel_lo/%tprel_lo modifier or an integer in …
H A Drv32f-invalid.s5 …LINE]]:10: error: operand must be a symbol with %lo/%pcrel_lo/%tprel_lo modifier or an integer in …
6 …LINE]]:10: error: operand must be a symbol with %lo/%pcrel_lo/%tprel_lo modifier or an integer in …
/llvm-project-15.0.7/clang/test/SemaOpenCL/
H A Dinvalid-pipe-builtin-cl2.0.cl18 write_pipe(p, ptr); // expected-error {{invalid pipe access modifier (expecting write_only)}}
19 …write_pipe(p, rid, tmp, ptr); // expected-error {{invalid pipe access modifier (expecting write…
25 …sub_group_reserve_write_pipe(p, tmp); // expected-error{{invalid pipe access modifier (expectin…
31 …sub_group_commit_write_pipe(p, tmp); // expected-error{{invalid pipe access modifier (expecting…
47 read_pipe(p, ptr); // expected-error {{invalid pipe access modifier (expecting read_only)}}
48 …read_pipe(p, rid, tmp, ptr); // expected-error {{invalid pipe access modifier (expecting read_o…
54 …sub_group_reserve_read_pipe(p, tmp); // expected-error{{invalid pipe access modifier (expecting…
60 …sub_group_commit_read_pipe(p, tmp); // expected-error{{invalid pipe access modifier (expecting …
/llvm-project-15.0.7/llvm/docs/
H A DAMDGPUInstructionNotation.rst99 if :ref:`glc<amdgpu_synid_glc>` modifier is specified.
101 :ref:`m_op_sel_hi<amdgpu_synid_mad_mix_op_sel_hi>` modifier.
122 …``<``\ :ref:`description of modifier 0<amdgpu_syn_instruction_modifier_notation>`\ ``> <``\ :ref:`…
131 A *modifier* is described using the following notation:
135 Where *name* is a link to a description of the *modifier*.
H A DAMDGPUModifierSyntax.rst406 This modifier has some limitations depending on instruction kind:
606 This modifier has different meaning for loads, stores, and atomic operations.
1121 The *dpp8_sel* modifier must specify exactly 8 values.
1625 For *v_cmp* instructions, clamp modifier indicates that the compare signals
1649 Specifies if an output modifier must be applied to the result.
1726 :ref:`abs<amdgpu_synid_abs>` modifier.
1734 * Before an :ref:`abs<amdgpu_synid_abs>` modifier.
1735 * Before an SP3 :ref:`abs<amdgpu_synid_abs>` modifier.
1848 This modifier is valid for floating point operands only.
1886 This modifier is valid for floating point operands only.
[all …]
H A DMarkedUpDisassembly.rst55 annotation: '<' tag-name tag-modifier-list ':' annotated-text '>'
57 tag-modifier-list: comma delimited identifier list
63 The tag-modifier-list is typically additional target-specific context, such as
/llvm-project-15.0.7/openmp/docs/openacc/
H A DOpenMPExtensions.rst55 The ``ompx_hold`` map type modifier above specifies that the ``target
66 * Stated more generally, the ``ompx_hold`` map type modifier specifies
73 * The ``ompx_hold`` map type modifier is permitted to appear only on
80 called for a mapping for which the ``ompx_hold`` map type modifier
82 * Like the ``present`` map type modifier, the ``ompx_hold`` map type
83 modifier applies to an entire struct if it's specified for any
86 modifier.
94 * The ``ompx_hold`` map type modifier selects an alternate reference
103 * The runtime determines that the ``ompx_hold`` map type modifier is
123 our map type modifier extension. We chose the name *hold* for that
[all …]
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-ar.rst50 :option:`D` modifier being enabled by default. If you wish to maintain
52 :option:`U` modifier to write actual timestamps and UIDs/GIDs.
97 entire ``archive`` is printed. With the :option:`v` modifier,
114 modifier and will append the archive file. The :option:`L` modifier is not
118 If the :option:`L` modifier is specified the members will be appended
136 modifier, :program:`llvm-ar` also prints out the file type (B=bitcode,
149 Extract ``archive`` members back to files. The :option:`o` modifier applies
173 modifier is identical to the :option:`i` modifier.
209 When printing *files* or the ``archive`` table of contents, this modifier
222 ``archive`` is being created. Using this modifier turns off
[all …]
/llvm-project-15.0.7/libc/cmake/modules/
H A DLLVMLibCFlagRules.cmake29 function(extract_flag_modifier input_flag output_flag modifier)
33 set(${modifier} "NO" PARENT_SCOPE)
37 set(${modifier} "ONLY" PARENT_SCOPE)
40 set(${modifier} "" PARENT_SCOPE)
51 extract_flag_modifier(${input_flag} flag modifier)
110 # Given a `flag` without modifier, scan through the list of dependency, append
H A DLLVMLibCObjectRules.cmake142 extract_flag_modifier(${flag} real_flag modifier)
144 if(NOT "${modifier}" STREQUAL "NO")
154 if("${real_flag}" STREQUAL "" OR "${modifier}" STREQUAL "ONLY")
164 if("${modifier}" STREQUAL "")
458 extract_flag_modifier(${flag} real_flag modifier)
460 if(NOT "${modifier}" STREQUAL "NO")
470 if("${real_flag}" STREQUAL "" OR "${modifier}" STREQUAL "ONLY")
480 if("${modifier}" STREQUAL "")
H A DLLVMLibCLibraryRules.cmake212 extract_flag_modifier(${flag} real_flag modifier)
214 if(NOT "${modifier}" STREQUAL "NO")
224 if("${real_flag}" STREQUAL "" OR "${modifier}" STREQUAL "ONLY")
234 if("${modifier}" STREQUAL "")
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stub.cpp100 void omp_set_schedule(omp_sched_t kind, omp_int_t modifier) { in omp_set_schedule() argument
102 __kmps_set_schedule((kmp_sched_t)kind, modifier); in omp_set_schedule()
266 void __kmps_set_schedule(kmp_sched_t kind, int modifier) { in __kmps_set_schedule() argument
269 __kmps_sched_modifier = modifier; in __kmps_set_schedule()
272 void __kmps_get_schedule(kmp_sched_t *kind, int *modifier) { in __kmps_get_schedule() argument
275 *modifier = __kmps_sched_modifier; in __kmps_get_schedule()
H A Dkmp_stub.h41 void __kmps_set_schedule(kmp_sched_t kind, int modifier);
42 void __kmps_get_schedule(kmp_sched_t *kind, int *modifier);
/llvm-project-15.0.7/llvm/test/FileCheck/
H A Dcheck-literal.txt3 ;; This tests the LITERAL directive modifier.
43 ;; Ensure invalid modifier skipped.
53 ;; LITERAL modifier matches.
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp19 SystemZCP::SystemZCPModifier modifier) in SystemZConstantPoolValue() argument
20 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {} in SystemZConstantPoolValue()
/llvm-project-15.0.7/openmp/runtime/test/tasking/
H A Dkmp_taskloop_5.c61 int nogroup, int sched, kmp_int64 grainsize, int modifier,
91 void task_loop(int sched_type, int sched_val, int modifier) in task_loop() argument
125 modifier, // strict modifier in task_loop()
/llvm-project-15.0.7/llvm/docs/AMDGPU/
H A Dgfx8_vdata_a9eee3.rst20 …* For GFX8.0 this modifier does not affect size of data elements in registers. Data in registers a…
21 …* Starting from GFX8.1 this modifier specifies that data elements in registers are packed; each va…
H A Dgfx8_vdst_0b9599.rst20 …* For GFX8.0 this modifier does not affect size of data elements in registers. Data in registers a…
21 …* Starting from GFX8.1 this modifier specifies that data elements in registers are packed; each va…
H A Dgfx8_vdst_e0515f.rst21 …* For GFX8.0 this modifier does not affect size of data elements in registers. Data in registers a…
22 …* Starting from GFX8.1 this modifier specifies that data elements in registers are packed; each va…
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp36 ARMCP::ARMCPModifier modifier, in ARMConstantPoolValue() argument
39 PCAdjust(PCAdj), Modifier(modifier), in ARMConstantPoolValue()
45 ARMCP::ARMCPModifier modifier, in ARMConstantPoolValue() argument
48 LabelId(id), Kind(kind), PCAdjust(PCAdj), Modifier(modifier), in ARMConstantPoolValue()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-acc-structure.cpp356 if (const auto &modifier{ in CHECK_REQ_SCALAR_INT_CONSTANT_CLAUSE() local
358 if (modifier->v != parser::AccDataModifier::Modifier::Zero) { in CHECK_REQ_SCALAR_INT_CONSTANT_CLAUSE()
373 if (const auto &modifier{ in Enter() local
378 if (modifier->v != parser::AccDataModifier::Modifier::ReadOnly) { in Enter()
393 if (const auto &modifier{ in Enter() local
398 if (modifier->v != parser::AccDataModifier::Modifier::Zero) { in Enter()

123456