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