Searched defs:target_isa (Results 1 – 3 of 3) sorted by relevance
22 CodeSimulator* CodeSimulator::CreateCodeSimulator(InstructionSet target_isa) { in CreateCodeSimulator()31 CodeSimulator* CreateCodeSimulator(InstructionSet target_isa) { in CreateCodeSimulator()
168 static bool CanExecuteOnHardware(InstructionSet target_isa) { in CanExecuteOnHardware()174 static bool CanExecute(InstructionSet target_isa) { in CanExecute()201 static void VerifyGeneratedCode(InstructionSet target_isa, in VerifyGeneratedCode()230 InstructionSet target_isa = codegen.GetInstructionSet(); in Run() local
24 CodeSimulatorContainer::CodeSimulatorContainer(InstructionSet target_isa) in CodeSimulatorContainer()