Home
last modified time | relevance | path

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

12

/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaInstPrinter.cpp59 void XtensaInstPrinter::printOperand(const MCOperand &MC, raw_ostream &O) { in printOperand() argument
95 const MCOperand &MC = MI->getOperand(OpNum); printBranchTarget() local
110 const MCOperand &MC = MI->getOperand(OpNum); printJumpTarget() local
126 const MCOperand &MC = MI->getOperand(OpNum); printCallOperand() local
141 const MCOperand &MC = MI->getOperand(OpNum); printL32RTarget() local
[all...]
/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)) ContractNodes() local
162 if (auto *MC = dyn_cast<MoveChildMatcher>(MP->getNext())) { ContractNodes() local
169 if (auto *MC = dyn_cast<MoveChildMatcher>(RC->getNext())) { ContractNodes() local
[all...]
/llvm-project/clang/include/clang/InstallAPI/
H A DVisitor.h82 std::unique_ptr<clang::ItaniumMangleContext> MC; variable
/llvm-project/llvm/unittests/CodeGen/
H A DTestAsmPrinter.h51 std::unique_ptr<MCContext> MC; variable
H A DMachineInstrTest.cpp273 auto MC = createMCContext(&MAI); TEST() local
354 auto MC = createMCContext(&MAI); TEST() local
409 auto MC = createMCContext(&MAI); TEST() local
[all...]
/llvm-project/lldb/unittests/Process/POSIX/
H A DNativeProcessELFTest.cpp82 } MC; in TEST() local
131 } MC; in TEST() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp43 MCContext &MC = Printer.OutContext; GetSymbolRef() local
/llvm-project/offload/test/mapping/
H A Ddeclare_mapper_api.cpp38 MapperComponentsTy MC; in main() local
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.h109 std::unique_ptr<MCContext> MC; variable
H A DDebugLineSectionEmitter.h423 std::unique_ptr<MCContext> MC; global() variable
[all...]
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.cpp140 auto &MC = *DG.getMCContext(); addStrOffsetsBaseAttribute() local
159 auto &MC = *DG.getMCContext(); addAddrBaseAttribute() local
257 generate(MCContext & MC,AsmPrinter & Asm) const generate() argument
[all...]
H A DDwarfGenerator.h249 std::unique_ptr<MCContext> MC; variable
/llvm-project/clang/unittests/CodeGen/
H A DIRMatchers.h123 bool match(MatcherContext &MC) override { in match()
417 MatcherContext MC; in match() local
436 MatcherContext MC; in matchNext() local
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h281 std::unique_ptr<MCContext> MC; variable
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h122 std::unique_ptr<MCContext> MC; variable
[all...]
/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp47 MultiClass *MC = nullptr; member
125 static const Init *QualifyName(MultiClass *MC, const Init *Name) { in QualifyName() argument
134 static const Init *QualifiedNameOfImplicitName(MultiClass *MC) { in QualifiedNameOfImplicitName() argument
642 resolveArgumentsOfMultiClass(SubstStack & Substs,MultiClass * MC,ArrayRef<ArgumentInit * > ArgValues,Init * DefmName,SMLoc Loc) resolveArgumentsOfMultiClass() argument
761 if (MultiClass *MC = ParseMultiClassID()) ParseSubClassReference() local
4242 MultiClass *MC = MultiClasses[std::string(Ref.Rec->getName())].get(); ParseDefm() local
4319 ParseObject(MultiClass * MC) ParseObject() argument
4354 ParseObjectList(MultiClass * MC) ParseObjectList() argument
[all...]
/llvm-project/llvm/unittests/MC/X86/
H A DX86MCDisassemblerTest.cpp63 X86MCSymbolizerTest(MCContext &MC) : MCSymbolizer(MC, nullptr) {} in X86MCSymbolizerTest()
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp151 MethodCrawler MC(IvarToPropMap, M->getCanonicalDecl(), InterD, BR, this, in checkASTDecl() local
H A DVirtualCallChecker.cpp100 const auto MC = dyn_cast<CXXMemberCall>(&Call); in checkPreCall() local
/llvm-project/clang/unittests/AST/
H A DDeclTest.cpp98 std::unique_ptr<ItaniumMangleContext> MC( in TEST() local
135 std::unique_ptr<ItaniumMangleContext> MC( in TEST() local
/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp235 MCContext MC(*ErrOrTriple, MAI.get(), MRI.get(), MSTI.get()); llvm_dwp_main() local
[all...]
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_7.pass.cpp315 typedef MoveCaster MC; in main() typedef
/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
/llvm-project/clang/lib/AST/
H A DMangle.cpp396 std::unique_ptr<MangleContext> MC; global() member in ASTNameGenerator::Implementation
/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp273 MangleContext *MC; getDeviceSideName() local

12