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()
187 static bool CanExecuteOnHardware(InstructionSet target_isa) { in CanExecuteOnHardware()193 static bool CanExecute(InstructionSet target_isa) { in CanExecute()220 static void VerifyGeneratedCode(InstructionSet target_isa, in VerifyGeneratedCode()249 InstructionSet target_isa = codegen.GetInstructionSet(); in Run() local