/llvm-project/mlir/lib/Dialect/Arith/Utils/ |
H A D | Utils.cpp | 142 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 D | MemoryPromotion.cpp | 124 auto toType = cast<MemRefType>(to.getType()); in insertCopies() local
|
/llvm-project/clang/lib/Tooling/ |
H A D | InterpolatingCompilationDatabase.cpp | 251 static types::ID toType(Language Lang) { in toType() function
|
/llvm-project/flang/lib/Lower/ |
H A D | IO.cpp | 1040 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 D | Bridge.cpp | 4186 mlir::Type toType = genType(assign.lhs); genImplicitConvert() local
|
H A D | ConvertExpr.cpp | 5038 convertAdjustedType(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Type toType,const ExtValue & exv) convertAdjustedType() argument
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | Character.cpp | 887 mlir::Type toType = in convertCharacterKind() local
|
H A D | HLFIRTools.cpp | 1206 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 D | tools.cpp | 1181 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 D | LinalgOps.cpp | 515 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 D | NVPTXISelDAGToDAG.cpp | 1739 unsigned int toType = getLdStRegType(ScalarVT); tryStore() local
|
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
H A D | SPIRVToLLVM.cpp | 850 Type toType = op.getType(); matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/MemRef/IR/ |
H A D | MemRefOps.cpp | 790 if (fromType.getShape() == toType.getShape() && in matchAndRewrite() local 806 if (fromType.getShape() == toType.getShape() && in matchAndRewrite() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 1279 doIntegralCast(Sema & S,Expr * op,QualType toType) doIntegralCast() argument 1283 doComplexIntegralCast(Sema & S,Expr * op,QualType toType) doComplexIntegralCast() argument
|