Home
last modified time | relevance | path

Searched refs:InstructionCodeGeneratorARM64 (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_arm64.cc1855 void InstructionCodeGeneratorARM64::GenerateClassInitializationCheck(SlowPathCodeARM64* slow_path, in GenerateClassInitializationCheck()
1876 void InstructionCodeGeneratorARM64::GenerateBitstringTypeCheckCompare( in GenerateBitstringTypeCheckCompare()
1919 void InstructionCodeGeneratorARM64::GenerateSuspendCheck(HSuspendCheck* instruction, in GenerateSuspendCheck()
1949 InstructionCodeGeneratorARM64::InstructionCodeGeneratorARM64(HGraph* graph, in InstructionCodeGeneratorARM64() function in art::arm64::InstructionCodeGeneratorARM64
2013 void InstructionCodeGeneratorARM64::HandleFieldGet(HInstruction* instruction, in HandleFieldGet()
2077 void InstructionCodeGeneratorARM64::HandleFieldSet(HInstruction* instruction, in HandleFieldSet()
2117 void InstructionCodeGeneratorARM64::HandleBinaryOp(HBinaryOperation* instr) { in HandleBinaryOp()
2195 void InstructionCodeGeneratorARM64::HandleShift(HBinaryOperation* instr) { in HandleShift()
2237 void InstructionCodeGeneratorARM64::VisitAdd(HAdd* instruction) { in VisitAdd()
2245 void InstructionCodeGeneratorARM64::VisitAnd(HAnd* instruction) { in VisitAnd()
[all …]
Dcode_generator_arm64.h286 class InstructionCodeGeneratorARM64 : public InstructionCodeGenerator {
288 InstructionCodeGeneratorARM64(HGraph* graph, CodeGeneratorARM64* codegen);
404 DISALLOW_COPY_AND_ASSIGN(InstructionCodeGeneratorARM64);
440 class InstructionCodeGeneratorARM64Neon : public InstructionCodeGeneratorARM64 {
443 InstructionCodeGeneratorARM64(graph, codegen) {} in InstructionCodeGeneratorARM64Neon()
473 class InstructionCodeGeneratorARM64Sve : public InstructionCodeGeneratorARM64 {
476 InstructionCodeGeneratorARM64(graph, codegen) {} in InstructionCodeGeneratorARM64Sve()
577 InstructionCodeGeneratorARM64* GetInstructionCodeGeneratorArm64() { in GetInstructionCodeGeneratorArm64()
1038 InstructionCodeGeneratorARM64* instruction_visitor_;