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.cpp1039 MCSymbol *MType = in EmitFPCallStub() local
1041 OutStreamer->emitSymbolAttribute(MType, MCSA_ELF_TypeFunction); in EmitFPCallStub()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h607 llvm::DIMacro *CreateMacro(llvm::DIMacroFile *Parent, unsigned MType,
H A DCGDebugInfo.cpp3539 unsigned MType, SourceLocation LineLoc, in CreateMacro() argument
3542 return DBuilder.createMacro(Parent, Line, MType, Name, Value); in CreateMacro()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14407 auto *MType = Matrix->getType()->getAs<ConstantMatrixType>(); in BuiltinMatrixTranspose() local
14408 if (!MType) { in BuiltinMatrixTranspose()
14417 MType->getElementType(), MType->getNumColumns(), MType->getNumRows()); in BuiltinMatrixTranspose()