Searched refs:InstructionCodeGenerator (Results 1 – 11 of 11) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator.h | 1077 class InstructionCodeGenerator : public HGraphVisitor { 1079 InstructionCodeGenerator(HGraph* graph, CodeGenerator* codegen) in InstructionCodeGenerator() function
|
D | code_generator_x86_64.h | 255 class InstructionCodeGeneratorX86_64 : public InstructionCodeGenerator {
|
D | code_generator_x86.h | 259 class InstructionCodeGeneratorX86 : public InstructionCodeGenerator {
|
D | code_generator_riscv64.h | 268 class InstructionCodeGeneratorRISCV64 : public InstructionCodeGenerator {
|
D | code_generator_arm_vixl.h | 404 class InstructionCodeGeneratorARMVIXL : public InstructionCodeGenerator {
|
D | code_generator_arm64.h | 315 class InstructionCodeGeneratorARM64 : public InstructionCodeGenerator {
|
D | code_generator_arm64.cc | 2189 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorARM64()
|
D | code_generator_riscv64.cc | 1124 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorRISCV64()
|
D | code_generator_x86_64.cc | 1637 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorX86_64()
|
D | code_generator_x86.cc | 1200 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorX86()
|
D | code_generator_arm_vixl.cc | 2155 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorARMVIXL()
|