Searched refs:CodeGeneratorMIPS64 (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics_mips64.h | 30 class CodeGeneratorMIPS64; variable 35 explicit IntrinsicLocationsBuilderMIPS64(CodeGeneratorMIPS64* codegen); 52 CodeGeneratorMIPS64* codegen_; 60 explicit IntrinsicCodeGeneratorMIPS64(CodeGeneratorMIPS64* codegen) : codegen_(codegen) {} in IntrinsicCodeGeneratorMIPS64() 76 CodeGeneratorMIPS64* codegen_;
|
D | code_generator_mips64.h | 60 class CodeGeneratorMIPS64; variable 136 ParallelMoveResolverMIPS64(ArenaAllocator* allocator, CodeGeneratorMIPS64* codegen) in ParallelMoveResolverMIPS64() 149 CodeGeneratorMIPS64* const codegen_; 171 LocationsBuilderMIPS64(HGraph* graph, CodeGeneratorMIPS64* codegen) in LocationsBuilderMIPS64() 199 CodeGeneratorMIPS64* const codegen_; 206 InstructionCodeGeneratorMIPS64(HGraph* graph, CodeGeneratorMIPS64* codegen); 324 CodeGeneratorMIPS64* const codegen_; 329 class CodeGeneratorMIPS64 : public CodeGenerator { 331 CodeGeneratorMIPS64(HGraph* graph, 335 virtual ~CodeGeneratorMIPS64() {} in ~CodeGeneratorMIPS64() [all …]
|
D | code_generator_mips64.cc | 102 #define __ down_cast<CodeGeneratorMIPS64*>(codegen)->GetAssembler()-> // NOLINT 111 CodeGeneratorMIPS64* mips64_codegen = down_cast<CodeGeneratorMIPS64*>(codegen); in EmitNativeCode() 148 CodeGeneratorMIPS64* mips64_codegen = down_cast<CodeGeneratorMIPS64*>(codegen); in EmitNativeCode() 168 const CodeGeneratorMIPS64::PcRelativePatchInfo* bss_info_high = nullptr) in LoadClassSlowPathMIPS64() 180 CodeGeneratorMIPS64* mips64_codegen = down_cast<CodeGeneratorMIPS64*>(codegen); in EmitNativeCode() 218 CodeGeneratorMIPS64::PcRelativePatchInfo* info_low = in EmitNativeCode() 241 CodeGeneratorMIPS64::PcRelativePatchInfo* info_high = in EmitNativeCode() 243 CodeGeneratorMIPS64::PcRelativePatchInfo* info_low = in EmitNativeCode() 264 const CodeGeneratorMIPS64::PcRelativePatchInfo* bss_info_high_; 272 const CodeGeneratorMIPS64::PcRelativePatchInfo* bss_info_high) in LoadStringSlowPathMIPS64() [all …]
|
D | intrinsics_mips64.cc | 35 IntrinsicLocationsBuilderMIPS64::IntrinsicLocationsBuilderMIPS64(CodeGeneratorMIPS64* codegen) in IntrinsicLocationsBuilderMIPS64() 51 CodeGeneratorMIPS64* codegen) { in MoveFromReturnRegister() 76 static void MoveArguments(HInvoke* invoke, CodeGeneratorMIPS64* codegen) { in MoveArguments() 95 CodeGeneratorMIPS64* codegen = down_cast<CodeGeneratorMIPS64*>(codegen_in); in EmitNativeCode() 1149 CodeGeneratorMIPS64* codegen) { in GenUnsafeGet() 1296 CodeGeneratorMIPS64* codegen) { in GenUnsafePut() 1481 static void GenCas(HInvoke* invoke, Primitive::Type type, CodeGeneratorMIPS64* codegen) { in GenCas() 1767 CodeGeneratorMIPS64* codegen, in GenerateStringIndexOf() 2350 CodeGeneratorMIPS64* codegen, in GenFPToFPCall() 2362 CodeGeneratorMIPS64* codegen, in GenFPFPToFPCall()
|
D | codegen_test_utils.h | 319 mips64::CodeGeneratorMIPS64(graph, *features_mips64.get(), compiler_options); in create_codegen_mips64()
|
D | code_generator.cc | 657 new (arena) mips64::CodeGeneratorMIPS64(graph, in Create()
|