Home
last modified time | relevance | path

Searched defs:toType (Results 1 – 14 of 14) sorted by relevance

/llvm-project/mlir/lib/Dialect/Arith/Utils/
H A DUtils.cpp142 IntegerType toType, bool isUnsigned) { in convertScalarToIntDtype() argument
168 FloatType toType, boo in convertScalarToFpDtype() argument
240 convertScalarToDtype(OpBuilder & b,Location loc,Value operand,Type toType,bool isUnsignedCast) convertScalarToDtype() argument
[all...]
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DMemoryPromotion.cpp124 auto toType = cast<MemRefType>(to.getType()); in insertCopies() local
/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp251 static types::ID toType(Language Lang) { in toType() function
/llvm-project/flang/lib/Lower/
H A DIO.cpp1040 mlir::Location loc, mlir::Type toType) { in locToLineNo() argument
1053 mlir::Location loc, mlir::Type toType) { in getDefaultScratchLen() argument
1033 locToFilename(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Type toType) locToFilename() argument
1046 getDefaultScratch(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Type toType) getDefaultScratch() argument
H A DBridge.cpp4186 mlir::Type toType = genType(assign.lhs); genImplicitConvert() local
H A DConvertExpr.cpp5038 convertAdjustedType(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Type toType,const ExtValue & exv) convertAdjustedType() argument
/llvm-project/flang/lib/Optimizer/Builder/
H A DCharacter.cpp887 mlir::Type toType = in convertCharacterKind() local
H A DHLFIRTools.cpp1206 genTypeAndKindConvert(mlir::Location loc,fir::FirOpBuilder & builder,hlfir::Entity source,mlir::Type toType,bool preserveLowerBounds) genTypeAndKindConvert() argument
[all...]
/llvm-project/flang/lib/Evaluate/
H A Dtools.cpp1181 DataConstantConversionHelper(FoldingContext & context,const DynamicType & toType,const Expr<SomeType> & expr) DataConstantConversionHelper() argument
1223 DataConstantConversionExtension(FoldingContext & context,const DynamicType & toType,const Expr<SomeType> & expr0) DataConstantConversionExtension() argument
/llvm-project/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp515 buildTypeFn(TypeFn typeFn,Type toType,Value operand) buildTypeFn() argument
558 cast(Type toType,Value operand,bool isUnsignedCast) cast() argument
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1739 unsigned int toType = getLdStRegType(ScalarVT); tryStore() local
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp850 Type toType = op.getType(); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp790 if (fromType.getShape() == toType.getShape() && in matchAndRewrite() local
806 if (fromType.getShape() == toType.getShape() && in matchAndRewrite() local
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1279 doIntegralCast(Sema & S,Expr * op,QualType toType) doIntegralCast() argument
1283 doComplexIntegralCast(Sema & S,Expr * op,QualType toType) doComplexIntegralCast() argument