Home
last modified time | relevance | path

Searched defs:boxType (Results 1 – 25 of 25) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Dsuper-cat-prot.m19 @interface NSBox : NSView {} - (NSBoxType)boxType; @end method
/llvm-project/flang/lib/Optimizer/Transforms/
H A DAssumedRankOpConversion.cpp35 static int getCFIAttribute(mlir::Type boxType) { in getCFIAttribute() argument
H A DSimplifyIntrinsics.cpp136 mlir::Type boxType = fir::BoxType::get(builder.getNoneType()); genNoneBoxType() local
240 auto boxType = mlir::cast<fir::BoxType>(val.getType()); getArgElementType() local
557 mlir::Type boxType = fir::BoxType::get(builder.getNoneType()); genRuntimeMinlocType() local
892 mlir::Type boxType = fir::BoxType::get(builder.getNoneType()); genRuntimeDotType() local
[all...]
/llvm-project/flang/lib/Optimizer/Builder/
H A DTemporaryStorage.cpp182 mlir::Type boxType; local
251 mlir::Type boxType; local
H A DMutableBox.cpp330 createUnallocatedBox(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Type boxType,mlir::ValueRange nonDeferredParams,mlir::Value typeSourceBox) createUnallocatedBox() argument
385 mlir::Type boxType; createTempMutableBox() local
H A DFIRBuilder.cpp417 if (auto boxType = mlir::dyn_cast<fir::BoxCharType>(toTy)) { convertWithSemantics() local
673 createBox(mlir::Location loc,mlir::Type boxType,mlir::Value addr,mlir::Value shape,mlir::Value slice,llvm::ArrayRef<mlir::Value> lengths,mlir::Value tdesc) createBox() argument
1345 if (auto boxType = mlir::dyn_cast<fir::BaseBoxType>(fieldType)) recordTypeCanBeMemCopied() local
1604 createNullBoxProc(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Type boxType) createNullBoxProc() argument
H A DCharacter.cpp29 if (auto boxType = mlir::dyn_cast<fir::BoxCharType>(type)) in unwrapBoxAndRef() local
H A DHLFIRTools.cpp351 mlir::Type boxType = fir::BoxType::get(var.getElementOrSequenceType()); genVariableBox() local
H A DIntrinsicCall.cpp5678 fir::BaseBoxType boxType = mold->getBoxTy(); genNull() local
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DTemporaryStorage.h229 std::optional<mlir::Type> boxType; variable
/llvm-project/flang/lib/Lower/
H A DHlfirIntrinsics.cpp189 mlir::Type boxType = box.getType(); loadBoxAddress() local
H A DCustomIntrinsicCall.cpp286 mlir::Type boxType = mlir::isa<fir::BaseBoxType>(targetType) in lowerAssociated() local
H A DConvertArrayConstructor.cpp311 allocatableTemp = builder.createTemporary(loc, boxType, tempName); local
H A DConvertCall.cpp1239 mlir::Type boxType = fir::BoxType::get( preparePresentUserCallActualArgument() local
1297 mlir::Type boxType = fir::BoxType::get( preparePresentUserCallActualArgument() local
1785 mlir::Type boxType = box.getType(); genOptionalBox() local
H A DConvertVariable.cpp228 genInitialDataTarget(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Type boxType,const Fortran::lower::SomeExpr & initialTarget,bool couldBeInEquivalence) genInitialDataTarget() argument
281 mlir::Type boxType = converter.genType(*sym); genInitialDataTarget() local
H A DAllocatable.cpp1012 if (auto boxType = mlir::dyn_cast<fir::BaseBoxType>(baseAddrTy)) createMutableProperties() local
H A DCallInterface.cpp1152 mlir::Type boxType = fir::wrapInClassOrBoxType( handleExplicitDummy() local
H A DIO.cpp568 fir::BoxType boxType = fir::BoxType::get(fir::PointerType::get(type)); getNamelistGroup() local
H A DConvertExpr.cpp504 mlir::Type boxType = box.getType(); genOptionalBox() local
577 mlir::Type boxType = box.getType(); absentBoxToUnallocatedBox() local
723 mlir::Type boxType = fir::BoxType::get(polyRefTy); genMutableBoxValueImpl() local
/llvm-project/flang/lib/Lower/OpenMP/
H A DReductionProcessor.cpp603 mlir::Type boxType = loadedBox.getType(); createReductionInitRegion() local
H A DClauseProcessor.cpp29 if (auto boxType = mlir::dyn_cast_or_null<fir::BoxType>(type)) in checkMapType() local
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DBufferizeHLFIR.cpp620 mlir::Type boxType = fir::BoxType::get(heapType); genBufferDestruction() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp2744 if (auto boxType = mlir::dyn_cast<fir::BaseBoxType>(global.getType())) matchAndRewrite() local
3484 mlir::Type boxType = fir::unwrapRefType(boxOffset.getBoxRef().getType()); matchAndRewrite() local
/llvm-project/flang/lib/Optimizer/HLFIR/IR/
H A DHLFIROps.cpp76 fir::BaseBoxType boxType = isAllocatableBoxRef() local
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp3615 if (auto boxType = mlir::dyn_cast<fir::BoxType>(getSelector().getType())) verify() local
4114 auto boxType = mlir::dyn_cast_or_null<fir::BaseBoxType>( verify() local