Home
last modified time | relevance | path

Searched refs:toggle (Results 1 – 17 of 17) sorted by relevance

/llvm-project/clang/test/Analysis/
H A DPR49490.cpp5 struct toggle { struct
9 toggle global_toggle; argument
10 toggle get_global_toggle() { return global_toggle; } in get_global_toggle()
14 bool compare(toggle one, bool other) { in compare()
/llvm-project/flang/test/Lower/OpenMP/
H A Ddeclare-target-implicit-func-and-subr-cap.f908 function implicitly_captured(toggle) result(k)
10 logical :: toggle local
13 if (toggle) then
23 function target_function(toggle) result(i)
26 logical :: toggle local
27 i = implicitly_captured(toggle)
/llvm-project/compiler-rt/test/profile/Linux/
H A Dinstrprof-cs.c15 static void toggle(int t) { in toggle() function
26 toggle(g1); in main()
29 toggle(g2); in main()
/llvm-project/llvm/test/CodeGen/X86/
H A Dx86-64-bittest-logic.ll90 %a = xor i64 %x, 2147483648 ; toggle bit 31
100 %a = xor i64 %x, 4294967296 ; toggle bit 32
110 %a = xor i64 %x, 4611686018427387904 ; toggle bit 62
120 %a = xor i64 %x, 9223372036854775808 ; toggle bit 63
210 %a = xor i64 %x, 2147483648 ; toggle bit 31
220 %a = xor i64 %x, 4294967296 ; toggle bit 32
230 %a = xor i64 %x, 4611686018427387904 ; toggle bit 62
240 %a = xor i64 %x, 9223372036854775808 ; toggle bit 63
330 %a = xor i64 %x, 2147483648 ; toggle bit 31
340 %a = xor i64 %x, 4294967296 ; toggle bit 32
[all …]
/llvm-project/llvm/test/Other/ChangePrinters/DotCfg/
H A Dprint-changed-dot-cfg.ll141 …gth; i++) {coll[i].addEventListener("click", function() { this.classList.toggle("active"); var con…
157 …gth; i++) {coll[i].addEventListener("click", function() { this.classList.toggle("active"); var con…
175 …gth; i++) {coll[i].addEventListener("click", function() { this.classList.toggle("active"); var con…
193 …gth; i++) {coll[i].addEventListener("click", function() { this.classList.toggle("active"); var con…
211 …gth; i++) {coll[i].addEventListener("click", function() { this.classList.toggle("active"); var con…
233 …gth; i++) {coll[i].addEventListener("click", function() { this.classList.toggle("active"); var con…
251 …gth; i++) {coll[i].addEventListener("click", function() { this.classList.toggle("active"); var con…
270 …gth; i++) {coll[i].addEventListener("click", function() { this.classList.toggle("active"); var con…
277 …gth; i++) {coll[i].addEventListener("click", function() { this.classList.toggle("active"); var con…
282 …gth; i++) {coll[i].addEventListener("click", function() { this.classList.toggle("active"); var con…
[all …]
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/
H A Dmacro-usage.rst61 Boolean flag to toggle ignoring command-line-defined macros.
/llvm-project/llvm/test/MC/Disassembler/Hexagon/
H A Dxtype_bit.txt90 # Set/clear/toggle bit
/llvm-project/llvm/docs/
H A DAArch64SME.rst416 * Inlining must be disabled when the call-site needs to toggle PSTATE.SM or
421 * Tail call optimization must be disabled when the call-site needs to toggle
430 to toggle PSTATE.ZA using intrinsics. This also makes it simpler to setup a
/llvm-project/clang/test/SemaObjC/
H A Dparameterized_classes_subst.m100 - (void)toggle; method
186 [[[[NSViewController alloc] init] view] toggle];
/llvm-project/clang-tools-extra/clang-doc/assets/
H A Dclang-doc-default-stylesheet.css753 #sidenav-left-toggle {
761 #sidenav-left-toggle {
/llvm-project/llvm/test/Transforms/LoopVectorize/RISCV/
H A Dmask-index-type.ll9 ; toggle in the generated code for no reason. We could have used a i32
/llvm-project/llvm/lib/Target/ARM/
H A DREADME-Thumb.txt226 to toggle the 's' bit since they do not set CPSR when they are inside IT blocks.
/llvm-project/clang/docs/
H A DLibTooling.rst177 # Alternatively to calling cmake, use ccmake, toggle to advanced mode and
/llvm-project/llvm/utils/gn/
H A DREADME.rst133 ``config.h`` header, but one header per toggle. That way, when e.g.
/llvm-project/llvm/test/CodeGen/Hexagon/intrinsics/
H A Dxtype_bit.ll247 ; Set/clear/toggle bit
/llvm-project/llvm/test/CodeGen/RISCV/rvv/
H A Dvsetvli-insert-crossbb.ll1048 ; Force a vsetvli toggle so we need to insert a new vsetvli in exit
1078 ; Force a vl toggle
1151 ; VL toggle needed here: If the %n AVL was forwarded here we wouldn't be able
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td1945 // Clr/set/toggle bit for 64-bit values with immediate bit index.