Searched refs:MType (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 1068 MCSymbol *MType = in EmitFPCallStub() local 1070 OutStreamer->emitSymbolAttribute(MType, MCSA_ELF_TypeFunction); in EmitFPCallStub()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 632 llvm::DIMacro *CreateMacro(llvm::DIMacroFile *Parent, unsigned MType,
|
| H A D | CGDebugInfo.cpp | 3780 unsigned MType, SourceLocation LineLoc, in CreateMacro() argument 3783 return DBuilder.createMacro(Parent, Line, MType, Name, Value); in CreateMacro()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 15875 auto *MType = Matrix->getType()->getAs<ConstantMatrixType>(); in BuiltinMatrixTranspose() local 15876 if (!MType) { in BuiltinMatrixTranspose() 15886 MType->getElementType(), MType->getNumColumns(), MType->getNumRows()); in BuiltinMatrixTranspose()
|