Searched refs:InstructionCodeGenerator (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator.h | 1082 class InstructionCodeGenerator : public HGraphVisitor { 1084 InstructionCodeGenerator(HGraph* graph, CodeGenerator* codegen) in InstructionCodeGenerator() function
|
H A D | code_generator_x86_64.h | 264 class InstructionCodeGeneratorX86_64 : public InstructionCodeGenerator {
|
H A D | code_generator_x86.h | 267 class InstructionCodeGeneratorX86 : public InstructionCodeGenerator {
|
H A D | code_generator_riscv64.h | 267 class InstructionCodeGeneratorRISCV64 : public InstructionCodeGenerator {
|
H A D | code_generator_arm_vixl.h | 410 class InstructionCodeGeneratorARMVIXL : public InstructionCodeGenerator {
|
H A D | code_generator_arm64.h | 348 class InstructionCodeGeneratorARM64 : public InstructionCodeGenerator {
|
H A D | code_generator_riscv64.cc | 1124 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorRISCV64()
|
H A D | code_generator_arm64.cc | 2290 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorARM64()
|
H A D | code_generator_x86_64.cc | 1656 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorX86_64()
|
H A D | code_generator_x86.cc | 1201 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorX86()
|
H A D | code_generator_arm_vixl.cc | 2156 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorARMVIXL()
|