| /llvm-project-15.0.7/llvm/test/Transforms/SCCP/ |
| H A D | undef-resolve.ll | 31 ; CHECK: control.outer.outer.control.outer.outer.split_crit_edge: 61 ; CHECK: control: 89 control.outer.loopexit.us-lcssa: ; preds = %control 99 …br i1 %tmp4, label %control.outer.outer.split.us, label %control.outer.outer.control.outer.outer.s… 101 control.outer.outer.control.outer.outer.split_crit_edge: ; preds = %control.outer.outer 110 br label %control.us 116 br label %control.us 127 control.outer.loopexit.us-lcssa.us: ; preds = %control.us 136 control.outer: ; preds = %bb3, %control.outer.outer.control.oute… 139 br label %control [all …]
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | NewDelete-checker-test.cpp | 287 control_block *control; member in reference_count::shared_ptr 290 shared_ptr() : p(0), control(0) {} in shared_ptr() 292 control->retain(); in shared_ptr() 294 shared_ptr(const shared_ptr &other) : p(other.p), control(other.control) { in shared_ptr() 295 if (control) in shared_ptr() 296 control->retain(); in shared_ptr() 299 if (control && control->release() == 0) { in ~shared_ptr() 301 delete control; in ~shared_ptr() 314 control_block *ctrlTmp = control; in swap() 315 control = other.control; in swap() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | NativeRegisterContextDBReg_arm64.cpp | 88 m_hbp_regs[bp_index].control = control_value; in SetHardwareBreakpoint() 95 m_hbp_regs[bp_index].control &= ~1; in SetHardwareBreakpoint() 127 m_hbp_regs[hw_idx].control &= ~g_enable_bit; in ClearHardwareBreakpoint() 134 m_hbp_regs[hw_idx].control = tempControl; in ClearHardwareBreakpoint() 184 m_hbp_regs[i].control &= ~g_enable_bit; in ClearAllHardwareBreakpoints() 191 m_hbp_regs[i].control = tempControl; in ClearAllHardwareBreakpoints() 296 m_hwp_regs[wp_index].control = control_value; in SetHardwareWatchpoint() 336 m_hwp_regs[wp_index].control &= ~g_enable_bit; in ClearHardwareWatchpoint() 343 m_hwp_regs[wp_index].control = tempControl; in ClearHardwareWatchpoint() 368 m_hwp_regs[i].control &= ~g_enable_bit; in ClearAllHardwareWatchpoints() [all …]
|
| /llvm-project-15.0.7/polly/www/video-js/ |
| H A D | video-js.css | 81 .vjs-controls > div.vjs-time-control { width: 75px; right: 90px; } /* Time control and progr… 85 /* Removing curved corners on progress control and time control to join them. */ 86 .vjs-controls > div.vjs-progress-control { 90 .vjs-controls > div.vjs-time-control { 97 .vjs-play-control { cursor: pointer !important; } 100 .vjs-paused .vjs-play-control span { 107 .vjs-playing .vjs-play-control span { 146 .vjs-volume-control { cursor: pointer !important; } 149 .vjs-volume-control div span { /* Individual volume bars */ 166 .vjs-fullscreen-control { cursor: pointer !important; } [all …]
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/ |
| H A D | control.py | 290 def __init__(self, control): argument 291 self.ptr = control 292 self.control = control.contents 293 self.vt = self.control.lpVtbl.contents 298 ret = self.vt.GetExecutionStatus(self.control, byref(self.ulong)) 307 res = self.vt.SetExecutionStatus(self.control, status.value) 312 ret = self.vt.WaitForEvent(self.control, 0, timeout) 347 res = self.vt.RemoveBreakpoint2(self.control, bp.breakpoint) 368 res = self.vt.Execute(self.control, 0, command.encode('ascii'), 0) 377 res = self.vt.SetExpressionSyntax(self.control, syntax) [all …]
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_union_templ.c | 291 S(UNION,transform_control) *control = data->control; in FN() 294 if (control->filter) { in FN() 297 handle = control->filter(part, control->filter_user); in FN() 304 if (!control->inplace) in FN() 306 if (control->fn) in FN() 307 part = control->fn(part, control->fn_user); in FN() 308 if (control->inplace) in FN() 326 if (control->inplace) { in FN() 329 if (control->space) in FN() 337 if (!control->inplace) in FN() [all …]
|
| H A D | isl_union_map.c | 969 if (data->control->filter) { in bin_try_get_match() 1931 struct isl_un_op_control *control = data->control; in un_entry() local 1934 if (control->filter) { in un_entry() 1937 ok = control->filter(map, control->filter_user); in un_entry() 1946 map = control->fn_map2(map, control->fn_map2_user); in un_entry() 1951 if (control->inplace) { in un_entry() 1977 if (!!control->fn_map && !!control->fn_map2) in un_op() 1981 if ((control->inplace || control->total) && control->filter) in un_op() 1987 control->inplace = 1; in un_op() 1988 if (control->inplace) { in un_op() [all …]
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeRegisterContextLinux_arm.cpp | 321 if ((m_hbr_regs[i].control & 1) == 0) { in SetHardwareBreakpoint() 341 m_hbr_regs[bp_index].control &= ~1; in SetHardwareBreakpoint() 366 m_hbr_regs[hw_idx].control &= ~1; in ClearHardwareBreakpoint() 420 if (m_hbr_regs[i].control & 0x01) { in ClearAllHardwareBreakpoints() 423 tempControl = m_hbr_regs[i].control; in ClearAllHardwareBreakpoints() 426 m_hbr_regs[i].control &= ~1; in ClearAllHardwareBreakpoints() 554 m_hwp_regs[wp_index].control &= ~1; in SetHardwareWatchpoint() 581 m_hwp_regs[wp_index].control &= ~1; in ClearHardwareWatchpoint() 608 if (m_hwp_regs[i].control & 0x01) { in ClearAllHardwareWatchpoints() 611 tempControl = m_hwp_regs[i].control; in ClearAllHardwareWatchpoints() [all …]
|
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | Format.cpp | 116 FormatControl<decltype(context)> control{ in TEST() 120 context.Report(/*edit=*/control.GetNextDataEdit(context, repeat)); in TEST() 122 control.Finish(context); in TEST() 150 FormatControl<decltype(context)> control{ in TEST() 154 context.Report(/*edit=*/control.GetNextDataEdit(context, repeat)), in TEST() 163 FormatControl<decltype(context)> control{ in TEST() 167 context.Report(/*edit=*/control.GetNextDataEdit(context, repeat)), in TEST() 176 FormatControl<decltype(context)> control{ in TEST() 180 context.Report(/*edit=*/control.GetNextDataEdit(context, repeat)), in TEST()
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | emutls.c | 289 static __inline void *emutls_allocate_object(__emutls_control *control) { in emutls_allocate_object() argument 294 size_t size = control->size; in emutls_allocate_object() 295 size_t align = control->align; in emutls_allocate_object() 304 if (control->value) in emutls_allocate_object() 305 memcpy(base, control->value, size); in emutls_allocate_object() 312 static __inline uintptr_t emutls_get_index(__emutls_control *control) { in emutls_get_index() argument 317 index = control->object.index; in emutls_get_index() 320 __atomic_store_n(&control->object.index, index, __ATOMIC_RELEASE); in emutls_get_index() 392 void *__emutls_get_address(__emutls_control *control) { in __emutls_get_address() argument 393 uintptr_t index = emutls_get_index(control); in __emutls_get_address() [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGen/X86/ |
| H A D | waitpkg.c | 15 uint8_t test_umwait(uint32_t control, uint64_t counter) { in test_umwait() argument 18 return _umwait(control, counter); in test_umwait() 21 uint8_t test_tpause(uint32_t control, uint64_t counter) { in test_tpause() argument 24 return _tpause(control, counter); in test_tpause()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | CFIVerify.rst | 14 indirect control flow operations are protected by CFI, and should output these 33 indirect control flow instructions are identified. 39 implemented around all indirect control flows by analysing the output machine 44 Unprotected indirect control flow instructions will be flagged for manual 45 review. These unexpected control flows may simply have not been accounted for in 64 The tool would operate by searching for indirect control flow instructions in 65 the disassembly. A control flow graph would be generated from a small buffer of 66 the instructions surrounding the 'target' control flow instruction. If the 70 conditional jump target should be the CFI trap. If an indirect control flow 87 present in these sections has already violated the control flow integrity. [all …]
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | parse-tree.cpp | 75 const std::optional<LoopControl> &control{ in GetLoopControl() local 77 return control; in GetLoopControl() 81 const std::optional<LoopControl> &control{GetLoopControl()}; in IsDoNormal() local 82 return control && std::holds_alternative<LoopControl::Bounds>(control->u); in IsDoNormal() 86 const std::optional<LoopControl> &control{GetLoopControl()}; in IsDoWhile() local 87 return control && std::holds_alternative<ScalarLogicalExpr>(control->u); in IsDoWhile() 91 const std::optional<LoopControl> &control{GetLoopControl()}; in IsDoConcurrent() local 92 return control && std::holds_alternative<LoopControl::Concurrent>(control->u); in IsDoConcurrent()
|
| /llvm-project-15.0.7/openmp/runtime/test/worksharing/for/ |
| H A D | omp_parallel_for_if.c | 12 int control; in test_omp_parallel_for_if() local 14 control = 0; in test_omp_parallel_for_if() 19 #pragma omp parallel for private(i) if (control==1) in test_omp_parallel_for_if()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVBarrierOps.td | 32 instruction is used in control flow that is non-uniform within 34 this instruction in non-uniform control flow is defined by the client 41 both a control barrier and a memory barrier (that is, without needing 61 control-barrier-op ::= `spv.ControlBarrier` scope, scope, memory-semantics 95 control is ensured only for memory accesses issued by this invocation 102 of control to apply. 104 To execute both a memory barrier and a control barrier, see
|
| /llvm-project-15.0.7/libc/src/__support/FPUtil/aarch64/ |
| H A D | fenv_darwin_impl.h | 72 static inline uint32_t exception_value_from_control(int control) { in exception_value_from_control() 73 return (control & __fpcr_trap_invalid ? EX_INVALID : 0) | in exception_value_from_control() 74 (control & __fpcr_trap_divbyzero ? EX_DIVBYZERO : 0) | in exception_value_from_control() 75 (control & __fpcr_trap_overflow ? EX_OVERFLOW : 0) | in exception_value_from_control() 76 (control & __fpcr_trap_underflow ? EX_UNDERFLOW : 0) | in exception_value_from_control() 77 (control & __fpcr_trap_inexact ? EX_INEXACT : 0) | in exception_value_from_control() 78 (control & __fpcr_flush_to_zero ? EX_FLUSHTOZERO : 0); in exception_value_from_control()
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | merge-control-file.test | 13 # Test what happens if the control file is junk. 20 JUNK: MERGE-OUTER: non-empty control file provided: {{.*}}MCF 21 JUNK: MERGE-OUTER: bad control file, will overwrite it 24 # Check valid control files 29 OK_0: MERGE-OUTER: control file ok, 3 files total, first not processed file 0 39 OK_2: MERGE-OUTER: control file ok, 3 files total, first not processed file 2
|
| H A D | merge_two_step.test | 25 CHECK2: MERGE-OUTER: non-empty control file provided 26 CHECK2: MERGE-OUTER: control file ok, 3 files total, first not processed file 3 27 …GE-OUTER: starting merge from scratch, but reusing coverage information from the given control file 29 CHECK2: MERGE-INNER: using the control file
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/Transforms/ |
| H A D | Passes.td | 23 The pass is capable of handling branching control flow and reports all 25 reported if at least one of the control flow paths between the definition of 29 other control flow simplifications can be performed on the transform IR 31 control flow interfaces.
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | ControlFlowInterfaces.td | 10 // about control flow operations, e.g. branches. 28 This interface is meant to model well-defined cases of control-flow of 29 value propagation, where what occurs along control-flow edges is assumed to 32 `areTypesCompatible` can be implemented to compare types along control-flow 94 This method is called to compare types along control-flow edges. By 122 expressing control flow information for region holding operations. 124 This interface is meant to model well-defined cases of control-flow of 125 value propagation, where what occurs along control-flow edges is assumed to 152 are the regions that may be selected during the flow of control. If 193 This method is called to compare types along control-flow edges. By [all …]
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/ |
| H A D | Deserializer.h | 41 uint32_t control; // Selection/loop control member 43 BlockMergeInfo(Location location, uint32_t control) in BlockMergeInfo() 45 control(control) {} in BlockMergeInfo() 46 BlockMergeInfo(Location location, uint32_t control, Block *m, 48 : mergeBlock(m), continueBlock(c), loc(location), control(control) {} in mergeBlock()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | waitpkg-intrinsics.ll | 21 define i8 @test_umwait(i32 %control, i32 %counter_high, i32 %counter_low) { 39 call i8 @llvm.x86.umwait(i32 %control, i32 %counter_high, i32 %counter_low) 43 define i8 @test_tpause(i32 %control, i32 %counter_high, i32 %counter_low) { 61 call i8 @llvm.x86.tpause(i32 %control, i32 %counter_high, i32 %counter_low)
|
| /llvm-project-15.0.7/polly/test/GPGPU/ |
| H A D | privatization.ll | 17 ; void checkPrivatization(int A[], int B[], int C[], int control) { 22 ; if (control) 32 define void @checkPrivatization(i32* %A, i32* %B, i32* %C, i32 %control) { 41 %tobool = icmp eq i32 %control, 0
|
| H A D | privatization-simple.ll | 14 ; void f(int A[], int B[], int control, int C[]) { 19 ; if(control) x = C[i]; 28 define void @f(i32* %A, i32* %B, i32 %control, i32* %C) { 37 %tobool = icmp eq i32 %control, 0
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/ |
| H A D | fail_with_control_chars.txt | 1 # Run a command that fails and prints control characters on stdout. 4 # RUN: %{python} %S/write-control-chars.py
|