/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/ |
H A D | XtensaInstPrinter.cpp | 59 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 D | DAGISelMatcherOpt.cpp | 44 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 D | Visitor.h | 82 std::unique_ptr<clang::ItaniumMangleContext> MC; variable
|
/llvm-project/llvm/unittests/CodeGen/ |
H A D | TestAsmPrinter.h | 51 std::unique_ptr<MCContext> MC; variable
|
H A D | MachineInstrTest.cpp | 273 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 D | NativeProcessELFTest.cpp | 82 } MC; in TEST() local 131 } MC; in TEST() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonMCInstLower.cpp | 43 MCContext &MC = Printer.OutContext; GetSymbolRef() local
|
/llvm-project/offload/test/mapping/ |
H A D | declare_mapper_api.cpp | 38 MapperComponentsTy MC; in main() local
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFEmitterImpl.h | 109 std::unique_ptr<MCContext> MC; variable
|
H A D | DebugLineSectionEmitter.h | 423 std::unique_ptr<MCContext> MC; global() variable [all...] |
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DwarfGenerator.cpp | 140 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 D | DwarfGenerator.h | 249 std::unique_ptr<MCContext> MC; variable
|
/llvm-project/clang/unittests/CodeGen/ |
H A D | IRMatchers.h | 123 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 D | DWARFStreamer.h | 281 std::unique_ptr<MCContext> MC; variable
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.h | 122 std::unique_ptr<MCContext> MC; variable [all...] |
/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 47 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 D | X86MCDisassemblerTest.cpp | 63 X86MCSymbolizerTest(MCContext &MC) : MCSymbolizer(MC, nullptr) {} in X86MCSymbolizerTest()
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DirectIvarAssignment.cpp | 151 MethodCrawler MC(IvarToPropMap, M->getCanonicalDecl(), InterD, BR, this, in checkASTDecl() local
|
H A D | VirtualCallChecker.cpp | 100 const auto MC = dyn_cast<CXXMemberCall>(&Call); in checkPreCall() local
|
/llvm-project/clang/unittests/AST/ |
H A D | DeclTest.cpp | 98 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 D | llvm-dwp.cpp | 235 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 D | bullet_7.pass.cpp | 315 typedef MoveCaster MC; in main() typedef
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 338 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 D | Mangle.cpp | 396 std::unique_ptr<MangleContext> MC; global() member in ASTNameGenerator::Implementation
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCUDANV.cpp | 273 MangleContext *MC; getDeviceSideName() local
|