Home
last modified time | relevance | path

Searched refs:convertTypeForMem (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.cpp402 auto pointeeType = convertTypeForMem(elemTy); in convertType()
424 mlir::Type elemTy = convertTypeForMem(arrTy->getElementType()); in convertType()
437 mlir::Type elemTy = convertTypeForMem(arrTy->getElementType()); in convertType()
500 mlir::Type CIRGenTypes::convertTypeForMem(clang::QualType qualType, in convertTypeForMem() function in CIRGenTypes
H A DCIRGenDecl.cpp51 mlir::Type allocaTy = convertTypeForMem(ty); in emitAutoVarAlloca()
283 mlir::Type lty = getTypes().convertTypeForMem(ty); in getOrCreateStaticVarDecl()
419 mlir::Type elemTy = convertTypeForMem(d.getType()); in emitStaticVarDecl()
H A DCIRGenExpr.cpp262 mlir::Type realVarTy = cgf.convertTypeForMem(vd->getType()); in emitGlobalVarDeclLValue()
332 mlir::Type resLTy = convertTypeForMem(dst.getType()); in emitStoreThroughBitfieldLValue()
473 mlir::Type memTy = convertTypeForMem(fieldType); in emitLValueForFieldInitialization()
775 const mlir::Type elementType = cgf.convertTypeForMem(eltType); in emitArraySubscriptPtr()
977 mlir::Type ty = convertTypeForMem(e->getType()); in emitCastLValue()
1378 convertTypeForMem(eltType)); in emitArrayToPointerDecay()
1654 return Address(load, convertTypeForMem(pointeeType), align); in emitLoadOfReference()
1692 Address result = createTempAlloca(convertTypeForMem(ty), align, loc, name, in createMemTemp()
H A DCIRGenTypes.h128 mlir::Type convertTypeForMem(clang::QualType, bool forBitField = false);
H A DCIRGenExprConstant.cpp397 mlir::Type destTy = cgm.getTypes().convertTypeForMem(destType); in tryEmit()
815 return builder.getNullPtr(getTypes().convertTypeForMem(t), loc); in emitNullConstant()
819 return builder.getNullValue(getTypes().convertTypeForMem(t), loc); in emitNullConstant()
H A DCIRGenFunction.cpp93 mlir::Type CIRGenFunction::convertTypeForMem(QualType t) { in convertTypeForMem() function in clang::CIRGen::CIRGenFunction
94 return cgm.getTypes().convertTypeForMem(t); in convertTypeForMem()
649 Address addr(val, convertTypeForMem(ty), alignment); in makeNaturalAlignAddrLValue()
H A DCIRGenCXXExpr.cpp365 mlir::Type elementTy = convertTypeForMem(allocType); in emitCXXNewExpr()
H A DCIRGenFunction.h105 mlir::Type convertTypeForMem(QualType t);
528 return Address(ptr, convertTypeForMem(t), alignment);
H A DCIRGenRecordLayoutBuilder.cpp156 mlir::Type type = cirGenTypes.convertTypeForMem(fieldDecl->getType()); in getStorageType()
H A DCIRGenModule.cpp629 ty = getTypes().convertTypeForMem(astTy); in getOrCreateCIRGlobal()
647 ty = getTypes().convertTypeForMem(astTy); in getAddrOfGlobalVar()