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()
197 static bool CanExecuteOnHardware(InstructionSet target_isa) { in CanExecuteOnHardware()203 static bool CanExecute(InstructionSet target_isa) { in CanExecute()230 static void VerifyGeneratedCode(InstructionSet target_isa, in VerifyGeneratedCode()259 InstructionSet target_isa = codegen.GetInstructionSet(); in Run() local