| /llvm-project/flang/test/Evaluate/ |
| H A D | fold-parity.f90 | 6 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 D | interactive_scripted_process.py | 24 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 D | Terminal.cpp | 324 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 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/flang/test/Lower/Intrinsics/ |
| H A D | parity.f90 | 11 parity_test = parity(mask) 27 rslt = parity(mask, d)
|
| /llvm-project/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/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/llvm/test/Transforms/InstCombine/ |
| H A D | math-odd-even-parity.ll | 10 ; 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 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/lldb/include/lldb/Host/ |
| H A D | Terminal.h | 65 llvm::Error SetParity(Parity parity);
|
| /llvm-project/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/llvm/test/CodeGen/X86/ |
| H A D | freeze-unary.ll | 129 ; split parity pattern 190 ; parity knownbits pattern
|
| /llvm-project/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/mlir/test/Dialect/NVGPU/ |
| H A D | tmaload-transform.mlir | 67 …// CHECK: nvgpu.mbarrier.try_wait.parity %[[B]][%{{.*}}], %[[c0_6]], %[[c10000000]] : <memory…
|
| /llvm-project/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/mlir/test/Integration/GPU/CUDA/sm90/ |
| H A D | tma_load_128x64_swizzle128b.mlir | 97 nvgpu.mbarrier.try_wait.parity %9[%c0], %phase_c0, %c10000000 : !barrierType
|
| H A D | tma_load_64x8_8x128_noswizzle.mlir | 91 nvgpu.mbarrier.try_wait.parity %9[%c0], %phase_c0, %c10000000 : <memorySpace = #gpu.address_space<workgroup>>
|
| H A D | tma_load_128x128_stride_noswizzle.mlir | 91 nvgpu.mbarrier.try_wait.parity %27[%c0], %false, %c10000000 : <memorySpace = #gpu.address_space<workgroup>>
|
| H A D | tma_load_64x64_swizzle128b.mlir | 123 nvgpu.mbarrier.try_wait.parity %9[%c0], %phase_c0, %c10000000 : !barrierType
|
| /llvm-project/flang/unittests/Optimizer/Builder/Runtime/ |
| H A D | ReductionTest.cpp | 119 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 D | tma_load_64x8_8x128_noswizzle-transform.mlir | 26 // CHECK-PTX: mbarrier.try_wait.parity.shared.b64
|
| /llvm-project/clang/test/CodeGen/ |
| H A D | builtins.c | 92 P(parity, (N)); in main()
|
| /llvm-project/mlir/lib/Dialect/NVGPU/TransformOps/ |
| H A D | NVGPUTransformOps.cpp | 1020 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 D | nvvm-to-llvm.mlir | 40 // 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
|