Home
last modified time | relevance | path

Searched refs:modified (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/llvm-project/clang/test/SemaObjC/
H A Dexternally-retained.m18 …e = 0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in …
19 …f = 0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in …
20 …}; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in ARC}}
26 …a = 0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in …
36 …p = 0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in …
45 …0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in ARC}}
51 …0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in ARC}}
61 …0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in ARC}}
68 …0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in ARC}}
74 …0; // expected-error{{variable declared with 'objc_externally_retained' cannot be modified in ARC}}
[all …]
/llvm-project/llvm/test/CodeGen/AArch64/
H A Daarch64-ldst-modified-baseReg.mir5 # has been modified in between these two ldr instructions, the conversion should not
14 # CHECK-LABEL: name: ldr-modified-baseReg-no-ldp1
21 name: ldr-modified-baseReg-no-ldp1
33 # CHECK-LABEL: name: str-modified-baseReg-no-stp1
40 name: str-modified-baseReg-no-stp1
52 # CHECK-LABEL: name: ldr-modified-baseReg-no-ldp2
59 name: ldr-modified-baseReg-no-ldp2
71 # CHECK-LABEL: name: ldr-modified-baseReg-no-ldp3
78 name: ldr-modified-baseReg-no-ldp3
90 # CHECK-LABEL: name: ldr-modified-baseAddr-convert-to-ldp
[all …]
/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Dreplace-store-of-insert-load.ll16 %modified = insertelement <4 x float> %loaded, float %arg, i64 3
17 store <4 x float> %modified, ptr addrspace(1) %in
29 %modified = insertelement <6 x float> %loaded, float %arg, i64 4
30 store <6 x float> %modified, ptr addrspace(1) %in
42 %modified = insertelement <4 x double> %loaded, double %arg, i64 1
43 store <4 x double> %modified, ptr addrspace(1) %in
55 %modified = insertelement <8 x double> %loaded, double %arg, i64 7
56 store <8 x double> %modified, ptr addrspace(1) %in
H A Dcoalescing-with-subregs-in-loop-bug.mir8 # %31 (defined and subreg-modified in the loop, and used after the loop)
24 # So this coalesces together into a single 128 bit value whose sub1 is modified
25 # in the loop, but the sub2 used in the V_LSHLREV is not modified in the loop.
/llvm-project/llvm/test/MC/Hexagon/
H A Dmultiple-pc4.s6 # CHECK: rror: register {{.+}} modified more than once
9 # CHECK: rror: register {{.+}} modified more than once
12 # CHECK-NOT: rror: register {{.+}} modified more than once
17 # CHECK-NOT: rror: register {{.+}} modified more than once
H A Dc4_newval.s7 # CHECK: error: register `P0' used with `.new' but not validly modified in the same packet
12 # CHECK: error: register `P0' used with `.new' but not validly modified in the same packet
18 # CHECK: error: register `P0' used with `.new' but not validly modified in the same packet
/llvm-project/bolt/test/X86/
H A Ddwarf5-debug-line-not-modified.test3 …-filetype=obj -triple x86_64-unknown-linux %p/Inputs/dwarf5-debug-line-not-modified-main.s -o %t1.o
4 …letype=obj -triple x86_64-unknown-linux %p/Inputs/dwarf5-debug-line-not-modified-helper-variable.s…
5 …iletype=obj -triple x86_64-unknown-linux %p/Inputs/dwarf5-debug-line-not-modified-helper.s -o %t3.o
10 …est checks that BOLT generates correct debug_line_str when one of CU contributions is not modified.
/llvm-project/llvm/test/MC/Mips/
H A Dhigher-highest-addressing.s32 # Check the case where relocations are not modified by adding +1. The constant
43 # Check the case where %higher is modified by adding +1.
50 # Check the case where both %higher and %highest are modified by adding +1.
/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.def35 /// The generic ARM ABI is a modified version of the Itanium ABI
72 /// The generic AArch64 ABI is also a modified version of the Itanium ABI,
83 /// The generic Mips ABI is a modified version of the Itanium ABI.
89 /// The WebAssembly ABI is a modified version of the Itanium ABI.
104 /// The Fuchsia ABI is a modified version of the Itanium ABI.
110 /// The XL ABI is the ABI used by IBM xlclang compiler and is a modified
/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
H A Darchive-unknown-members.test4 ## detectable, if the file were modified.
14 ## Verify that the archive was not modified, if any member couldn't be recognized.
30 ## Verify that the first member was not modified, if a later member could not
H A Dstrip-debug.test6 # Verify that the previous run of llvm-objcopy has not modified the input.
64 # Verify that %t.non-object.a has not been modified.
77 # Verify that the member of a thin archive was properly modified.
85 # Verify that in the case of error thin archive and its memebers are not getting modified.
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Dconcat-nested-namespaces.rst8 Inline namespaces are not modified.
40 Will be modified to:
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/misc/
H A Dconst-correctness.rst12 Please note that this check's analysis is type-based only. Variables that are not modified
68 // Declare a variable that will not be modified.
142 // Result is modified later in its life-time. No diagnostic and fixit hint will be emitted.
156 // The reference 'ref_value' is not modified and can be made 'const int &ref_value = value;'
162 // Result is modified later in its life-time. No diagnostic and fixit hint will be emitted.
/llvm-project/llvm/test/MC/ARM/
H A Dt2-modified-immediate-fixup.s7 @ Thumb2 modified immediate instructions
32 @ mov without :upper16: or :lower16: should match mov with modified immediate
/llvm-project/clang/test/PCH/
H A Dmodified-module-dependency.m5 // RUN: cp %S/modified-module-dependency.module.map %t-dir/module.modulemap
17 // CHECK: file '[[TEST_H:.*[/\\]test\.h]]' has been modified since the precompiled header '[[PREFIX…
H A Dverify_pch.m20 // CHECK-STALE-DEP: file '{{.*}}.h' has been modified since the precompiled header '{{.*}}.pch' was…
28 // CHECK-STALE-SYS-H: file '{{.*}}sys_header.h' has been modified since the precompiled header '{{.…
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A DREADME.txt13 program, now modified to implement a sort of 'lazy' compilation.
16 that has been modified to disable most stderr output for timing purposes.
/llvm-project/llvm/lib/Target/Mips/
H A DMipsOs16.cpp120 bool modified = false; in runOnModule() local
157 return modified; in runOnModule()
/llvm-project/mlir/test/Transforms/
H A Dparametric-tiling.mlir51 // This loop is not modified in TILE_7 case.
54 // But is modified in TILE_74 case.
116 // This loop is not modified in TILE_7 case.
119 // But is modified in TILE_74 case.
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVMergeRegionExitTargets.cpp219 /// Returns true if a region/sub-region was modified, false otherwise. in validateRegionExits()
220 /// This returns as soon as one region/sub-region has been modified. in validateRegionExits()
256 // FIXME: very inefficient method: each time a region is modified, we bubble in runOnFunction()
260 bool modified = false;
262 modified = true; in getAnalysisUsage()
268 return modified;
247 bool modified = false; runOnFunction() local
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
H A DREADME.txt13 program, now modified to accept an input IR file on the command line and,
17 that has been modified to support the input IR file command line option.
/llvm-project/libcxx/docs/DesignDocs/
H A DPSTLIntegration.rst9 decided to adopt a modified PSTL in libc++. Specifically, the goals of the modified PSTL are
/llvm-project/llvm/test/DebugInfo/COFF/
H A Dint8-char-type.ll49 ; Manually modified to use DW_ATE_unsigned
52 ; Manually modified to use DW_ATE_signed
/llvm-project/llvm/test/Transforms/GVNHoist/
H A Dhoist-call.ll97 ; Ensure we don't hoist loads that are modified by callbr.
124 ; Ensure we do hoist loads that aren't modified by callbr, if the callbr has
151 ; Ensure we don't hoist loads that are modified by callbr, if the callbr has
178 ; Ensure we hoist loads that are modified by callbr, if the callbr has the
/llvm-project/llvm/test/tools/llvm-objcopy/MachO/
H A Ddiscard-all.test4 ## Verify that llvm-objcopy has not modified the input.
9 ## Verify that llvm-objcopy has not modified the input.

12345678910>>...17