Home
last modified time | relevance | path

Searched refs:OpA (Results 1 – 25 of 132) sorted by relevance

123456

/dports/science/madness/madness-ebb3fd7/src/madness/tensor/
H A Dcblas.h319 inline void gemm(const CBLAS_TRANSPOSE OpA, const CBLAS_TRANSPOSE OpB, in gemm() argument
324 MADNESS_ASSERT(OpA != ConjTrans); in gemm()
330 inline void gemm(const CBLAS_TRANSPOSE OpA, const CBLAS_TRANSPOSE OpB, in gemm() argument
334 MADNESS_ASSERT(OpA != ConjTrans); in gemm()
340 inline void gemm(const CBLAS_TRANSPOSE OpA, const CBLAS_TRANSPOSE OpB, in gemm() argument
350 inline void gemm(const CBLAS_TRANSPOSE OpA, const CBLAS_TRANSPOSE OpB, in gemm() argument
360 inline void gemm(const CBLAS_TRANSPOSE OpA, const CBLAS_TRANSPOSE OpB, in gemm() argument
374 MADNESS_ASSERT(OpA!=ConjTrans && OpB!=ConjTrans); in gemm()
396 inline void gemm(const CBLAS_TRANSPOSE OpA, const CBLAS_TRANSPOSE OpB, in gemm() argument
431 MADNESS_ASSERT(OpA != ConjTrans); in gemv()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/mlir-tblgen/
H A Drewriter-errors.td17 def OpA : A_Op<"op_a">, Arguments<(ins AnyInteger, AnyInteger)>, Results<(outs AnyInteger)>;
23 def : Pat<(OpA (NativeMatcher $val), AnyI32Attr:$arg),
30 def : Pat<(OpA (NativeMatcher:$error $val), AnyI32Attr:$arg),
37 def : Pat<(OpA (NativeMatcher (OpB $val, $unused)), AnyI32Attr:$arg),
44 def : Pat<(OpB $val, AnyI32Attr:$attr), (OpA (OpA $val, $val, (returnType (OpA $val, $val))), $val)…
50 def : Pat<(OpB $val, AnyI32Attr:$attr), (OpA $val, $val, (returnType "someType()"))>;
H A Dop-operand.td11 def OpA : NS_Op<"one_normal_operand_op", []> {
15 // CHECK-LABEL: OpA definitions
20 // CHECK: void OpA::build
24 // CHECK: void OpA::build
/dports/games/ecwolf/ecwolf-1.3.3-src/src/textures/
H A Dbitmap.h340 static __forceinline void OpA(BYTE &d, BYTE s, FCopyInfo *i) { d = s; } in OpA() function
347 static __forceinline void OpA(BYTE &d, BYTE s, FCopyInfo *i) { d = s; } in OpA() function
354 static __forceinline void OpA(BYTE &d, BYTE s, FCopyInfo *i) { d = (s*i->alpha) >> FRACBITS; } in OpA() function
361 static __forceinline void OpA(BYTE &d, BYTE s, FCopyInfo *i) { d = s; } in OpA() function
368 static __forceinline void OpA(BYTE &d, BYTE s, FCopyInfo *i) { d = MAX(s,d); } in OpA() function
375 static __forceinline void OpA(BYTE &d, BYTE s, FCopyInfo *i) { d = s; } in OpA() function
382 static __forceinline void OpA(BYTE &d, BYTE s, FCopyInfo *i) { d = s; } in OpA() function
389 static __forceinline void OpA(BYTE &d, BYTE s, FCopyInfo *i) { d = s; } in OpA() function
396 static __forceinline void OpA(BYTE &d, BYTE s, FCopyInfo *i) { d = s; } in OpA() function
403 static __forceinline void OpA(BYTE &d, BYTE s, FCopyInfo *i) { d = s; } in OpA() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/mlir-tblgen/
H A Drewriter-errors.td15 def OpA : A_Op<"op_a">, Arguments<(ins AnyInteger, AnyInteger)>, Results<(outs AnyInteger)>;
21 def : Pat<(OpA (NativeMatcher $val), AnyI32Attr:$arg),
28 def : Pat<(OpA (NativeMatcher:$error $val), AnyI32Attr:$arg),
35 def : Pat<(OpA (NativeMatcher (OpB $val, $unused)), AnyI32Attr:$arg),
H A Dop-operand.td11 def OpA : NS_Op<"one_normal_operand_op", []> {
15 // CHECK-LABEL: OpA definitions
20 // CHECK: void OpA::build
24 // CHECK: void OpA::build
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/test/mlir-tblgen/
H A Dop-operand.td11 def OpA : NS_Op<"one_normal_operand_op", []> {
15 // CHECK-LABEL: OpA definitions
20 // CHECK: void OpA::build
24 // CHECK: void OpA::build
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/mlir-tblgen/
H A Drewriter-errors.td15 def OpA : A_Op<"op_a">, Arguments<(ins AnyInteger, AnyInteger)>, Results<(outs AnyInteger)>;
21 def : Pat<(OpA (NativeMatcher $val), AnyI32Attr:$arg),
28 def : Pat<(OpA (NativeMatcher:$error $val), AnyI32Attr:$arg),
35 def : Pat<(OpA (NativeMatcher (OpB $val, $unused)), AnyI32Attr:$arg),
H A Dop-operand.td11 def OpA : NS_Op<"one_normal_operand_op", []> {
15 // CHECK-LABEL: OpA definitions
20 // CHECK: void OpA::build
24 // CHECK: void OpA::build
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/mlir-tblgen/
H A Drewriter-errors.td15 def OpA : A_Op<"op_a">, Arguments<(ins AnyInteger, AnyInteger)>, Results<(outs AnyInteger)>;
21 def : Pat<(OpA (NativeMatcher $val), AnyI32Attr:$arg),
28 def : Pat<(OpA (NativeMatcher:$error $val), AnyI32Attr:$arg),
35 def : Pat<(OpA (NativeMatcher (OpB $val, $unused)), AnyI32Attr:$arg),
H A Dop-operand.td11 def OpA : NS_Op<"one_normal_operand_op", []> {
15 // CHECK-LABEL: OpA definitions
20 // CHECK: void OpA::build
24 // CHECK: void OpA::build
/dports/games/zdoom/zdoom-2.8.1/src/textures/
H A Dbitmap.h349 static __forceinline void OpA(BYTE &d, BYTE s, FCopyInfo *i) { d = s; } in OpA() function
356 static __forceinline void OpA(BYTE &d, BYTE s, FCopyInfo *i) { d = s; } in OpA() function
363 static __forceinline void OpA(BYTE &d, BYTE s, FCopyInfo *i) { d = (s*i->alpha) >> FRACBITS; } in OpA() function
370 static __forceinline void OpA(BYTE &d, BYTE s, FCopyInfo *i) { d = s; } in OpA() function
377 static __forceinline void OpA(BYTE &d, BYTE s, FCopyInfo *i) { d = MAX(s,d); } in OpA() function
384 static __forceinline void OpA(BYTE &d, BYTE s, FCopyInfo *i) { d = s; } in OpA() function
391 static __forceinline void OpA(BYTE &d, BYTE s, FCopyInfo *i) { d = s; } in OpA() function
398 static __forceinline void OpA(BYTE &d, BYTE s, FCopyInfo *i) { d = s; } in OpA() function
405 static __forceinline void OpA(BYTE &d, BYTE s, FCopyInfo *i) { d = s; } in OpA() function
412 static __forceinline void OpA(BYTE &d, BYTE s, FCopyInfo *i) { d = s; } in OpA() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/mlir-tblgen/
H A Dop-operand.td11 def OpA : NS_Op<"one_normal_operand_op", []> {
15 // CHECK-LABEL: OpA definitions
20 // CHECK: void OpA::build
24 // CHECK: void OpA::build
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/mlir-tblgen/
H A Dop-operand.td11 def OpA : NS_Op<"one_normal_operand_op", []> {
15 // CHECK-LABEL: OpA definitions
20 // CHECK: void OpA::build
24 // CHECK: void OpA::build
H A Drewriter-errors.td14 def OpA : A_Op<"op_a">, Arguments<(ins AnyInteger, AnyInteger)>, Results<(outs AnyInteger)>;
20 def : Pat<(OpA (NativeMatcher:$error $val), AnyI32Attr:$arg),
27 def : Pat<(OpA (NativeMatcher (OpB $val, $unused)), AnyI32Attr:$arg),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/mlir-tblgen/
H A Dop-operand.td11 def OpA : NS_Op<"one_normal_operand_op", []> {
15 // CHECK-LABEL: OpA definitions
20 // CHECK: void OpA::build
24 // CHECK: void OpA::build
H A Drewriter-errors.td14 def OpA : A_Op<"op_a">, Arguments<(ins AnyInteger, AnyInteger)>, Results<(outs AnyInteger)>;
20 def : Pat<(OpA (NativeMatcher:$error $val), AnyI32Attr:$arg),
27 def : Pat<(OpA (NativeMatcher (OpB $val, $unused)), AnyI32Attr:$arg),
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/mlir-tblgen/
H A Dop-operand.td11 def OpA : NS_Op<"one_normal_operand_op", []> {
15 // CHECK-LABEL: OpA definitions
20 // CHECK: void OpA::build
24 // CHECK: void OpA::build
H A Drewriter-errors.td14 def OpA : A_Op<"op_a">, Arguments<(ins AnyInteger, AnyInteger)>, Results<(outs AnyInteger)>;
20 def : Pat<(OpA (NativeMatcher:$error $val), AnyI32Attr:$arg),
27 def : Pat<(OpA (NativeMatcher (OpB $val, $unused)), AnyI32Attr:$arg),
/dports/devel/llvm90/llvm-9.0.1.src/test/TableGen/
H A Dget-operand-type.td16 def OpA : Operand<i32>;
21 let OutOperandList = (outs OpA:$a);
38 // CHECK: OpTypes::OpA, OpTypes::OpB, OpTypes::i32imm,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp403 if (!OpA || !OpB || OpA->getOpcode() != OpB->getOpcode() || in lookThroughComplexAddresses()
411 std::swap(OpA, OpB); in lookThroughComplexAddresses()
420 if (!isa<SExtInst>(OpA) && !isa<ZExtInst>(OpA)) in lookThroughComplexAddresses()
423 bool Signed = isa<SExtInst>(OpA); in lookThroughComplexAddresses()
426 Value *ValA = OpA->getOperand(0); in lookThroughComplexAddresses()
463 OpA = dyn_cast<Instruction>(ValA); in lookThroughComplexAddresses()
464 if (!Safe && OpA && OpA->getOpcode() == Instruction::Add && in lookThroughComplexAddresses()
466 OpA->getOperand(0) == OpB->getOperand(0) && CheckFlags(OpA, Signed) && in lookThroughComplexAddresses()
468 Value *RHSA = OpA->getOperand(1); in lookThroughComplexAddresses()
510 if (!OpA) in lookThroughComplexAddresses()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp403 if (!OpA || !OpB || OpA->getOpcode() != OpB->getOpcode() || in lookThroughComplexAddresses()
411 std::swap(OpA, OpB); in lookThroughComplexAddresses()
420 if (!isa<SExtInst>(OpA) && !isa<ZExtInst>(OpA)) in lookThroughComplexAddresses()
423 bool Signed = isa<SExtInst>(OpA); in lookThroughComplexAddresses()
426 Value *ValA = OpA->getOperand(0); in lookThroughComplexAddresses()
463 OpA = dyn_cast<Instruction>(ValA); in lookThroughComplexAddresses()
464 if (!Safe && OpA && OpA->getOpcode() == Instruction::Add && in lookThroughComplexAddresses()
466 OpA->getOperand(0) == OpB->getOperand(0) && CheckFlags(OpA, Signed) && in lookThroughComplexAddresses()
468 Value *RHSA = OpA->getOperand(1); in lookThroughComplexAddresses()
510 if (!OpA) in lookThroughComplexAddresses()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp403 if (!OpA || !OpB || OpA->getOpcode() != OpB->getOpcode() || in lookThroughComplexAddresses()
411 std::swap(OpA, OpB); in lookThroughComplexAddresses()
420 if (!isa<SExtInst>(OpA) && !isa<ZExtInst>(OpA)) in lookThroughComplexAddresses()
423 bool Signed = isa<SExtInst>(OpA); in lookThroughComplexAddresses()
426 Value *ValA = OpA->getOperand(0); in lookThroughComplexAddresses()
463 OpA = dyn_cast<Instruction>(ValA); in lookThroughComplexAddresses()
464 if (!Safe && OpA && OpA->getOpcode() == Instruction::Add && in lookThroughComplexAddresses()
466 OpA->getOperand(0) == OpB->getOperand(0) && CheckFlags(OpA, Signed) && in lookThroughComplexAddresses()
468 Value *RHSA = OpA->getOperand(1); in lookThroughComplexAddresses()
510 if (!OpA) in lookThroughComplexAddresses()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp403 if (!OpA || !OpB || OpA->getOpcode() != OpB->getOpcode() || in lookThroughComplexAddresses()
411 std::swap(OpA, OpB); in lookThroughComplexAddresses()
420 if (!isa<SExtInst>(OpA) && !isa<ZExtInst>(OpA)) in lookThroughComplexAddresses()
423 bool Signed = isa<SExtInst>(OpA); in lookThroughComplexAddresses()
426 Value *ValA = OpA->getOperand(0); in lookThroughComplexAddresses()
463 OpA = dyn_cast<Instruction>(ValA); in lookThroughComplexAddresses()
464 if (!Safe && OpA && OpA->getOpcode() == Instruction::Add && in lookThroughComplexAddresses()
466 OpA->getOperand(0) == OpB->getOperand(0) && CheckFlags(OpA, Signed) && in lookThroughComplexAddresses()
468 Value *RHSA = OpA->getOperand(1); in lookThroughComplexAddresses()
510 if (!OpA) in lookThroughComplexAddresses()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp403 if (!OpA || !OpB || OpA->getOpcode() != OpB->getOpcode() || in lookThroughComplexAddresses()
411 std::swap(OpA, OpB); in lookThroughComplexAddresses()
420 if (!isa<SExtInst>(OpA) && !isa<ZExtInst>(OpA)) in lookThroughComplexAddresses()
423 bool Signed = isa<SExtInst>(OpA); in lookThroughComplexAddresses()
426 Value *ValA = OpA->getOperand(0); in lookThroughComplexAddresses()
463 OpA = dyn_cast<Instruction>(ValA); in lookThroughComplexAddresses()
464 if (!Safe && OpA && OpA->getOpcode() == Instruction::Add && in lookThroughComplexAddresses()
466 OpA->getOperand(0) == OpB->getOperand(0) && CheckFlags(OpA, Signed) && in lookThroughComplexAddresses()
468 Value *RHSA = OpA->getOperand(1); in lookThroughComplexAddresses()
510 if (!OpA) in lookThroughComplexAddresses()
[all …]

123456