Home
last modified time | relevance | path

Searched defs:inType (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Conversion/ArithToAMDGPU/
H A DArithToAMDGPU.cpp89 return success(isa<Float8E5M2FNUZType, Float8E4M3FNUZType>(inType)); in rewrite() local
66 Type inType = op.getIn().getType(); match() local
189 auto inType = dyn_cast<FloatType>(getElementTypeOrSelf(op.getIn().getType())); match() local
[all...]
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp57 static bool verifyInType(mlir::Type inType, in verifyInType() argument
84 static bool verifyTypeParamCount(mlir::Type inType, unsigned numParams) { in verifyTypeParamCount() argument
188 mlir::OperationState &result, mlir::Type inType, in build() argument
199 mlir::OperationState &result, mlir::Type inType, in build() argument
210 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Type inType,llvm::StringRef uniqName,llvm::StringRef bindcName,mlir::ValueRange typeparams,mlir::ValueRange shape,llvm::ArrayRef<mlir::NamedAttribute> attributes) build() argument
224 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Type inType,llvm::StringRef uniqName,llvm::StringRef bindcName,bool pinned,mlir::ValueRange typeparams,mlir::ValueRange shape,llvm::ArrayRef<mlir::NamedAttribute> attributes) build() argument
239 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Type inType,mlir::ValueRange typeparams,mlir::ValueRange shape,llvm::ArrayRef<mlir::NamedAttribute> attributes) build() argument
248 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Type inType,bool pinned,mlir::ValueRange typeparams,mlir::ValueRange shape,llvm::ArrayRef<mlir::NamedAttribute> attributes) build() argument
302 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Type inType,llvm::StringRef uniqName,mlir::ValueRange typeparams,mlir::ValueRange shape,llvm::ArrayRef<mlir::NamedAttribute> attributes) build() argument
313 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Type inType,llvm::StringRef uniqName,llvm::StringRef bindcName,mlir::ValueRange typeparams,mlir::ValueRange shape,llvm::ArrayRef<mlir::NamedAttribute> attributes) build() argument
325 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Type inType,mlir::ValueRange typeparams,mlir::ValueRange shape,llvm::ArrayRef<mlir::NamedAttribute> attributes) build() argument
1409 canBeConverted(mlir::Type inType,mlir::Type outType) canBeConverted() argument
3823 build(mlir::OpBuilder & builder,mlir::OperationState & result,fir::CharacterType inType,llvm::StringRef val,std::optional<int64_t> len) build() argument
3844 build(mlir::OpBuilder & builder,mlir::OperationState & result,fir::CharacterType inType,llvm::ArrayRef<char> vlist,std::optional<std::int64_t> len) build() argument
3857 build(mlir::OpBuilder & builder,mlir::OperationState & result,fir::CharacterType inType,llvm::ArrayRef<char16_t> vlist,std::optional<std::int64_t> len) build() argument
3870 build(mlir::OpBuilder & builder,mlir::OperationState & result,fir::CharacterType inType,llvm::ArrayRef<char32_t> vlist,std::optional<std::int64_t> len) build() argument
[all...]
/llvm-project/flang/lib/Optimizer/Dialect/CUF/
H A DCUFOps.cpp38 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Type inType,llvm::StringRef uniqName,llvm::StringRef bindcName,cuf::DataAttributeAttr cudaAttr,mlir::ValueRange typeparams,mlir::ValueRange shape,llvm::ArrayRef<mlir::NamedAttribute> attributes) build() argument
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DEmulateWideInt.cpp544 Type inType = op.getIn().getType(); in matchAndRewrite() local
566 Type inType = op.getIn().getType(); in matchAndRewrite() local
/llvm-project/mlir/lib/IR/
H A DBuiltinAttributes.cpp1452 mappingHelper(Fn mapping,Attr & attr,ShapedType inType,Type newElementType,llvm::SmallVectorImpl<char> & data) mappingHelper() argument