Searched defs:toTy (Results 1 – 10 of 10) sorted by relevance
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | BoxedProcedure.cpp | 247 auto toTy = runOnOperation() local 264 mlir::Type toTy = typeConverter.convertType( runOnOperation() local 300 auto toTy = typeConverter.convertType(ty); runOnOperation() local 308 auto toTy = typeConverter.convertType(unwrapRefType(ty)); runOnOperation() local 323 auto toTy = typeConverter.convertType(unwrapRefType(ty)); runOnOperation() local 339 auto toTy = typeConverter.convertType(ty); runOnOperation() local 351 auto toTy = typeConverter.convertType(ty); runOnOperation() local 363 auto toTy = typeConverter.convertType(ty); runOnOperation() local 373 auto toTy = typeConverter.convertType(i.value()); runOnOperation() local 385 mlir::Type toTy = runOnOperation() local [all...] |
H A D | CodeGen.cpp | 656 auto toTy = convertType(toFirTy); matchAndRewrite() local 722 __anon6cb624db0602(mlir::Value val, unsigned fromBits, unsigned toBits, mlir::Type toTy) matchAndRewrite() argument [all...] |
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | CharacterConversion.cpp | 75 auto toTy = rewriter.getIntegerType(toBits); in matchAndRewrite() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SValBuilder.cpp | 113 makeNonLoc(const SymExpr * operand,QualType fromTy,QualType toTy) makeNonLoc() argument
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | Character.cpp | 405 auto toTy = fir::unwrapRefType(addr.getType()); in createLengthOneAssign() local
|
H A D | FIRBuilder.cpp | 385 convertWithSemantics(mlir::Location loc,mlir::Type toTy,mlir::Value val,bool allowCharacterConversion,bool allowRebox) convertWithSemantics() argument 459 createConvert(mlir::Location loc,mlir::Type toTy,mlir::Value val) createConvert() argument [all...] |
H A D | IntrinsicCall.cpp | 3936 mlir::Type toTy = builder.getRefType(charType); genIchar() local
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIROps.cpp | 1321 if (auto toTy = mlir::dyn_cast<fir::LogicalType>(getType())) fold() local 1327 if (auto toTy = mlir::dyn_cast<mlir::IntegerType>(getType())) fold() local
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertExpr.cpp | 549 mlir::Type toTy = boxTy.getEleTy(); createBoxProcCharTuple() local 3567 auto toTy = fir::HeapType::get(seqTy); lowerLazyArrayExpression() local 4206 auto toTy = fir::SequenceType::get(raggedTy, offsets.size()); prepareRaggedArrays() local 6206 mlir::Type toTy = builder.getRefType(builder.getVarLenSeqTy(chTy)); copyNextArrayCtorSection() local
|
H A D | Bridge.cpp | 2414 mlir::Type toTy = genType(*sym); forceControlVariableBinding() local 4625 mlir::Type toTy = genType(assign.lhs); genAssignment() local
|