Searched refs:parseMachineFunction (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 97 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 107 bool parseMachineFunction(Module &M, MachineModuleInfo &MMI); 257 if (parseMachineFunction(M, MMI)) in parseMachineFunctions() 279 bool MIRParserImpl::parseMachineFunction(Module &M, MachineModuleInfo &MMI) { in parseMachineFunction() function in MIRParserImpl
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 107 bool parseMachineFunction(Module &M, MachineModuleInfo &MMI); 275 if (parseMachineFunction(M, MMI)) in parseMachineFunctions() 297 bool MIRParserImpl::parseMachineFunction(Module &M, MachineModuleInfo &MMI) { in parseMachineFunction() function in MIRParserImpl
|