Searched refs:InstructionCodeGenerator (Results 1 – 10 of 10) sorted by relevance
945 class InstructionCodeGenerator : public HGraphVisitor {947 InstructionCodeGenerator(HGraph* graph, CodeGenerator* codegen) in InstructionCodeGenerator() function
187 class InstructionCodeGeneratorX86_64 : public InstructionCodeGenerator {
208 class InstructionCodeGeneratorMIPS : public InstructionCodeGenerator {
205 class InstructionCodeGeneratorMIPS64 : public InstructionCodeGenerator {
185 class InstructionCodeGeneratorX86 : public InstructionCodeGenerator {
258 class InstructionCodeGeneratorARM64 : public InstructionCodeGenerator {
302 class InstructionCodeGeneratorARMVIXL : public InstructionCodeGenerator {
1945 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorMIPS64()
2057 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorARMVIXL()
2099 : InstructionCodeGenerator(graph, codegen), in InstructionCodeGeneratorMIPS()