Searched refs:HInstruction (Results 101 - 123 of 123) sorted by relevance

12345

/art/compiler/optimizing/
H A Dgraph_visualizer.cc569 void PrintInstruction(HInstruction* instruction) {
574 for (const HInstruction* input : inputs) {
587 HInstruction* insn = environment->GetInstructionAt(i);
685 HInstruction* instruction = it.Current();
812 HInstruction* instruction = it.Current();
815 for (const HInstruction* input : instruction->GetInputs()) {
H A Dintrinsics.cc186 HInstruction* inst = inst_it.Current();
H A Dcode_generator_x86.cc105 DivRemMinusOneSlowPathX86(HInstruction* instruction, Register reg, bool is_div)
142 HInstruction* array_length = instruction_->InputAt(1);
255 HInstruction* at,
309 TypeCheckSlowPathX86(HInstruction* instruction, bool is_fatal)
400 explicit ArraySetSlowPathX86(HInstruction* instruction) : SlowPathCode(instruction) {}
452 ReadBarrierMarkSlowPathX86(HInstruction* instruction,
533 ReadBarrierMarkAndUpdateFieldSlowPathX86(HInstruction* instruction,
688 ReadBarrierForHeapReferenceSlowPathX86(HInstruction* instruction,
868 ReadBarrierForRootSlowPathX86(HInstruction* instruction, Location out, Location root)
986 HInstruction* instructio
[all...]
H A Dcode_generator_x86_64.cc109 DivRemMinusOneSlowPathX86_64(HInstruction* at, Register reg, DataType::Type type, bool is_div)
193 HInstruction* array_length = instruction_->InputAt(1);
242 HInstruction* at,
328 TypeCheckSlowPathX86_64(HInstruction* instruction, bool is_fatal)
415 explicit ArraySetSlowPathX86_64(HInstruction* instruction) : SlowPathCode(instruction) {}
467 ReadBarrierMarkSlowPathX86_64(HInstruction* instruction,
550 ReadBarrierMarkAndUpdateFieldSlowPathX86_64(HInstruction* instruction,
713 ReadBarrierForHeapReferenceSlowPathX86_64(HInstruction* instruction,
895 ReadBarrierForRootSlowPathX86_64(HInstruction* instruction, Location out, Location root)
1183 HInstruction* instructio
[all...]
H A Dcode_generator_mips64.cc178 HInstruction* at,
343 explicit TypeCheckSlowPathMIPS64(HInstruction* instruction, bool is_fatal)
421 explicit ArraySetSlowPathMIPS64(HInstruction* instruction) : SlowPathCodeMIPS64(instruction) {}
477 ReadBarrierMarkSlowPathMIPS64(HInstruction* instruction,
564 ReadBarrierMarkAndUpdateFieldSlowPathMIPS64(HInstruction* instruction,
712 ReadBarrierForHeapReferenceSlowPathMIPS64(HInstruction* instruction,
898 ReadBarrierForRootSlowPathMIPS64(HInstruction* instruction, Location out, Location root)
1744 HInstruction* instruction,
1755 HInstruction* instruction,
1832 HInstruction* righ
[all...]
H A Dintrinsics.h114 HInstruction* input = invoke->InputAt(i);
H A Dregister_allocator.cc141 HInstruction* defined_by = current->GetParent()->GetDefinedBy();
H A Dscheduler_arm64.cc322 HInstruction* index = instruction->InputAt(1);
H A Dsharpening.cc43 HInstruction* instruction = it.Current();
H A Dcodegen_test.cc624 HInstruction* op1;
625 HInstruction* op2;
635 HInstruction* comparison = nullptr;
H A Dcode_generator_mips.cc225 HInstruction* at,
387 explicit TypeCheckSlowPathMIPS(HInstruction* instruction, bool is_fatal)
464 explicit ArraySetSlowPathMIPS(HInstruction* instruction) : SlowPathCodeMIPS(instruction) {}
520 ReadBarrierMarkSlowPathMIPS(HInstruction* instruction,
608 ReadBarrierMarkAndUpdateFieldSlowPathMIPS(HInstruction* instruction,
766 ReadBarrierForHeapReferenceSlowPathMIPS(HInstruction* instruction,
954 ReadBarrierForRootSlowPathMIPS(HInstruction* instruction, Location out, Location root)
1888 HInstruction* instruction,
1900 HInstruction* instruction,
1988 HInstruction* righ
[all...]
H A Dcode_generator_vector_arm64.cc42 HInstruction* input = instruction->InputAt(0);
897 HInstruction* input = instruction->InputAt(0);
1005 if (instruction->GetOpKind() == HInstruction::kAdd) {
1014 if (instruction->GetOpKind() == HInstruction::kAdd) {
1022 if (instruction->GetOpKind() == HInstruction::kAdd) {
H A Dcode_generator_vector_mips.cc928 HInstruction* input = instruction->InputAt(0);
1031 if (instruction->GetOpKind() == HInstruction::kAdd) {
1040 if (instruction->GetOpKind() == HInstruction::kAdd) {
1048 if (instruction->GetOpKind() == HInstruction::kAdd) {
1056 if (instruction->GetOpKind() == HInstruction::kAdd) {
H A Dcode_generator_vector_mips64.cc927 HInstruction* input = instruction->InputAt(0);
1029 if (instruction->GetOpKind() == HInstruction::kAdd) {
1038 if (instruction->GetOpKind() == HInstruction::kAdd) {
1046 if (instruction->GetOpKind() == HInstruction::kAdd) {
1054 if (instruction->GetOpKind() == HInstruction::kAdd) {
H A Dcode_generator_vector_x86.cc30 HInstruction* input = instruction->InputAt(0);
961 HInstruction* input = instruction->InputAt(0);
H A Dcode_generator_vector_x86_64.cc30 HInstruction* input = instruction->InputAt(0);
944 HInstruction* input = instruction->InputAt(0);
H A Dintrinsics_arm64.cc160 ReadBarrierSystemArrayCopySlowPathARM64(HInstruction* instruction, Location tmp)
1512 static const char* GetConstString(HInstruction* candidate, uint32_t* utf16_length) {
1721 HInstruction* code_point = invoke->InputAt(1);
2157 HInstruction* input) {
H A Dintrinsics_x86.cc84 explicit ReadBarrierSystemArrayCopySlowPathX86(HInstruction* instruction)
1526 HInstruction* code_point = invoke->InputAt(1);
1905 HInstruction* value = invoke->InputAt(1);
2813 static bool IsSameInput(HInstruction* instruction, size_t input0, size_t input1) {
H A Dcode_generator_vector_arm_vixl.cc683 HInstruction* input = instruction->InputAt(0);
H A Dintrinsics_arm_vixl.cc174 explicit ReadBarrierSystemArrayCopySlowPathARMVIXL(HInstruction* instruction)
1750 static const char* GetConstString(HInstruction* candidate, uint32_t* utf16_length) {
1969 HInstruction* code_point = invoke->InputAt(1);
H A Dintrinsics_x86_64.cc77 explicit ReadBarrierSystemArrayCopySlowPathX86_64(HInstruction* instruction)
1695 HInstruction* code_point = invoke->InputAt(1);
H A Dintrinsics_mips.cc2205 HInstruction* code_point = invoke->InputAt(1);
H A Dintrinsics_mips64.cc1775 HInstruction* code_point = invoke->InputAt(1);

Completed in 415 milliseconds

12345