Searched refs:CodeGeneratorARM64 (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_arm64.h | 38 class CodeGeneratorARM64; variable 42 explicit IntrinsicLocationsBuilderARM64(ArenaAllocator* allocator, CodeGeneratorARM64* codegen) in IntrinsicLocationsBuilderARM64() 61 CodeGeneratorARM64* const codegen_; 68 explicit IntrinsicCodeGeneratorARM64(CodeGeneratorARM64* codegen) : codegen_(codegen) {} in IntrinsicCodeGeneratorARM64() 84 CodeGeneratorARM64* const codegen_;
|
D | code_generator_arm64.h | 46 class CodeGeneratorARM64; variable 145 void EmitTable(CodeGeneratorARM64* codegen); 260 InstructionCodeGeneratorARM64(HGraph* graph, CodeGeneratorARM64* codegen); 352 CodeGeneratorARM64* const codegen_; 359 LocationsBuilderARM64(HGraph* graph, CodeGeneratorARM64* codegen) in LocationsBuilderARM64() 384 CodeGeneratorARM64* const codegen_; 392 ParallelMoveResolverARM64(ArenaAllocator* allocator, CodeGeneratorARM64* codegen) in ParallelMoveResolverARM64() 408 CodeGeneratorARM64* const codegen_; 414 class CodeGeneratorARM64 : public CodeGenerator { 416 CodeGeneratorARM64(HGraph* graph, [all …]
|
D | codegen_test_utils.h | 128 class TestCodeGeneratorARM64 : public arm64::CodeGeneratorARM64 { 131 : arm64::CodeGeneratorARM64(graph, compiler_options) {} in TestCodeGeneratorARM64()
|
D | codegen_test.cc | 739 arm64::CodeGeneratorARM64 codegen(graph, *compiler_options_); in TEST_F() 788 arm64::CodeGeneratorARM64 codegen(graph, *compiler_options_); in TEST_F() 823 arm64::CodeGeneratorARM64 codegen(graph, *compiler_options_); in TEST_F() 837 arm64::CodeGeneratorARM64 codegen(graph, *compiler_options_); in TEST_F() 855 arm64::CodeGeneratorARM64 codegen(graph, *compiler_options_); in TEST_F() 874 arm64::CodeGeneratorARM64 codegen(graph, *compiler_options_); in TEST_F()
|
D | code_generator.cc | 942 new (allocator) arm64::CodeGeneratorARM64(graph, compiler_options, stats)); in Create()
|
D | code_generator_vector_arm64.cc | 46 static bool ShouldEmitDotProductInstructions(const CodeGeneratorARM64* codegen_) { in ShouldEmitDotProductInstructions()
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 187 arm64::CodeGeneratorARM64 codegen(graph, compiler_options); in CompileThunk() 521 return arm64::CodeGeneratorARM64::EncodeBakerReadBarrierFieldData(base_reg, holder_reg); in EncodeBakerReadBarrierFieldData() 525 return arm64::CodeGeneratorARM64::EncodeBakerReadBarrierArrayData(base_reg); in EncodeBakerReadBarrierArrayData() 529 return arm64::CodeGeneratorARM64::EncodeBakerReadBarrierGcRootData(root_reg); in EncodeBakerReadBarrierGcRootData()
|