Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenRecordLayoutBuilder.cpp62 CIRRecordLowering(CIRGenTypes &cirGenTypes, const RecordDecl *recordDecl,
111 return cirGenTypes.isZeroInitializable(fd->getType()); in isZeroInitializable()
114 return cirGenTypes.isZeroInitializable(rd); in isZeroInitializable()
121 return cir::IntType::get(&cirGenTypes.getMLIRContext(), alignedBits, in getUIntNType()
126 return cir::IntType::get(&cirGenTypes.getMLIRContext(), in getCharType()
141 return cirGenTypes.getCIRGenRecordLayout(RD).getBaseSubobjectCIRType(); in getStorageType()
156 mlir::Type type = cirGenTypes.convertTypeForMem(fieldDecl->getType()); in getStorageType()
158 cirGenTypes.getCGModule().errorNYI(recordDecl->getSourceRange(), in getStorageType()
178 CIRGenTypes &cirGenTypes; member
207 CIRRecordLowering::CIRRecordLowering(CIRGenTypes &cirGenTypes, in CIRRecordLowering() argument
[all …]