Searched refs:parity (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | funnel-shift2.ll | 7 ; CHECK: call parity 23 %call = call i64 @parity(i64 %1, i64 %2) 31 declare dso_local i64 @parity(i64, i64)
|
| H A D | alu64.ll | 516 ; 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 D | Terminal.cpp | 323 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 D | all_of.pass.cpp | 45 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 D | xtype_bit.txt | 78 # 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 D | xtype_bit.ll | 217 ; 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 D | Terminal.h | 66 llvm::Error SetParity(Parity parity);
|
| /llvm-project-15.0.7/llvm/tools/llvm-mt/ |
| H A D | Opts.td | 13 …], "nologo">, HelpText<"No effect as this tool never writes copyright data. Included for parity">;
|
| /llvm-project-15.0.7/lld/docs/ |
| H A D | windows_support.rst | 59 :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 D | README.txt | 57 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 D | builtins.c | 80 P(parity, (N)); in main()
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | README-TestSuite | 101 Version 0.5.1 of unittest2 has feature parity with unittest in Python 2.7
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | GwpAsan.rst | 49 long-term support goal is to ensure feature-parity where reasonable, and to
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedAmpere1.td | 714 // -- SHA1 choose/majority/parity
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | README.txt | 1333 Implement processor-specific optimizations for parity with GCC on these
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonDepInstrInfo.td | 19691 "$Rd32 = parity($Rss32,$Rtt32)", 22667 "$Rd32 = parity($Rs32,$Rt32)",
|