Lines Matching refs:InstructionSet
129 static bool CanExecuteOnHardware(InstructionSet target_isa) { in CanExecuteOnHardware()
135 static bool CanExecute(InstructionSet target_isa) { in CanExecute()
162 static void VerifyGeneratedCode(InstructionSet target_isa, in VerifyGeneratedCode()
191 InstructionSet target_isa = codegen.GetInstructionSet(); in Run()
231 static void RunCode(InstructionSet target_isa, in RunCode()
270 static ::std::vector<InstructionSet> GetTargetISAs() { in GetTargetISAs()
271 ::std::vector<InstructionSet> v; in GetTargetISAs()
273 const ::std::vector<InstructionSet> executable_isa_candidates = { in GetTargetISAs()
295 for (InstructionSet target_isa : GetTargetISAs()) { in TestCode()
308 for (InstructionSet target_isa : GetTargetISAs()) { in TestCodeLong()
631 for (InstructionSet target_isa : GetTargetISAs()) { in TEST_F()
684 for (InstructionSet target_isa : GetTargetISAs()) { in TEST_F()
732 for (InstructionSet target_isa : GetTargetISAs()) { in TEST_F()
823 const InstructionSet target_isa) { in TestComparison()
909 for (InstructionSet target_isa : GetTargetISAs()) { in TEST_F()
933 for (InstructionSet target_isa : GetTargetISAs()) { in TEST_F()