Home
last modified time | relevance | path

Searched defs:MC (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaInstPrinter.cpp59 void XtensaInstPrinter::printOperand(const MCOperand &MC, raw_ostream &O) { in printOperand()
95 const MCOperand &MC = MI->getOperand(OpNum); in printBranchTarget() local
110 const MCOperand &MC = MI->getOperand(OpNum); in printJumpTarget() local
126 const MCOperand &MC = MI->getOperand(OpNum); in printCallOperand() local
141 const MCOperand &MC = MI->getOperand(OpNum); in printL32RTarget() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp44 if (MoveChildMatcher *MC = dyn_cast<MoveChildMatcher>(N)) { in ContractNodes() local
79 if (MoveChildMatcher *MC = dyn_cast<MoveChildMatcher>(N)) in ContractNodes() local
162 if (auto *MC = dyn_cast<MoveChildMatcher>(MP->getNext())) { in ContractNodes() local
169 if (auto *MC = dyn_cast<MoveChildMatcher>(RC->getNext())) { in ContractNodes() local
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DVisitor.h82 std::unique_ptr<clang::ItaniumMangleContext> MC; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp43 MCContext &MC = Printer.OutContext; in GetSymbolRef() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp47 MultiClass *MC = nullptr; member
125 static Init *QualifyName(MultiClass *MC, Init *Name) { in QualifyName()
134 static Init *QualifiedNameOfImplicitName(MultiClass *MC) { in QualifiedNameOfImplicitName()
642 bool TGParser::resolveArgumentsOfMultiClass(SubstStack &Substs, MultiClass *MC, in resolveArgumentsOfMultiClass()
761 if (MultiClass *MC = ParseMultiClassID()) in ParseSubClassReference() local
4242 MultiClass *MC = MultiClasses[std::string(Ref.Rec->getName())].get(); in ParseDefm() local
4319 bool TGParser::ParseObject(MultiClass *MC) { in ParseObject()
4354 bool TGParser::ParseObjectList(MultiClass *MC) { in ParseObjectList()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h281 std::unique_ptr<MCContext> MC; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h122 std::unique_ptr<MCContext> MC; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp151 MethodCrawler MC(IvarToPropMap, M->getCanonicalDecl(), InterD, BR, this, in checkASTDecl() local
H A DLocalizationChecker.cpp1080 MethodCrawler MC(M->getCanonicalDecl(), BR, this, Mgr, DCtx); in checkASTDecl() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h424 std::unique_ptr<MCContext> MC; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp235 MCContext MC(*ErrOrTriple, MAI.get(), MRI.get(), MSTI.get()); in llvm_dwp_main() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp338 if (const auto *MC = dyn_cast<ObjCMethodCall>(&Call)) { in isReceiverUnconsumedSelf() local
368 if (const auto *MC = dyn_cast<ObjCMethodCall>(&Call)) { in checkPostCall() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp396 std::unique_ptr<MangleContext> MC; member in ASTNameGenerator::Implementation
H A DMicrosoftMangle.cpp1373 if (const auto *MC = BD->getBlockManglingContextDecl()) in mangleNestedName() local
1388 if (const auto *MC = BD->getBlockManglingContextDecl()) in mangleNestedName() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp273 MangleContext *MC; in getDeviceSideName() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp82 const MCSymbol *MC = nullptr; member in __anon3870acaf0111::COFFSymbol
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h52 const MCRegisterClass *MC; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6468 SDValue MC = DAG.getMemcpy(Root, sdl, Op1, Op2, Op3, Alignment, isVol, in visitIntrinsicCall() local
6489 SDValue MC = DAG.getMemcpy(getRoot(), sdl, Dst, Src, Size, Alignment, isVol, in visitIntrinsicCall() local
6522 SDValue MC = DAG.getMemset(Root, sdl, Dst, Value, Size, DstAlign, isVol, in visitIntrinsicCall() local
6559 SDValue MC = in visitIntrinsicCall() local
6575 SDValue MC = in visitIntrinsicCall() local
6591 SDValue MC = in visitIntrinsicCall() local
9045 SDValue MC = DAG.getMemcpy( in visitMemPCpyCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1145 if (const auto *MC = dyn_cast<MemTransferInst>(I)) { in getNumMemOps() local
/freebsd/contrib/lua/src/
H A Dlstrlib.c1410 #define MC ((1 << NB) - 1) macro
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp509 if (const auto *MC = dyn_cast<ObjCMethodCall>(Call)) { in VisitNode() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp3975 if (const auto *MC = dyn_cast<CXXMemberCallExpr>(E)) { in VisitCallExpr() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3913 MappableComponent &MC) { in VisitDeclRefExpr()
21092 [](const OMPClauseMappableExprCommon::MappableComponent &MC) { in checkMappableExpressionList()
22647 OMPClauseMappableExprCommon::MappableComponent MC( in ActOnOpenMPIsDevicePtrClause() local
22729 OMPClauseMappableExprCommon::MappableComponent MC( in ActOnOpenMPHasDeviceAddrClause() local

12