Searched refs:MType (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsAsmPrinter.cpp | 1039 MCSymbol *MType = in EmitFPCallStub() local 1041 OutStreamer->emitSymbolAttribute(MType, MCSA_ELF_TypeFunction); in EmitFPCallStub()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 607 llvm::DIMacro *CreateMacro(llvm::DIMacroFile *Parent, unsigned MType,
|
H A D | CGDebugInfo.cpp | 3539 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 D | SemaChecking.cpp | 14407 auto *MType = Matrix->getType()->getAs<ConstantMatrixType>(); in BuiltinMatrixTranspose() local 14408 if (!MType) { in BuiltinMatrixTranspose() 14417 MType->getElementType(), MType->getNumColumns(), MType->getNumRows()); in BuiltinMatrixTranspose()
|