/llvm-project/clang/test/SemaObjC/ |
H A D | super-cat-prot.m | 19 @interface NSBox : NSView {} - (NSBoxType)boxType; @end method
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | AssumedRankOpConversion.cpp | 35 static int getCFIAttribute(mlir::Type boxType) { in getCFIAttribute() argument
|
H A D | SimplifyIntrinsics.cpp | 136 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 D | TemporaryStorage.cpp | 182 mlir::Type boxType; local 251 mlir::Type boxType; local
|
H A D | MutableBox.cpp | 330 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 D | FIRBuilder.cpp | 417 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 D | Character.cpp | 29 if (auto boxType = mlir::dyn_cast<fir::BoxCharType>(type)) in unwrapBoxAndRef() local
|
H A D | HLFIRTools.cpp | 351 mlir::Type boxType = fir::BoxType::get(var.getElementOrSequenceType()); genVariableBox() local
|
H A D | IntrinsicCall.cpp | 5678 fir::BaseBoxType boxType = mold->getBoxTy(); genNull() local
|
/llvm-project/flang/include/flang/Optimizer/Builder/ |
H A D | TemporaryStorage.h | 229 std::optional<mlir::Type> boxType; variable
|
/llvm-project/flang/lib/Lower/ |
H A D | HlfirIntrinsics.cpp | 189 mlir::Type boxType = box.getType(); loadBoxAddress() local
|
H A D | CustomIntrinsicCall.cpp | 286 mlir::Type boxType = mlir::isa<fir::BaseBoxType>(targetType) in lowerAssociated() local
|
H A D | ConvertArrayConstructor.cpp | 311 allocatableTemp = builder.createTemporary(loc, boxType, tempName); local
|
H A D | ConvertCall.cpp | 1239 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 D | ConvertVariable.cpp | 228 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 D | Allocatable.cpp | 1012 if (auto boxType = mlir::dyn_cast<fir::BaseBoxType>(baseAddrTy)) createMutableProperties() local
|
H A D | CallInterface.cpp | 1152 mlir::Type boxType = fir::wrapInClassOrBoxType( handleExplicitDummy() local
|
H A D | IO.cpp | 568 fir::BoxType boxType = fir::BoxType::get(fir::PointerType::get(type)); getNamelistGroup() local
|
H A D | ConvertExpr.cpp | 504 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 D | ReductionProcessor.cpp | 603 mlir::Type boxType = loadedBox.getType(); createReductionInitRegion() local
|
H A D | ClauseProcessor.cpp | 29 if (auto boxType = mlir::dyn_cast_or_null<fir::BoxType>(type)) in checkMapType() local
|
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ |
H A D | BufferizeHLFIR.cpp | 620 mlir::Type boxType = fir::BoxType::get(heapType); genBufferDestruction() local
|
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | CodeGen.cpp | 2744 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 D | HLFIROps.cpp | 76 fir::BaseBoxType boxType = isAllocatableBoxRef() local
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIROps.cpp | 3615 if (auto boxType = mlir::dyn_cast<fir::BoxType>(getSelector().getType())) verify() local 4114 auto boxType = mlir::dyn_cast_or_null<fir::BaseBoxType>( verify() local
|