Home
last modified time | relevance | path

Searched refs:parseMachineFunction (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp97 bool parseMachineFunction(yaml::Input &In, Module &M, bool NoLLVMIR);
247 if (parseMachineFunction(In, *M, NoLLVMIR)) in parse()
255 bool MIRParserImpl::parseMachineFunction(yaml::Input &In, Module &M, in parseMachineFunction() function in MIRParserImpl
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp102 bool parseMachineFunction(Module &M, MachineModuleInfo &MMI);
263 if (parseMachineFunction(M, MMI)) in parseMachineFunctions()
281 bool MIRParserImpl::parseMachineFunction(Module &M, MachineModuleInfo &MMI) { in parseMachineFunction() function in MIRParserImpl