Home
last modified time | relevance | path

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

12

/llvm-project/flang/test/Evaluate/
H A Dfold-parity.f906 logical, parameter :: test_1t = parity((/ .true. /))
7 logical, parameter :: test_1f = .not. parity((/ .false. /))
9 logical, parameter :: test_e1 = .not. parity((/ .true., .true. /))
10 logical, parameter :: test_o1 = parity((/ .true., .true., .true. /))
11 logical, parameter :: test_o12 = parity((/ .true., .true., .true., .false. /))
28 logical, parameter :: test_a32 = parity(a32)
29 logical, parameter :: test_a32t = .not. parity(a32t)
30 logical, parameter :: test_a32f = .not. parity(a32f)
33 all(parity(a32, 1) .EQV. (/ .false., .false., .true. /))
36 all(parity(a32, 2) .EQV. (/ .false., .true. /))
/llvm-project/lldb/test/API/functionalities/interactive_scripted_process/
H A Dinteractive_scripted_process.py24 parity = args.GetValueForKey("parity")
27 val = parity.GetUnsignedIntegerValue()
29 self.parity = val
36 return self.parity + 420
75 parity = "Odd" if self.scripted_process.parity % 2 else "Even"
243 parity = pid % 2
244 return dict(filter(lambda pair: pair[0] % 2 == parity, self.threads.items()))
/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp324 llvm::Error Terminal::SetParity(Terminal::Parity parity) { in SetParity() argument
337 if (parity != Parity::No) { in SetParity()
339 if (parity == Parity::Odd || parity == Parity::Mark) in SetParity()
341 if (parity == Parity::Mark || parity == Parity::Space) { in SetParity()
/llvm-project/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/flang/test/Lower/Intrinsics/
H A Dparity.f9011 parity_test = parity(mask)
27 rslt = parity(mask, d)
/llvm-project/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/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/llvm/test/Transforms/InstCombine/
H A Dmath-odd-even-parity.ll10 ; Check odd parity: -erf(-x) == erf(x)
23 ; Check even parity: cos(fabs(x)) == cos(x)
/llvm-project/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/lldb/include/lldb/Host/
H A DTerminal.h65 llvm::Error SetParity(Parity parity);
/llvm-project/llvm/tools/llvm-mt/
H A DOpts.td13 …], "nologo">, HelpText<"No effect as this tool never writes copyright data. Included for parity">;
/llvm-project/llvm/test/CodeGen/X86/
H A Dfreeze-unary.ll129 ; split parity pattern
190 ; parity knownbits pattern
/llvm-project/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/mlir/test/Dialect/NVGPU/
H A Dtmaload-transform.mlir67 …// CHECK: nvgpu.mbarrier.try_wait.parity %[[B]][%{{.*}}], %[[c0_6]], %[[c10000000]] : <memory…
/llvm-project/lld/docs/
H A Dwindows_support.rst59 :good:`Done`. LLD can emit PDBs that are at parity with those generated by
/llvm-project/mlir/test/Integration/GPU/CUDA/sm90/
H A Dtma_load_128x64_swizzle128b.mlir97 nvgpu.mbarrier.try_wait.parity %9[%c0], %phase_c0, %c10000000 : !barrierType
H A Dtma_load_64x8_8x128_noswizzle.mlir91 nvgpu.mbarrier.try_wait.parity %9[%c0], %phase_c0, %c10000000 : <memorySpace = #gpu.address_space<workgroup>>
H A Dtma_load_128x128_stride_noswizzle.mlir91 nvgpu.mbarrier.try_wait.parity %27[%c0], %false, %c10000000 : <memorySpace = #gpu.address_space<workgroup>>
H A Dtma_load_64x64_swizzle128b.mlir123 nvgpu.mbarrier.try_wait.parity %9[%c0], %phase_c0, %c10000000 : !barrierType
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/
H A DReductionTest.cpp119 mlir::Value parity = fir::runtime::genParity(*firBuilder, loc, undef, dim); in TEST_F() local
120 checkCallOp(parity.getDefiningOp(), "_FortranAParity", 2); in TEST_F()
/llvm-project/mlir/test/Integration/GPU/CUDA/sm90/transform-dialect/
H A Dtma_load_64x8_8x128_noswizzle-transform.mlir26 // CHECK-PTX: mbarrier.try_wait.parity.shared.b64
/llvm-project/clang/test/CodeGen/
H A Dbuiltins.c92 P(parity, (N)); in main()
/llvm-project/mlir/lib/Dialect/NVGPU/TransformOps/
H A DNVGPUTransformOps.cpp1020 Value parity = rewriter.create<LLVM::ConstantOp>(loc, i1, 0); in buildTryWaitParity()
1027 rewriter.create<nvgpu::MBarrierTryWaitParityOp>(loc, barrier, parity,
1014 Value parity = rewriter.create<LLVM::ConstantOp>(loc, i1, 0); buildTryWaitParity() local
/llvm-project/mlir/test/Conversion/NVVMToLLVM/
H A Dnvvm-to-llvm.mlir40 // CHECK-SAME: mbarrier.try_wait.parity.shared.b64 P1, [$0], $1, $2;
46 nvvm.mbarrier.try_wait.parity.shared %barrier, %phase, %ticks : !llvm.ptr<3>, i32, i32
56 // CHECK-SAME: mbarrier.try_wait.parity.b64 P1, [$0], $1, $2;
62 nvvm.mbarrier.try_wait.parity %barrier, %phase, %ticks : !llvm.ptr, i32, i32

12