Home
last modified time | relevance | path

Searched refs:InstructionCodeGenerator (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator.h1082 class InstructionCodeGenerator : public HGraphVisitor {
1084 InstructionCodeGenerator(HGraph* graph, CodeGenerator* codegen) in InstructionCodeGenerator() function
H A Dcode_generator_x86_64.h264 class InstructionCodeGeneratorX86_64 : public InstructionCodeGenerator {
H A Dcode_generator_x86.h267 class InstructionCodeGeneratorX86 : public InstructionCodeGenerator {
H A Dcode_generator_riscv64.h267 class InstructionCodeGeneratorRISCV64 : public InstructionCodeGenerator {
H A Dcode_generator_arm_vixl.h410 class InstructionCodeGeneratorARMVIXL : public InstructionCodeGenerator {
H A Dcode_generator_arm64.h348 class InstructionCodeGeneratorARM64 : public InstructionCodeGenerator {
H A Dcode_generator_riscv64.cc1124 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorRISCV64()
H A Dcode_generator_arm64.cc2290 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorARM64()
H A Dcode_generator_x86_64.cc1656 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorX86_64()
H A Dcode_generator_x86.cc1201 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorX86()
H A Dcode_generator_arm_vixl.cc2156 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorARMVIXL()