Home
last modified time | relevance | path

Searched defs:getShape (Results 1 – 13 of 13) sorted by relevance

/llvm-project/mlir/lib/Interfaces/
H A DInferTypeOpInterface.cpp206 ShapeAdaptor ValueShapeRange::getShape(Value val) const { getShape() function in ValueShapeRange
213 ShapeAdaptor ValueShapeRange::getShape(int index) const { getShape() function in ValueShapeRange
/llvm-project/mlir/include/mlir/Dialect/GPU/IR/
H A DGPUDialect.h78 ArrayRef<int64_t> getShape() const { getShape() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h120 ShapeT getShape(Register virtReg) const { getShape() function
/llvm-project/mlir/lib/Dialect/
H A DTraits.cpp118 static ArrayRef<int64_t> getShape(Type type) { in getShape() function
/llvm-project/mlir/lib/IR/
H A DBuiltinTypes.cpp278 ArrayRef<int64_t> TensorType::getShape() const { getShape() function in TensorType
365 ArrayRef<int64_t> BaseMemRefType::getShape() const { getShape() function in BaseMemRefType
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp124 static std::pair<Value *, Value *> getShape(IntrinsicInst *II, unsigned OpNo) { getShape() function
193 static std::pair<Value *, Value *> getShape(PHINode *Phi) { getShape() function
[all...]
H A DX86FastPreTileConfig.cpp291 static ShapeT getShape(MachineRegisterInfo *MRI, Register TileReg) { getShape() function
/llvm-project/mlir/lib/AsmParser/
H A DAttributeParser.cpp482 ArrayRef<int64_t> getShape() const { return shape; } getShape() function in __anoneab743ba0311::TensorLiteralParser
/llvm-project/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp81 static std::optional<SmallVector<int64_t>> getShape(Operation *op) { in getShape() function
/llvm-project/flang/lib/Lower/OpenMP/
H A DClauseProcessor.cpp670 llvm::ArrayRef<int64_t> getShape() const { return shape; } getShape() function in Fortran::lower::omp::TypeInfo
/llvm-project/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp136 ArrayRef<int64_t> MMAMatrixType::getShape() const { getShape() function in MMAMatrixType
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp4072 llvm::SmallVector<mlir::Value> getShape(ArrayOperand array) { getShape() function in __anonb82c9c085811::ArrayExprLowering
4082 llvm::SmallVector<mlir::Value> getShape(fir::ArrayLoadOp arrayLoad) { getShape() function in __anonb82c9c085811::ArrayExprLowering
5588 llvm::SmallVector<mlir::Value> getShape(mlir::Type ty) { getShape() function in __anonb82c9c085811::ArrayExprLowering
[all...]
H A DBridge.cpp5604 getShape(const Fortran::lower::SomeExpr &expr) { getShape() function in __anonc6773cb50211::FirConverter