Home
last modified time | relevance | path

Searched defs:arrayTy (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprAggregate.cpp116 void AggExprEmitter::emitArrayInit(Address destPtr, cir::ArrayType arrayTy, in emitArrayInit()
355 cir::ArrayType arrayTy = in visitCXXParenListOrInitListExpr() local
H A DCIRGenBuilder.cpp17 const auto arrayTy = mlir::dyn_cast<cir::ArrayType>(arrayPtrTy.getPointee()); in maybeBuildArrayDecay() local
H A DCIRGenOpenACC.cpp99 auto *arrayTy = getContext().getAsConstantArrayType(baseTy); in getOpenACCDataOperandInfo() local
H A DCIRGenBuilder.h45 auto arrayTy = cir::ArrayType::get(eltTy, finalSize); in getString() local
H A DCIRGenExprConstant.cpp704 const ArrayType *arrayTy = cgm.getASTContext().getAsArrayType(destType); in tryEmitPrivate() local
H A DCIRGenExpr.cpp1364 mlir::Type arrayTy = convertType(e->getType()); in emitArrayToPointerDecay() local
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRAttrs.cpp229 const auto arrayTy = mlir::cast<ArrayType>(type); in verify() local
242 const auto arrayTy = mlir::cast<ArrayType>(type); in verify() local
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/
H A DLoweringHelpers.cpp26 const auto arrayTy = mlir::cast<cir::ArrayType>(attr.getType()); in convertStringAttrToDenseElementsAttr() local
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp333 mlir::Type arrayTy = attr.getType(); in visitCirAttr() local
351 auto arrayTy = mlir::dyn_cast<cir::ArrayType>(strAttr.getType()); in visitCirAttr() local