Home
last modified time | relevance | path

Searched refs:OpTy (Results 1 – 25 of 1113) sorted by relevance

12345678910>>...45

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Conversion/LoopsToGPU/
H A DLoopsToGPU.cpp100 template <typename OpTy>
126 template <typename OpTy>
144 template <typename OpTy>
199 Optional<OpTy> collectBounds(OpTy forOp, unsigned numLoops);
202 void createLaunch(OpTy rootForOp, OpTy innermostForOp, unsigned numBlockDims,
228 template <typename OpTy>
229 Optional<OpTy> LoopToGpuConverter::collectBounds(OpTy forOp, in collectBounds()
267 template <typename OpTy>
268 static OpTy createGPULaunchLoops(OpTy rootForOp, ArrayRef<Value> ids, in createGPULaunchLoops()
303 template <typename OpTy>
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/miri/src/shims/posix/
H A Dsync.rs40 attr_op: &OpTy<'tcx, Tag>, in mutexattr_get_kind()
47 attr_op: &OpTy<'tcx, Tag>, in mutexattr_set_kind()
64 mutex_op: &OpTy<'tcx, Tag>, in mutex_get_kind()
77 mutex_op: &OpTy<'tcx, Tag>, in mutex_set_kind()
92 mutex_op: &OpTy<'tcx, Tag>, in mutex_get_id()
99 mutex_op: &OpTy<'tcx, Tag>, in mutex_set_id()
113 mutex_op: &OpTy<'tcx, Tag>, in mutex_get_or_create_id()
179 attr_op: &OpTy<'tcx, Tag>, in condattr_get_clock_id()
186 attr_op: &OpTy<'tcx, Tag>, in condattr_set_clock_id()
203 cond_op: &OpTy<'tcx, Tag>, in cond_get_id()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/IR/
H A DOwningOpRef.h26 template <typename OpTy>
30 using OperationT = OpTy;
33 OwningOpRef(OpTy op) : op(op) {} in OwningOpRef()
49 OpTy get() const { return op; } in get()
50 OpTy operator*() const { return op; }
51 OpTy *operator->() { return &op; }
55 OpTy release() { in release()
56 OpTy released; in release()
62 OpTy op;
H A DImplicitLocOpBuilder.h65 template <typename OpTy, typename... Args>
66 OpTy create(Args &&...args) { in create()
67 return OpBuilder::create<OpTy>(curLoc, std::forward<Args>(args)...); in create()
73 template <typename OpTy, typename... Args>
79 template <typename OpTy, typename... Args>
80 typename std::enable_if<OpTy::template hasTrait<mlir::OpTrait::OneResult>(),
83 return OpBuilder::createOrFold<OpTy>(curLoc, std::forward<Args>(args)...); in createOrFold()
87 template <typename OpTy, typename... Args>
88 typename std::enable_if<OpTy::template hasTrait<mlir::OpTrait::ZeroResult>(),
89 OpTy>::type
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/IR/
H A DOwningOpRef.h26 template <typename OpTy>
30 using OperationT = OpTy;
33 OwningOpRef(OpTy op) : op(op) {} in OwningOpRef()
49 OpTy get() const { return op; } in get()
50 OpTy operator*() const { return op; }
51 OpTy *operator->() { return &op; }
55 OpTy release() { in release()
56 OpTy released; in release()
62 OpTy op;
H A DImplicitLocOpBuilder.h65 template <typename OpTy, typename... Args>
66 OpTy create(Args &&... args) { in create()
67 return OpBuilder::create<OpTy>(curLoc, std::forward<Args>(args)...); in create()
73 template <typename OpTy, typename... Args>
79 template <typename OpTy, typename... Args>
80 typename std::enable_if<OpTy::template hasTrait<mlir::OpTrait::OneResult>(),
83 return OpBuilder::createOrFold<OpTy>(curLoc, std::forward<Args>(args)...); in createOrFold()
87 template <typename OpTy, typename... Args>
88 typename std::enable_if<OpTy::template hasTrait<mlir::OpTrait::ZeroResult>(),
89 OpTy>::type
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/IR/
H A DOwningOpRef.h26 template <typename OpTy>
30 using OperationT = OpTy;
33 OwningOpRef(OpTy op) : op(op) {} in OwningOpRef()
49 OpTy get() const { return op; } in get()
50 OpTy operator*() const { return op; }
51 OpTy *operator->() { return &op; }
55 OpTy release() { in release()
56 OpTy released; in release()
62 OpTy op;
H A DImplicitLocOpBuilder.h65 template <typename OpTy, typename... Args>
66 OpTy create(Args &&... args) { in create()
67 return OpBuilder::create<OpTy>(curLoc, std::forward<Args>(args)...); in create()
73 template <typename OpTy, typename... Args>
79 template <typename OpTy, typename... Args>
80 typename std::enable_if<OpTy::template hasTrait<mlir::OpTrait::OneResult>(),
83 return OpBuilder::createOrFold<OpTy>(curLoc, std::forward<Args>(args)...); in createOrFold()
87 template <typename OpTy, typename... Args>
88 typename std::enable_if<OpTy::template hasTrait<mlir::OpTrait::ZeroResult>(),
89 OpTy>::type
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DOwningOpRef.h26 template <typename OpTy>
30 using OperationT = OpTy;
33 OwningOpRef(OpTy op) : op(op) {} in OwningOpRef()
49 OpTy get() const { return op; } in get()
50 OpTy operator*() const { return op; }
51 OpTy *operator->() { return &op; }
55 OpTy release() { in release()
56 OpTy released; in release()
62 OpTy op;
H A DImplicitLocOpBuilder.h65 template <typename OpTy, typename... Args>
66 OpTy create(Args &&...args) { in create()
67 return OpBuilder::create<OpTy>(curLoc, std::forward<Args>(args)...); in create()
73 template <typename OpTy, typename... Args>
79 template <typename OpTy, typename... Args>
80 typename std::enable_if<OpTy::template hasTrait<mlir::OpTrait::OneResult>(),
83 return OpBuilder::createOrFold<OpTy>(curLoc, std::forward<Args>(args)...); in createOrFold()
87 template <typename OpTy, typename... Args>
88 typename std::enable_if<OpTy::template hasTrait<mlir::OpTrait::ZeroResult>(),
89 OpTy>::type
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DOwningOpRef.h26 template <typename OpTy>
30 using OperationT = OpTy;
33 OwningOpRef(OpTy op) : op(op) {} in OwningOpRef()
49 OpTy get() const { return op; } in get()
50 OpTy operator*() const { return op; }
51 OpTy *operator->() { return &op; }
55 OpTy release() { in release()
56 OpTy released; in release()
62 OpTy op;
H A DImplicitLocOpBuilder.h65 template <typename OpTy, typename... Args>
66 OpTy create(Args &&...args) { in create()
67 return OpBuilder::create<OpTy>(curLoc, std::forward<Args>(args)...); in create()
73 template <typename OpTy, typename... Args>
79 template <typename OpTy, typename... Args>
80 typename std::enable_if<OpTy::template hasTrait<mlir::OpTrait::OneResult>(),
83 return OpBuilder::createOrFold<OpTy>(curLoc, std::forward<Args>(args)...); in createOrFold()
87 template <typename OpTy, typename... Args>
88 typename std::enable_if<OpTy::template hasTrait<mlir::OpTrait::ZeroResult>(),
89 OpTy>::type
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/IR/
H A DOwningOpRef.h26 template <typename OpTy>
30 using OperationT = OpTy;
33 OwningOpRef(OpTy op) : op(op) {} in OwningOpRef()
49 OpTy get() const { return op; } in get()
50 OpTy operator*() const { return op; }
51 OpTy *operator->() { return &op; }
55 OpTy release() { in release()
56 OpTy released; in release()
62 OpTy op;
H A DImplicitLocOpBuilder.h65 template <typename OpTy, typename... Args>
66 OpTy create(Args &&...args) { in create()
67 return OpBuilder::create<OpTy>(curLoc, std::forward<Args>(args)...); in create()
73 template <typename OpTy, typename... Args>
79 template <typename OpTy, typename... Args>
80 typename std::enable_if<OpTy::template hasTrait<mlir::OpTrait::OneResult>(),
83 return OpBuilder::createOrFold<OpTy>(curLoc, std::forward<Args>(args)...); in createOrFold()
87 template <typename OpTy, typename... Args>
88 typename std::enable_if<OpTy::template hasTrait<mlir::OpTrait::ZeroResult>(),
89 OpTy>::type
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/StandardToSPIRV/
H A DLegalizeStandardForSPIRV.cpp26 template <typename OpTy>
29 using OpRewritePattern<OpTy>::OpRewritePattern;
31 LogicalResult matchAndRewrite(OpTy loadOp,
35 void replaceOp(OpTy loadOp, SubViewOp subViewOp,
41 template <typename OpTy>
44 using OpRewritePattern<OpTy>::OpRewritePattern;
46 LogicalResult matchAndRewrite(OpTy storeOp,
138 template <typename OpTy>
140 LoadOpOfSubViewFolder<OpTy>::matchAndRewrite(OpTy loadOp, in matchAndRewrite()
159 template <typename OpTy>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Conversion/StandardToSPIRV/
H A DLegalizeStandardForSPIRV.cpp27 template <typename OpTy>
30 using OpRewritePattern<OpTy>::OpRewritePattern;
32 LogicalResult matchAndRewrite(OpTy loadOp,
36 void replaceOp(OpTy loadOp, SubViewOp subViewOp,
42 template <typename OpTy>
45 using OpRewritePattern<OpTy>::OpRewritePattern;
47 LogicalResult matchAndRewrite(OpTy storeOp,
141 template <typename OpTy>
143 LoadOpOfSubViewFolder<OpTy>::matchAndRewrite(OpTy loadOp, in matchAndRewrite()
162 template <typename OpTy>
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Conversion/StandardToSPIRV/
H A DLegalizeStandardForSPIRV.cpp38 template <typename OpTy>
41 using OpRewritePattern<OpTy>::OpRewritePattern;
43 LogicalResult matchAndRewrite(OpTy loadOp,
47 void replaceOp(OpTy loadOp, SubViewOp subViewOp,
53 template <typename OpTy>
56 using OpRewritePattern<OpTy>::OpRewritePattern;
58 LogicalResult matchAndRewrite(OpTy storeOp,
151 template <typename OpTy>
153 LoadOpOfSubViewFolder<OpTy>::matchAndRewrite(OpTy loadOp, in matchAndRewrite()
172 template <typename OpTy>
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Conversion/StandardToSPIRV/
H A DLegalizeStandardForSPIRV.cpp38 template <typename OpTy>
41 using OpRewritePattern<OpTy>::OpRewritePattern;
43 LogicalResult matchAndRewrite(OpTy loadOp,
47 void replaceOp(OpTy loadOp, SubViewOp subViewOp,
53 template <typename OpTy>
56 using OpRewritePattern<OpTy>::OpRewritePattern;
58 LogicalResult matchAndRewrite(OpTy storeOp,
151 template <typename OpTy>
153 LoadOpOfSubViewFolder<OpTy>::matchAndRewrite(OpTy loadOp, in matchAndRewrite()
172 template <typename OpTy>
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/IR/
H A DOwningOpRefBase.h26 template <typename OpTy>
30 OwningOpRefBase(OpTy op) : op(op) {} in OwningOpRefBase()
46 OpTy get() const { return op; } in get()
47 OpTy operator*() const { return op; }
48 OpTy *operator->() { return &op; }
52 OpTy release() { in release()
53 OpTy released; in release()
59 OpTy op;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/IR/
H A DOwningOpRefBase.h26 template <typename OpTy>
30 OwningOpRefBase(OpTy op) : op(op) {} in OwningOpRefBase()
46 OpTy get() const { return op; } in get()
47 OpTy operator*() const { return op; }
48 OpTy *operator->() { return &op; }
52 OpTy release() { in release()
53 OpTy released; in release()
59 OpTy op;
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/IR/
H A DPatternMatch.h57 template <typename OpTy> bool match(OpTy *V) { in match()
739 template <typename OpTy> bool match(OpTy *V) { in match()
767 template <typename OpTy> bool match(OpTy *V) { in match()
811 template <typename OpTy> bool match(OpTy *V) { in match()
943 template <typename OpTy> bool match(OpTy *V) { in match()
1035 template <typename OpTy> bool match(OpTy *V) { in match()
1130 template <typename OpTy> bool match(OpTy *V) { in match()
1157 template <typename OpTy> bool match(OpTy *V) { in match()
1197 template <typename OpTy> bool match(OpTy *V) { in match()
1213 template <typename OpTy> bool match(OpTy *V) { in match()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPatternMatch.h57 template <typename OpTy> bool match(OpTy *V) { in match()
739 template <typename OpTy> bool match(OpTy *V) { in match()
767 template <typename OpTy> bool match(OpTy *V) { in match()
811 template <typename OpTy> bool match(OpTy *V) { in match()
943 template <typename OpTy> bool match(OpTy *V) { in match()
1035 template <typename OpTy> bool match(OpTy *V) { in match()
1130 template <typename OpTy> bool match(OpTy *V) { in match()
1157 template <typename OpTy> bool match(OpTy *V) { in match()
1197 template <typename OpTy> bool match(OpTy *V) { in match()
1213 template <typename OpTy> bool match(OpTy *V) { in match()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h57 template <typename OpTy> bool match(OpTy *V) { in match()
739 template <typename OpTy> bool match(OpTy *V) { in match()
767 template <typename OpTy> bool match(OpTy *V) { in match()
811 template <typename OpTy> bool match(OpTy *V) { in match()
943 template <typename OpTy> bool match(OpTy *V) { in match()
1035 template <typename OpTy> bool match(OpTy *V) { in match()
1130 template <typename OpTy> bool match(OpTy *V) { in match()
1157 template <typename OpTy> bool match(OpTy *V) { in match()
1197 template <typename OpTy> bool match(OpTy *V) { in match()
1213 template <typename OpTy> bool match(OpTy *V) { in match()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/IR/
H A DPatternMatch.h62 template <typename OpTy> bool match(OpTy *V) { in match()
775 template <typename OpTy> bool match(OpTy *V) { in match()
798 template <typename OpTy> bool match(OpTy *V) { in match()
823 template <typename OpTy> bool match(OpTy *V) { in match()
867 template <typename OpTy> bool match(OpTy *V) { in match()
999 template <typename OpTy> bool match(OpTy *V) { in match()
1091 template <typename OpTy> bool match(OpTy *V) { in match()
1186 template <typename OpTy> bool match(OpTy *V) { in match()
1213 template <typename OpTy> bool match(OpTy *V) { in match()
1256 template <typename OpTy> bool match(OpTy *V) { in match()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/IR/
H A DPatternMatch.h62 template <typename OpTy> bool match(OpTy *V) { in match()
775 template <typename OpTy> bool match(OpTy *V) { in match()
798 template <typename OpTy> bool match(OpTy *V) { in match()
823 template <typename OpTy> bool match(OpTy *V) { in match()
867 template <typename OpTy> bool match(OpTy *V) { in match()
999 template <typename OpTy> bool match(OpTy *V) { in match()
1091 template <typename OpTy> bool match(OpTy *V) { in match()
1186 template <typename OpTy> bool match(OpTy *V) { in match()
1213 template <typename OpTy> bool match(OpTy *V) { in match()
1256 template <typename OpTy> bool match(OpTy *V) { in match()
[all …]

12345678910>>...45