Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1073 MCSymbol *MType = in EmitFPCallStub() local
1075 OutStreamer->emitSymbolAttribute(MType, MCSA_ELF_TypeFunction); in EmitFPCallStub()
/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DIRMatchers.h384 MType(std::function<bool(const Type &)> C) { in MType() function
H A DTBAAMetadataTest.cpp1214 MValType(MType([](const Type &T)->bool { return T.isDoubleTy(); })), in TEST()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.h571 llvm::DIMacro *CreateMacro(llvm::DIMacroFile *Parent, unsigned MType,
H A DCGDebugInfo.cpp3251 unsigned MType, SourceLocation LineLoc, in CreateMacro() argument
3254 return DBuilder.createMacro(Parent, Line, MType, Name, Value); in CreateMacro()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp17606 auto *MType = Matrix->getType()->getAs<ConstantMatrixType>(); in SemaBuiltinMatrixTranspose() local
17607 if (!MType) { in SemaBuiltinMatrixTranspose()
17616 MType->getElementType(), MType->getNumColumns(), MType->getNumRows()); in SemaBuiltinMatrixTranspose()