/llvm-project/clang/test/Analysis/ |
H A D | PR49490.cpp | 5 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 D | declare-target-implicit-func-and-subr-cap.f90 | 8 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 D | instrprof-cs.c | 15 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 D | x86-64-bittest-logic.ll | 90 %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 D | print-changed-dot-cfg.ll | 141 …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 D | macro-usage.rst | 61 Boolean flag to toggle ignoring command-line-defined macros.
|
/llvm-project/llvm/test/MC/Disassembler/Hexagon/ |
H A D | xtype_bit.txt | 90 # Set/clear/toggle bit
|
/llvm-project/llvm/docs/ |
H A D | AArch64SME.rst | 416 * 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 D | parameterized_classes_subst.m | 100 - (void)toggle; method 186 [[[[NSViewController alloc] init] view] toggle];
|
/llvm-project/clang-tools-extra/clang-doc/assets/ |
H A D | clang-doc-default-stylesheet.css | 753 #sidenav-left-toggle { 761 #sidenav-left-toggle {
|
/llvm-project/llvm/test/Transforms/LoopVectorize/RISCV/ |
H A D | mask-index-type.ll | 9 ; toggle in the generated code for no reason. We could have used a i32
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | README-Thumb.txt | 226 to toggle the 's' bit since they do not set CPSR when they are inside IT blocks.
|
/llvm-project/clang/docs/ |
H A D | LibTooling.rst | 177 # Alternatively to calling cmake, use ccmake, toggle to advanced mode and
|
/llvm-project/llvm/utils/gn/ |
H A D | README.rst | 133 ``config.h`` header, but one header per toggle. That way, when e.g.
|
/llvm-project/llvm/test/CodeGen/Hexagon/intrinsics/ |
H A D | xtype_bit.ll | 247 ; Set/clear/toggle bit
|
/llvm-project/llvm/test/CodeGen/RISCV/rvv/ |
H A D | vsetvli-insert-crossbb.ll | 1048 ; 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 D | HexagonPatterns.td | 1945 // Clr/set/toggle bit for 64-bit values with immediate bit index.
|