Searched refs:MType (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 1035 MCSymbol *MType = in EmitFPCallStub() local 1037 OutStreamer->emitSymbolAttribute(MType, MCSA_ELF_TypeFunction); in EmitFPCallStub()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 591 llvm::DIMacro *CreateMacro(llvm::DIMacroFile *Parent, unsigned MType,
|
| H A D | CGDebugInfo.cpp | 3413 unsigned MType, SourceLocation LineLoc, in CreateMacro() argument 3416 return DBuilder.createMacro(Parent, Line, MType, Name, Value); in CreateMacro()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 19717 auto *MType = Matrix->getType()->getAs<ConstantMatrixType>(); in SemaBuiltinMatrixTranspose() local 19718 if (!MType) { in SemaBuiltinMatrixTranspose() 19727 MType->getElementType(), MType->getNumColumns(), MType->getNumRows()); in SemaBuiltinMatrixTranspose()
|