Home
last modified time | relevance | path

Searched refs:parity (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dfunnel-shift2.ll7 ; CHECK: call parity
23 %call = call i64 @parity(i64 %1, i64 %2)
31 declare dso_local i64 @parity(i64, i64)
H A Dalu64.ll516 ; CHECK: = parity(r1:0,r3:2)
524 ; CHECK: = parity(r0,r1)
527 %0 = tail call i32 @llvm.hexagon.S4.parity(i32 %Rs, i32 %Rt)
588 declare i32 @llvm.hexagon.S4.parity(i32, i32) #1
/llvm-project-15.0.7/lldb/source/Host/common/
H A DTerminal.cpp323 llvm::Error Terminal::SetParity(Terminal::Parity parity) { in SetParity() argument
336 if (parity != Parity::No) { in SetParity()
338 if (parity == Parity::Odd || parity == Parity::Mark) in SetParity()
340 if (parity == Parity::Mark || parity == Parity::Space) { in SetParity()
/llvm-project-15.0.7/pstl/test/std/algorithms/alg.nonmodifying/
H A Dall_of.pass.cpp45 bool parity; member
48 Parity(bool parity_) : parity(parity_) {} in Parity()
52 return (size_t(value) ^ parity) % 2 == 0; in operator ()()
/llvm-project-15.0.7/llvm/test/MC/Disassembler/Hexagon/
H A Dxtype_bit.txt78 # Masked parity
80 # CHECK: r17 = parity(r21:20,r31:30)
82 # CHECK: r17 = parity(r21,r31)
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/intrinsics/
H A Dxtype_bit.ll217 ; Masked parity
223 ; CHECK: = parity({{.*}},{{.*}})
225 declare i32 @llvm.hexagon.S4.parity(i32, i32)
227 %z = call i32 @llvm.hexagon.S4.parity(i32 %a, i32 %b)
230 ; CHECK: = parity({{.*}},{{.*}})
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DTerminal.h66 llvm::Error SetParity(Parity parity);
/llvm-project-15.0.7/llvm/tools/llvm-mt/
H A DOpts.td13 …], "nologo">, HelpText<"No effect as this tool never writes copyright data. Included for parity">;
/llvm-project-15.0.7/lld/docs/
H A Dwindows_support.rst59 :good:`Done`. LLD can emit PDBs that are at parity with those generated by
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A DREADME.txt57 int __paritysi2(si_int a); // bit parity
58 int __paritydi2(di_int a); // bit parity
59 int __parityti2(ti_int a); // bit parity
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbuiltins.c80 P(parity, (N)); in main()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A DREADME-TestSuite101 Version 0.5.1 of unittest2 has feature parity with unittest in Python 2.7
/llvm-project-15.0.7/llvm/docs/
H A DGwpAsan.rst49 long-term support goal is to ensure feature-parity where reasonable, and to
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64SchedAmpere1.td714 // -- SHA1 choose/majority/parity
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DREADME.txt1333 Implement processor-specific optimizations for parity with GCC on these
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonDepInstrInfo.td19691 "$Rd32 = parity($Rss32,$Rtt32)",
22667 "$Rd32 = parity($Rs32,$Rt32)",