Home
last modified time | relevance | path

Searched defs:ProcInfo (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Linalg/Utils/
H A DUtils.h293 using ProcInfoCallBackFn = std::function<SmallVector<ProcInfo>( struct
298 distributionMethodProcInfo global() argument
/llvm-project/llvm/lib/TargetParser/
H A DX86TargetParser.cpp25 struct ProcInfo { struct
26 Name__anonbb5c82600111::ProcInfo global() argument
27 Kind__anonbb5c82600111::ProcInfo global() argument
28 KeyFeature__anonbb5c82600111::ProcInfo global() argument
29 Features__anonbb5c82600111::ProcInfo global() argument
30 Mangling__anonbb5c82600111::ProcInfo global() argument
31 OnlyForCPUDispatchSpecific__anonbb5c82600111::ProcInfo global() argument
/llvm-project/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp362 doit(OpBuilder & b,Location loc,ArrayRef<Range> loopRanges,LinalgOp linalgOp,ArrayRef<utils::IteratorType> iteratorTypes,function_ref<scf::ValueVector (OpBuilder &,Location,ValueRange,ValueRange)> bodyBuilderFn,ArrayRef<linalg::ProcInfo>) doit() argument