Home
last modified time | relevance | path

Searched defs:MT (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWindowsMachineFlag.cpp31 StringRef llvm::machineToStr(COFF::MachineTypes MT) { in machineToStr()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmmix-opc.c83 #define MT mmix_type_memaccess_tetra macro
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmmix-opc.c83 #define MT mmix_type_memaccess_tetra macro
/netbsd-src/games/sail/
H A Dglobals.c494 const char MT[9][3] = { variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DLinux.cpp98 std::string MT = std::string(IsMipsR6 ? "mipsisa64r6" : "mips64") + in getMultiarchTriple() local
109 std::string MT = std::string(IsMipsR6 ? "mipsisa64r6el" : "mips64el") + in getMultiarchTriple() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.cpp93 const ConstantMatrixType *MT = cast<ConstantMatrixType>(Ty); in ConvertTypeForMem() local
699 const ConstantMatrixType *MT = cast<ConstantMatrixType>(Ty); in ConvertType() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DSveEmitter.cpp316 uint64_t encodeMemoryElementType(uint64_t MT) { in encodeMemoryElementType()
321 uint64_t encodeMergeType(uint64_t MT) { in encodeMergeType()
H A DClangDiagnosticsEmitter.cpp451 static StringRef getModifierName(ModifierType MT) { in getModifierName()
H A DMveEmitter.cpp1785 const MultiVectorType *MT = getMultiVectorType(n, VT); in EmitHeader() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DYAMLParser.h425 MappingType MT) in MappingNode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1041 else if (const MemberPointerType *MT = T->getAs<MemberPointerType>()) in canCalleeThrow() local
H A DSemaOpenMP.cpp20068 NamedDecl *ND, SourceLocation Loc, OMPDeclareTargetDeclAttr::MapTypeTy MT, in ActOnOpenMPDeclareTargetName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp209 if (auto *MT = dyn_cast<MemTransferInst>(MI)) { in SimplifyAnyMemTransfer() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp1674 OMPDeclareTargetDeclAttr::MapTypeTy MT = OMPDeclareTargetDeclAttr::MT_To; in ParseOMPDeclareTargetClauses() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp373 if (const auto *MT = dyn_cast<MaterializeTemporaryExpr>(Result)) { in createTemporaryRegionIfNeeded() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1601 CXType MT = clang_Type_getModifiedType(T); in PrintType() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1984 const auto *MT = cast<ConstantMatrixType>(T); in getTypeInfoImpl() local
9386 QualType MT = mergeTypes(ET, SubType, OfBlockPointer, Unqualified); in mergeTransparentUnionType() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h10156 OMPDeclareTargetDeclAttr::MapTypeTy MT; member