Searched refs:InstructionCodeGenerator (Results 1 – 8 of 8) sorted by relevance
924 class InstructionCodeGenerator : public HGraphVisitor {926 InstructionCodeGenerator(HGraph* graph, CodeGenerator* codegen) in InstructionCodeGenerator() function
184 class InstructionCodeGeneratorX86 : public InstructionCodeGenerator {
205 class InstructionCodeGeneratorMIPS64 : public InstructionCodeGenerator {
186 class InstructionCodeGeneratorX86_64 : public InstructionCodeGenerator {
208 class InstructionCodeGeneratorMIPS : public InstructionCodeGenerator {
243 class InstructionCodeGeneratorARM64 : public InstructionCodeGenerator {
1243 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorX86_64()
2458 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorARMVIXL()