Searched refs:MType (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 1073 MCSymbol *MType = in EmitFPCallStub() local 1075 OutStreamer->emitSymbolAttribute(MType, MCSA_ELF_TypeFunction); in EmitFPCallStub()
|
| /llvm-project-15.0.7/clang/unittests/CodeGen/ |
| H A D | IRMatchers.h | 384 MType(std::function<bool(const Type &)> C) { in MType() function
|
| H A D | TBAAMetadataTest.cpp | 1214 MValType(MType([](const Type &T)->bool { return T.isDoubleTy(); })), in TEST()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 571 llvm::DIMacro *CreateMacro(llvm::DIMacroFile *Parent, unsigned MType,
|
| H A D | CGDebugInfo.cpp | 3251 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 D | SemaChecking.cpp | 17606 auto *MType = Matrix->getType()->getAs<ConstantMatrixType>(); in SemaBuiltinMatrixTranspose() local 17607 if (!MType) { in SemaBuiltinMatrixTranspose() 17616 MType->getElementType(), MType->getNumColumns(), MType->getNumRows()); in SemaBuiltinMatrixTranspose()
|