Searched refs:convertTypeForMem (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenTypes.cpp | 402 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 D | CIRGenDecl.cpp | 51 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 D | CIRGenExpr.cpp | 262 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 D | CIRGenTypes.h | 128 mlir::Type convertTypeForMem(clang::QualType, bool forBitField = false);
|
| H A D | CIRGenExprConstant.cpp | 397 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 D | CIRGenFunction.cpp | 93 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 D | CIRGenCXXExpr.cpp | 365 mlir::Type elementTy = convertTypeForMem(allocType); in emitCXXNewExpr()
|
| H A D | CIRGenFunction.h | 105 mlir::Type convertTypeForMem(QualType t); 528 return Address(ptr, convertTypeForMem(t), alignment);
|
| H A D | CIRGenRecordLayoutBuilder.cpp | 156 mlir::Type type = cirGenTypes.convertTypeForMem(fieldDecl->getType()); in getStorageType()
|
| H A D | CIRGenModule.cpp | 629 ty = getTypes().convertTypeForMem(astTy); in getOrCreateCIRGlobal() 647 ty = getTypes().convertTypeForMem(astTy); in getAddrOfGlobalVar()
|