Home
last modified time | relevance | path

Searched refs:bitwise_not (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_affinity.h49 void bitwise_not() override { hwloc_bitmap_not(mask, mask); } in bitwise_not() function
312 void bitwise_not() override { in bitwise_not() function
447 void bitwise_not() override { in bitwise_not() function
H A Dkmp.h695 #define KMP_CPU_COMPLEMENT(max_bit_number, mask) (mask)->bitwise_not()
740 virtual void bitwise_not() {} in bitwise_not() function
/llvm-project-15.0.7/mlir/test/Dialect/Tosa/
H A Dops.mlir238 // CHECK-LABEL: bitwise_not
240 %0 = "tosa.bitwise_not"(%arg0) : (tensor<13x21x1xi32>) -> tensor<13x21x1xi32>
H A Dtosa-infer-shapes.mlir81 // CHECK: "tosa.bitwise_not"(%arg0) : (tensor<4xi32>) -> tensor<4xi32>
82 %1 = "tosa.bitwise_not"(%arg0) : (tensor<4xi32>) -> tensor<*xi32>
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dneon-bitselect.ll10 ; condition has been negated (-v, not to be confused with bitwise_not(v)).
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Tosa/IR/
H A DTosaOps.td879 // Operator: bitwise_not
881 def Tosa_BitwiseNotOp : Tosa_Op<"bitwise_not", [