Home
last modified time | relevance | path

Searched refs:CodeGeneratorARM64 (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_arm64.h38 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_;
Dcode_generator_arm64.h46 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 …]
Dcodegen_test_utils.h128 class TestCodeGeneratorARM64 : public arm64::CodeGeneratorARM64 {
131 : arm64::CodeGeneratorARM64(graph, compiler_options) {} in TestCodeGeneratorARM64()
Dcodegen_test.cc739 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()
Dcode_generator.cc942 new (allocator) arm64::CodeGeneratorARM64(graph, compiler_options, stats)); in Create()
Dcode_generator_vector_arm64.cc46 static bool ShouldEmitDotProductInstructions(const CodeGeneratorARM64* codegen_) { in ShouldEmitDotProductInstructions()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc187 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()