Home
last modified time | relevance | path

Searched refs:changed (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSparseBitVector.h179 changed = true; in unionWith()
181 return changed; in unionWith()
209 changed = true; in intersectWith()
212 return changed; in intersectWith()
232 changed = true; in intersectWithComplement()
235 return changed; in intersectWithComplement()
574 changed = true;
584 return changed;
629 changed = true;
632 return changed;
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Dpr33605.ll8 ; bool changed = false;
14 ; changed = true;
17 ; return changed;
37 %changed.0.off0 = phi i1 [ false, %entry ], [ %changed.1.off0, %if.end ]
43 %changed.0.off0.lcssa = phi i1 [ %changed.0.off0, %for.cond ]
44 ret i1 %changed.0.off0.lcssa
60 %changed.1.off0 = phi i1 [ true, %if.then ], [ %changed.0.off0, %for.body ]
/llvm-project-15.0.7/mlir/lib/IR/
H A DSubElementInterfaces.cpp108 FailureOr<bool> &changed, in updateSubElementImpl() argument
111 if (failed(changed)) in updateSubElementImpl()
125 changed = failure(); in updateSubElementImpl()
132 changed = failure(); in updateSubElementImpl()
141 changed = true; in updateSubElementImpl()
155 FailureOr<bool> changed = false; in replaceSubElementsImpl() local
163 element, walkAttrsFn, visitedAttrs, newAttrs, changed, in replaceSubElementsImpl()
168 element, walkTypesFn, visitedTypes, newTypes, changed, in replaceSubElementsImpl()
171 if (failed(changed)) in replaceSubElementsImpl()
175 if (!*changed) in replaceSubElementsImpl()
/llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/
H A Dpr33605.ll8 ; bool changed = false;
14 ; changed = true;
17 ; return changed;
37 %changed.0.off0 = phi i1 [ false, %entry ], [ %changed.1.off0, %if.end ]
43 %changed.0.off0.lcssa = phi i1 [ %changed.0.off0, %for.cond ]
44 ret i1 %changed.0.off0.lcssa
60 %changed.1.off0 = phi i1 [ true, %if.then ], [ %changed.0.off0, %for.body ]
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DGreedyPatternRewriteDriver.cpp145 bool changed = false; in simplify() local
181 changed = false; in simplify()
210 changed = true; in simplify()
285 } while (changed && in simplify()
290 return !changed; in simplify()
470 changed = false; in simplifyLocally()
484 changed = true; in simplifyLocally()
496 } while (changed && in simplifyLocally()
602 changed = true; in simplifyLocally()
632 changed = true; in simplifyLocally()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp141 bool changed = false; in fixupX86StructRetCalls() local
198 changed = true; in fixupX86StructRetCalls()
200 return changed; in fixupX86StructRetCalls()
216 bool changed = false; in fixupRSAllocationStructByValCalls() local
238 changed = true; in fixupRSAllocationStructByValCalls()
249 changed = true; in fixupRSAllocationStructByValCalls()
253 return changed; in fixupRSAllocationStructByValCalls()
264 bool changed = false; in fixupX86_64FunctionCalls() local
265 changed |= fixupX86StructRetCalls(module); in fixupX86_64FunctionCalls()
266 changed |= fixupRSAllocationStructByValCalls(module); in fixupX86_64FunctionCalls()
[all …]
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValuePathMappings.cpp60 bool changed = false; in SetValueFromString() local
69 changed = true; in SetValueFromString()
78 if (changed) in SetValueFromString()
100 bool changed = false; in SetValueFromString() local
107 changed = true; in SetValueFromString()
116 if (changed) in SetValueFromString()
133 bool changed = false; in SetValueFromString() local
142 changed = true; in SetValueFromString()
152 if (changed) in SetValueFromString()
/llvm-project-15.0.7/llvm/test/Other/
H A Dchange-printer.ll1 ; Simple checks of -print-changed functionality
41 ; Simple print-before-changed functionality check.
42 ; RUN: opt -S -print-changed -print-before-changed -passes=instsimplify 2>&1 -o /dev/null < %s | Fi…
44 ; Check print-before-changed obeys the function filtering
45 ; RUN: opt -S -print-changed -print-before-changed -passes=instsimplify -filter-print-funcs=f 2>&1…
48 ; RUN: opt -S -print-changed -print-before-changed -passes=instsimplify -print-module-scope 2>&1 -o…
50 ; Simple checks of -print-changed=quiet functionality
88 ; Simple print-before-changed functionality check.
89 ; RUN: opt -S -print-changed=quiet -print-before-changed -passes=instsimplify 2>&1 -o /dev/null < %…
91 ; Check print-before-changed obeys the function filtering
[all …]
H A Dprint-changed-machine.ll2 ; RUN: llc -filetype=null -mtriple=aarch64 -O0 -print-changed %s 2>&1 | FileCheck %s --check-prefix…
3 ; RUN: llc -filetype=null -mtriple=aarch64 -O0 -print-changed -filter-print-funcs=foo %s 2>&1 | Fil…
21 ; RUN: llc -filetype=null -mtriple=aarch64 -O0 -print-changed=quiet %s 2>&1 | FileCheck %s --check-…
28 ; RUN: llc -filetype=null -mtriple=aarch64 -O0 -print-changed=diff %s 2>&1 | FileCheck %s --check-p…
H A Dmachine-size-remarks.ll16 ; CHECK-SAME: main: MI Instruction count changed from 0
19 ; CHECK-SAME: MI Instruction count changed from [[INIT]] to
31 ; CHECK-NEXT: - String: 'MI Instruction count changed from '
46 ; CHECK-NEXT: - String: 'MI Instruction count changed from '
/llvm-project-15.0.7/libcxx/utils/libcxx/sym_check/
H A Ddiff.py39 changed = []
46 changed += [(old_sym, new_sym)]
47 return changed
53 changed = changed_symbols(old, new)
54 return added, removed, changed
/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Dsection-flags-changed.s6 # CHECK: {{.*}}.s:[[# @LINE+1]]:1: error: changed section flags for .foo, expected: 0x6
9 # CHECK: {{.*}}.s:[[# @LINE+1]]:1: error: changed section flags for .foo, expected: 0x6
12 # CHECK: {{.*}}.s:[[# @LINE+1]]:1: error: changed section flags for .foo, expected: 0x6
H A Dsymbol-binding-changed.s3 # CHECK: {{.*}}.s:[[#@LINE+3]]:1: error: local changed binding to STB_GLOBAL
9 # CHECK: {{.*}}.s:[[#@LINE+3]]:1: warning: global changed binding to STB_WEAK
14 # CHECK: {{.*}}.s:[[#@LINE+3]]:1: error: weak changed binding to STB_LOCAL
/llvm-project-15.0.7/mlir/lib/Analysis/
H A DDataFlowFramework.cpp98 ChangeResult changed) { in propagateIfChanged() argument
99 if (changed == ChangeResult::Change) { in propagateIfChanged()
136 ChangeResult changed) { in propagateIfChanged() argument
137 solver.propagateIfChanged(state, changed); in propagateIfChanged()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Linalg/
H A DTestLinalgFusionTransforms.cpp39 bool changed = false; in fuseLinalgOpsGreedily() local
56 changed = true; in fuseLinalgOpsGreedily()
69 changed = true; in fuseLinalgOpsGreedily()
81 return changed ? success() : failure(); in fuseLinalgOpsGreedily()
/llvm-project-15.0.7/llvm/test/Transforms/PhaseOrdering/
H A Dsimplifycfg-options.ll38 %changed.0.off0 = phi i1 [ false, %entry ], [ %changed.1.off0, %if.end ]
44 %changed.0.off0.lcssa = phi i1 [ %changed.0.off0, %for.cond ]
45 ret i1 %changed.0.off0.lcssa
61 %changed.1.off0 = phi i1 [ true, %if.then ], [ %changed.0.off0, %for.body ]
/llvm-project-15.0.7/clang/test/Index/
H A Dpreamble-reparse-changed-module.m6 // RUN: cp %S/Inputs/preamble-reparse-changed-module/module.modulemap %t/mod
7 // RUN: cp %S/Inputs/preamble-reparse-changed-module/head.h %t/mod
9 // RUN: env CINDEXTEST_EDITING=1 CINDEXTEST_EXECUTE_COMMAND="cp %S/Inputs/preamble-reparse-changed-…
/llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/
H A DIntegerRangeAnalysis.cpp95 ChangeResult changed = lattice->join(attrs); in visitOperation() local
107 changed |= lattice->markPessimisticFixpoint(); in visitOperation()
109 propagateIfChanged(lattice, changed); in visitOperation()
138 ChangeResult changed = lattice->join(attrs); in visitNonControlFlowArguments() local
149 changed |= lattice->markPessimisticFixpoint(); in visitNonControlFlowArguments()
151 propagateIfChanged(lattice, changed); in visitNonControlFlowArguments()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DHoisting.cpp350 bool changed = true; in hoistRedundantVectorTransfersOnTensor() local
351 while (changed) { in hoistRedundantVectorTransfersOnTensor()
352 changed = false; in hoistRedundantVectorTransfersOnTensor()
383 changed = true; in hoistRedundantVectorTransfersOnTensor()
393 if (changed) { in hoistRedundantVectorTransfersOnTensor()
402 bool changed = true; in hoistRedundantVectorTransfers() local
403 while (changed) { in hoistRedundantVectorTransfers()
404 changed = false; in hoistRedundantVectorTransfers()
511 changed = true; in hoistRedundantVectorTransfers()
/llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug-line.s106 .byte 0x4 ## DW_LNS_set_file - shows file can be changed to an arbitrary value.
108 .byte 0x5 ## DW_LNS_set_column - shows column can be changed.
111 .byte 0x8 ## DW_LNS_const_add_pc - shows address can be changed.
112 .byte 0xC ## DW_LNS_set_isa - shows isa register value can be changed.
114 .byte 0, 0x2, 0x4 ## DW_LNE_set_discriminator - shows discriminator can be changed.
116 ## These lines all show that the printed boolean register values can be changed.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dimplicit-bool-conversion.rst29 changed from ``bool`` to ``int``. The programmer forgot to change all
87 - ``bool boolean = floating;`` is changed to
96 - ``if (!pointer)`` is changed to ``if (pointer == nullptr)``,
102 - ``int integer = boolean;`` is changed to
108 - ``functionTakingBool(0);`` is changed to ``functionTakingBool(false);``,
110 - ``functionTakingInt(true);`` is changed to ``functionTakingInt(1);``,
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dwiden_load-1.ll22 %changed = alloca i32, align 4 ; <ptr> [#uses=3]
26 store i32 0, ptr %changed, align 4
29 call void @killcommon(ptr %changed)
33 %r5 = load i32, ptr %changed, align 4 ; <i32> [#uses=1]
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dinfinite-loop.rst6 Finds obvious infinite loops (loops where the condition variable is not changed
11 the loop condition is not changed. This check detects such loops. A loop is
24 For example, the following loop is considered infinite `i` is not changed in
/llvm-project-15.0.7/llvm/test/Other/ChangePrinters/
H A Dprint-changed-diff.ll1 ; Simple checks of -print-changed=diff
6 ; RUN: opt -S -print-changed=diff -passes=instsimplify 2>&1 -o /dev/null < %s | FileCheck %s --chec…
10 ; RUN: opt -S -print-changed=diff -passes=instsimplify -filter-print-funcs=f 2>&1 -o /dev/null < %…
14 ; RUN: opt -S -print-changed=diff -passes=instsimplify -print-module-scope 2>&1 -o /dev/null < %s |…
17 ; RUN: opt -S -print-changed=diff -passes=instsimplify -filter-print-funcs="f,g" 2>&1 -o /dev/null …
33 ; Simple checks of -print-changed=diff-quiet
38 ; RUN: opt -S -print-changed=diff-quiet -passes=instsimplify 2>&1 -o /dev/null < %s | FileCheck %s …
65 ; Simple checks of -print-changed=cdiff
70 ; RUN: opt -S -print-changed=cdiff -passes=instsimplify 2>&1 -o /dev/null < %s | FileCheck %s --che…
97 ; Simple checks of -print-changed=cdiff-quiet
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp89 bool changed = false; in LoadAllImagesAtFileAddresses() local
120 changed = true; in LoadAllImagesAtFileAddresses()
126 if (changed) in LoadAllImagesAtFileAddresses()

12345678910>>...16