Home
last modified time | relevance | path

Searched defs:toTy (Results 1 – 10 of 10) sorted by relevance

/llvm-project/flang/lib/Optimizer/CodeGen/
H A DBoxedProcedure.cpp247 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 DCodeGen.cpp656 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 DCharacterConversion.cpp75 auto toTy = rewriter.getIntegerType(toBits); in matchAndRewrite() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp113 makeNonLoc(const SymExpr * operand,QualType fromTy,QualType toTy) makeNonLoc() argument
/llvm-project/flang/lib/Optimizer/Builder/
H A DCharacter.cpp405 auto toTy = fir::unwrapRefType(addr.getType()); in createLengthOneAssign() local
H A DFIRBuilder.cpp385 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 DIntrinsicCall.cpp3936 mlir::Type toTy = builder.getRefType(charType); genIchar() local
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp1321 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 DConvertExpr.cpp549 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 DBridge.cpp2414 mlir::Type toTy = genType(*sym); forceControlVariableBinding() local
4625 mlir::Type toTy = genType(assign.lhs); genAssignment() local