Home
last modified time | relevance | path

Searched refs:parseMachineFunctions (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h63 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
/llvm-project-15.0.7/llvm/unittests/Target/X86/
H A DMachineSizeOptsTest.cpp80 if (Parser->parseMachineFunctions(*M, *MMI.get())) in SetUp()
/llvm-project-15.0.7/llvm/unittests/Target/ARM/
H A DInstSizes.cpp58 bool Res = MParser->parseMachineFunctions(*M, MMI); in runChecks()
/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DGISelMITest.h73 if (MIR->parseMachineFunctions(*M, MMI)) in parseMIR()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp101 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 DWebAssemblyExceptionInfoTest.cpp58 if (MIR->parseMachineFunctions(*M, MMI)) in parseMIR()
/llvm-project-15.0.7/llvm/unittests/Target/AArch64/
H A DInstSizes.cpp77 bool Res = MParser->parseMachineFunctions(*M, MMI); in runChecks()
/llvm-project-15.0.7/llvm/unittests/MI/
H A DLiveIntervalTest.cpp68 if (MIR->parseMachineFunctions(*M, MMIWP->getMMI())) in parseMIR()
/llvm-project-15.0.7/llvm/unittests/MIR/
H A DMachineMetadata.cpp93 if (MIR->parseMachineFunctions(*Mod, MMI)) { in parseMIR()
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp438 MParser->parseMachineFunctions(*M, *MMM->MMI); in parseReducerWorkItem()
/llvm-project-15.0.7/llvm/tools/llc/
H A Dllc.cpp715 if (MIR->parseMachineFunctions(*M, MMIWP->getMMI())) in compileModule()
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DInstrRefLDVTest.cpp472 bool Result = MIRParse->parseMachineFunctions(*Mod, *MMI); in readMIRBlock()