Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1074 MCSymbol *MType = in EmitFPCallStub() local
1076 OutStreamer->emitSymbolAttribute(MType, MCSA_ELF_TypeFunction); in EmitFPCallStub()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h538 llvm::DIMacro *CreateMacro(llvm::DIMacroFile *Parent, unsigned MType,
H A DCGDebugInfo.cpp3125 unsigned MType, SourceLocation LineLoc, in CreateMacro() argument
3128 return DBuilder.createMacro(Parent, Line, MType, Name, Value); in CreateMacro()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp16080 auto *MType = Matrix->getType()->getAs<ConstantMatrixType>(); in SemaBuiltinMatrixTranspose() local
16081 if (!MType) { in SemaBuiltinMatrixTranspose()
16089 MType->getElementType(), MType->getNumColumns(), MType->getNumRows()); in SemaBuiltinMatrixTranspose()