Lines Matching refs:GetInstructionSet
274 InstructionSetPointerSize(GetCompilerOptions().GetInstructionSet()))); in GetEntryPointOf()
417 std::string("isa:") + GetInstructionSetString(features->GetInstructionSet()); in DumpInstructionSetFeaturesToCfg()
452 switch (codegen->GetCompilerOptions().GetInstructionSet()) { in RunRequiredPasses()
503 switch (codegen->GetCompilerOptions().GetInstructionSet()) { in RunArchOptimizations()
741 codegen->GetInstructionSet(), in Emit()
768 InstructionSet instruction_set = compiler_options.GetInstructionSet(); in TryCompile()
829 compiler_options.GetInstructionSet(), in TryCompile()
969 InstructionSet instruction_set = compiler_options.GetInstructionSet(); in TryCompileIntrinsic()
988 compiler_options.GetInstructionSet(), in TryCompileIntrinsic()
1150 IsInstructionSetSupported(compiler_options.GetInstructionSet())) { in Compile()
1170 new (allocator) StackMapStream(allocator, jni_compiled_method.GetInstructionSet())); in CreateJniStackMap()
1240 jni_compiled_method.GetInstructionSet(), in JniCompile()
1336 info.isa = jni_compiled_method.GetInstructionSet(); in JitCompile()
1443 info.isa = codegen->GetInstructionSet(); in JitCompile()
1507 InstructionSet isa = compiler_options.GetInstructionSet(); in GenerateJitDebugInfo()