Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DSveEmitter.cpp69 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 DMemRefOps.cpp1383 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 DAffineToStandard.cpp378 rewriter.replaceOpWithNewOp<memref::PrefetchOp>( in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp725 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 DAArch64AsmParser.cpp445 struct PrefetchOp { struct in __anone48315620111::AArch64Operand
483 struct PrefetchOp Prefetch;
/llvm-project-15.0.7/mlir/include/mlir/Dialect/MemRef/IR/
H A DMemRefOps.td944 // PrefetchOp