Searched refs:PrefetchOp (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/utils/TableGen/ |
| H A D | SveEmitter.cpp | 69 bool DefaultType, IsScalable, Predicate, PredicatePattern, PrefetchOp; member in __anon409da13d0111::SVEType 79 PrefetchOp(false), Bitwidth(128), ElementBitwidth(~0U), NumVectors(1) { in SVEType() 104 bool isPrefetchOp() const { return PrefetchOp; } in isPrefetchOp() 632 PrefetchOp = true; in applyModifier()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/ |
| H A D | MemRefOps.cpp | 1383 void PrefetchOp::print(OpAsmPrinter &p) { in print() 1395 ParseResult PrefetchOp::parse(OpAsmParser &parser, OperationState &result) { in parse() 1421 PrefetchOp::getIsWriteAttrStrName(), in parse() 1429 PrefetchOp::getIsDataCacheAttrStrName(), in parse() 1435 LogicalResult PrefetchOp::verify() { in verify() 1442 LogicalResult PrefetchOp::fold(ArrayRef<Attribute> cstOperands, in fold()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/AffineToStandard/ |
| H A D | AffineToStandard.cpp | 378 rewriter.replaceOpWithNewOp<memref::PrefetchOp>( in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/ |
| H A D | MemRefToLLVM.cpp | 725 struct PrefetchOpLowering : public LoadStoreOpLowering<memref::PrefetchOp> { 729 matchAndRewrite(memref::PrefetchOp prefetchOp, OpAdaptor adaptor, in matchAndRewrite()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 445 struct PrefetchOp { struct in __anone48315620111::AArch64Operand 483 struct PrefetchOp Prefetch;
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/MemRef/IR/ |
| H A D | MemRefOps.td | 944 // PrefetchOp
|