• Home
  • Raw
  • Download

Lines Matching refs:HGraph

58 typedef CodeGenerator* (*CreateCodegenFn)(HGraph*, const CompilerOptions&);
66 CodeGenerator* CreateCodeGenerator(HGraph* graph, const CompilerOptions& compiler_options) { in CreateCodeGenerator()
98 TestCodeGeneratorARMVIXL(HGraph* graph, const CompilerOptions& compiler_options) in TestCodeGeneratorARMVIXL()
140 TestCodeGeneratorARM64(HGraph* graph, const CompilerOptions& compiler_options) in TestCodeGeneratorARM64()
158 TestCodeGeneratorX86(HGraph* graph, const CompilerOptions& compiler_options) in TestCodeGeneratorX86()
271 static void ValidateGraph(HGraph* graph) { in ValidateGraph()
284 HGraph* graph, in RunCodeNoCheck()
285 const std::function<void(HGraph*)>& hook_before_codegen, in RunCodeNoCheck()
305 HGraph* graph, in RunCode()
306 std::function<void(HGraph*)> hook_before_codegen, in RunCode()
316 HGraph* graph, in RunCode()
317 std::function<void(HGraph*)> hook_before_codegen, in RunCode()
326 CodeGenerator* create_codegen_arm_vixl32(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_arm_vixl32()
332 CodeGenerator* create_codegen_arm64(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_arm64()
338 CodeGenerator* create_codegen_x86(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_x86()
344 CodeGenerator* create_codegen_x86_64(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_x86_64()
350 CodeGenerator* create_codegen_mips(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_mips()
356 CodeGenerator* create_codegen_mips64(HGraph* graph, const CompilerOptions& compiler_options) { in create_codegen_mips64()