Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DWindowsMachineFlag.cpp34 StringRef llvm::machineToStr(COFF::MachineTypes MT) { in machineToStr()
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLinux.cpp134 std::string MT = std::string(IsMipsR6 ? "mipsisa64r6" : "mips64") + getMultiarchTriple() local
143 std::string MT = std::string(IsMipsR6 ? "mipsisa64r6el" : "mips64el") + getMultiarchTriple() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp95 const ConstantMatrixType *MT = cast<ConstantMatrixType>(Ty); ConvertTypeForMem() local
618 const ConstantMatrixType *MT = cast<ConstantMatrixType>(Ty); ConvertType() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h430 MappingType MT) in MappingNode()
/freebsd-src/sys/dev/smc/
H A Dif_smcreg.h209 #define MT 0x0 macro
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp336 encodeMemoryElementType(uint64_t MT) encodeMemoryElementType() argument
341 encodeMergeType(uint64_t MT) encodeMergeType() argument
H A DClangDiagnosticsEmitter.cpp451 static StringRef getModifierName(ModifierType MT) { in getModifierName() argument
H A DMveEmitter.cpp1790 const MultiVectorType *MT = getMultiVectorType(n, VT); EmitHeader() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1055 else if (const MemberPointerType *MT = T->getAs<MemberPointerType>()) canCalleeThrow() local
H A DSemaOpenMP.cpp23316 ActOnOpenMPDeclareTargetName(NamedDecl * ND,SourceLocation Loc,OMPDeclareTargetDeclAttr::MapTypeTy MT,DeclareTargetContextInfo & DTCI) ActOnOpenMPDeclareTargetName() argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1819 OMPDeclareTargetDeclAttr::MapTypeTy MT = OMPDeclareTargetDeclAttr::MT_To; ParseOMPDeclareTargetClauses() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp214 if (auto *MT = dyn_cast<MemTransferInst>(MI)) { SimplifyAnyMemTransfer() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp385 if (const auto *MT = dyn_cast<MaterializeTemporaryExpr>(Result)) { in createTemporaryRegionIfNeeded() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2198 if (const auto *MT = dyn_cast<MatrixType>(CanonicalType)) hasFloatingRepresentation() local
H A DASTContext.cpp1960 const auto *MT = cast<ConstantMatrixType>(T); getTypeInfoImpl() local
10269 QualType MT = mergeTypes(ET, SubType, OfBlockPointer, Unqualified); mergeTransparentUnionType() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11280 OMPDeclareTargetDeclAttr::MapTypeTy MT; global() member