Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1068 MCSymbol *MType = in EmitFPCallStub() local
1070 OutStreamer->emitSymbolAttribute(MType, MCSA_ELF_TypeFunction); in EmitFPCallStub()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h632 llvm::DIMacro *CreateMacro(llvm::DIMacroFile *Parent, unsigned MType,
H A DCGDebugInfo.cpp3780 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 DSemaChecking.cpp15875 auto *MType = Matrix->getType()->getAs<ConstantMatrixType>(); in BuiltinMatrixTranspose() local
15876 if (!MType) { in BuiltinMatrixTranspose()
15886 MType->getElementType(), MType->getNumColumns(), MType->getNumRows()); in BuiltinMatrixTranspose()