Searched refs:parseMachineFunctions (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/MIRParser/ |
| H A D | MIRParser.h | 63 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
|
| /llvm-project-15.0.7/llvm/unittests/Target/X86/ |
| H A D | MachineSizeOptsTest.cpp | 80 if (Parser->parseMachineFunctions(*M, *MMI.get())) in SetUp()
|
| /llvm-project-15.0.7/llvm/unittests/Target/ARM/ |
| H A D | InstSizes.cpp | 58 bool Res = MParser->parseMachineFunctions(*M, MMI); in runChecks()
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/ |
| H A D | GISelMITest.h | 73 if (MIR->parseMachineFunctions(*M, MMI)) in parseMIR()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 101 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI); 267 bool MIRParserImpl::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions() function in MIRParserImpl 1047 bool MIRParser::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) { in parseMachineFunctions() function in MIRParser 1048 return Impl->parseMachineFunctions(M, MMI); in parseMachineFunctions()
|
| /llvm-project-15.0.7/llvm/unittests/Target/WebAssembly/ |
| H A D | WebAssemblyExceptionInfoTest.cpp | 58 if (MIR->parseMachineFunctions(*M, MMI)) in parseMIR()
|
| /llvm-project-15.0.7/llvm/unittests/Target/AArch64/ |
| H A D | InstSizes.cpp | 77 bool Res = MParser->parseMachineFunctions(*M, MMI); in runChecks()
|
| /llvm-project-15.0.7/llvm/unittests/MI/ |
| H A D | LiveIntervalTest.cpp | 68 if (MIR->parseMachineFunctions(*M, MMIWP->getMMI())) in parseMIR()
|
| /llvm-project-15.0.7/llvm/unittests/MIR/ |
| H A D | MachineMetadata.cpp | 93 if (MIR->parseMachineFunctions(*Mod, MMI)) { in parseMIR()
|
| /llvm-project-15.0.7/llvm/tools/llvm-reduce/ |
| H A D | ReducerWorkItem.cpp | 438 MParser->parseMachineFunctions(*M, *MMM->MMI); in parseReducerWorkItem()
|
| /llvm-project-15.0.7/llvm/tools/llc/ |
| H A D | llc.cpp | 715 if (MIR->parseMachineFunctions(*M, MMIWP->getMMI())) in compileModule()
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | InstrRefLDVTest.cpp | 472 bool Result = MIRParse->parseMachineFunctions(*Mod, *MMI); in readMIRBlock()
|