Home
last modified time | relevance | path

Searched refs:buffTy (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DBoxedProcedure.cpp229 mlir::Type buffTy = SequenceType::get({32}, i8Ty); in runOnOperation() local
230 auto buffer = builder.create<AllocaOp>(loc, buffTy); in runOnOperation()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp1139 auto buffTy = fir::HeapType::get(arrTy); in getRaggedArrayHeaderType() local
1142 return mlir::TupleType::get(builder.getContext(), {i64Ty, buffTy, shTy}); in getRaggedArrayHeaderType()
/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp3162 mlir::Type buffTy = ty.getType(1); in addMaskVariable() local
3177 mlir::Value nullPtr1 = builder->createNullConstant(loc, buffTy); in addMaskVariable()
3179 loc, builder->getRefType(buffTy), hdr, one); in addMaskVariable()
H A DIntrinsicCall.cpp1613 auto buffTy = buffer.getType(); in toValue() local
1614 if (buffTy.isa<mlir::FunctionType>()) in toValue()
1617 if (buffTy.isa<fir::BoxCharType>()) in toValue()
H A DConvertExpr.cpp4543 mlir::Type buffTy = in genMasks() local
4546 mlir::Value buff = builder.createConvert(loc, buffTy, db); in genMasks()