Searched defs:target_isa (Results 1 – 3 of 3) sorted by relevance
23 CodeSimulator* CodeSimulator::CreateCodeSimulator(InstructionSet target_isa) { in CreateCodeSimulator()32 CodeSimulator* CreateCodeSimulator(InstructionSet target_isa) { in CreateCodeSimulator()
27 CodeSimulatorContainer::CodeSimulatorContainer(InstructionSet target_isa) in CodeSimulatorContainer()
207 static bool CanExecuteOnHardware(InstructionSet target_isa) { in CanExecuteOnHardware()213 static bool CanExecute(InstructionSet target_isa) { in CanExecute()240 static void VerifyGeneratedCode(InstructionSet target_isa, in VerifyGeneratedCode()269 InstructionSet target_isa = codegen.GetInstructionSet(); in Run() local