Home
last modified time | relevance | path

Searched defs:instruction (Results 51 – 75 of 79) sorted by relevance

1234

/art/compiler/optimizing/
Dregister_allocator_graph_color.cc738 HInstruction* instruction = liveness_.GetInstructionFromSsaIndex(i); in Validate() local
808 void RegisterAllocatorGraphColor::ProcessInstruction(HInstruction* instruction) { in ProcessInstruction()
870 void RegisterAllocatorGraphColor::CheckForFixedInputs(HInstruction* instruction) { in CheckForFixedInputs()
894 void RegisterAllocatorGraphColor::CheckForFixedOutput(HInstruction* instruction) { in CheckForFixedOutput()
924 void RegisterAllocatorGraphColor::AddSafepointsFor(HInstruction* instruction) { in AddSafepointsFor()
950 void RegisterAllocatorGraphColor::CheckForTempLiveIntervals(HInstruction* instruction) { in CheckForTempLiveIntervals()
991 void RegisterAllocatorGraphColor::CheckForSafepoint(HInstruction* instruction) { in CheckForSafepoint()
1037 void RegisterAllocatorGraphColor::AllocateSpillSlotForCatchPhi(HInstruction* instruction) { in AllocateSpillSlotForCatchPhi()
Dreference_type_propagation.cc161 void ReferenceTypePropagation::Visit(HInstruction* instruction) { in Visit()
767 void ReferenceTypePropagation::FixUpInstructionType(HInstruction* instruction, in FixUpInstructionType()
990 HInstruction* instruction = worklist_.back(); in ProcessWorklist() local
1000 void ReferenceTypePropagation::RTPVisitor::AddToWorklist(HInstruction* instruction) { in AddToWorklist()
1007 HInstruction* instruction) { in AddDependentInstructionsToWorklist()
Dcommon_arm64.h359 inline bool ShifterOperandSupportsExtension(HInstruction* instruction) { in ShifterOperandSupportsExtension()
370 inline bool IsConstantZeroBitPattern(const HInstruction* instruction) { in IsConstantZeroBitPattern()
Dcha_guard_optimization.cc149 HInstruction* instruction; in OptimizeWithDominatingGuard() local
Dloop_analysis.h115 static bool MakesScalarPeelingUnrollingNonBeneficial(HInstruction* instruction) { in MakesScalarPeelingUnrollingNonBeneficial()
Dscheduler_arm.h145 bool IsSchedulable(const HInstruction* instruction) const override { in IsSchedulable()
Dselect_generator.cc43 HInstruction* instruction = it.Current(); in IsSimpleBlock() local
Dscheduler_test.cc359 bool HasImmediateDataDependency(const HInstruction* instruction, in HasImmediateDataDependency()
373 bool HasImmediateOtherDependency(const HInstruction* instruction, in HasImmediateOtherDependency()
Dssa_builder.cc110 static void AddDependentInstructionsToWorklist(HInstruction* instruction, in AddDependentInstructionsToWorklist()
421 bool SsaBuilder::HasAliasInEnvironments(HInstruction* instruction) { in HasAliasInEnvironments()
Dscheduler.h409 void VisitInstruction(HInstruction* instruction) override { in VisitInstruction()
416 void Visit(HInstruction* instruction) { in Visit()
Dscheduler_arm64.h141 bool IsSchedulable(const HInstruction* instruction) const override { in IsSchedulable()
Dgvn.cc84 void Add(HInstruction* instruction) { in Add()
188 Node(HInstruction* instruction, size_t hash_code, Node* next) in Node()
Dinduction_var_analysis.h121 bool IsVisitedNode(HInstruction* instruction) const { in IsVisitedNode()
Ddead_code_elimination.cc103 static bool HasInput(HCondition* instruction, HInstruction* input) { in HasInput()
Dloop_analysis.cc52 HInstruction* instruction = it.Current(); in CalculateLoopBasicProperties() local
Dinduction_var_analysis_test.cc148 HInstruction* InsertInstruction(HInstruction* instruction, int d) { in InsertInstruction()
170 std::string GetInductionInfo(HInstruction* instruction, int d) { in GetInductionInfo()
190 bool IsNarrowingLinear(HInstruction* instruction) { in IsNarrowingLinear()
Dcode_generator.h84 explicit SlowPathCode(HInstruction* instruction) : instruction_(instruction) { in SlowPathCode()
940 SlowPathCodeType* NewSlowPath(InstructionType* instruction) { in NewSlowPath()
Dssa_liveness_analysis.cc149 HInstruction* instruction = environment->GetInstructionAt(i); in ProcessEnvironment() local
Dcode_generator_arm_vixl.h248 explicit SlowPathCodeARMVIXL(HInstruction* instruction) in SlowPathCodeARMVIXL()
Dcode_generator_arm64.h125 explicit SlowPathCodeARM64(HInstruction* instruction) in SlowPathCodeARM64()
Dnodes.h1684 explicit HUserRecord(HInstruction* instruction) : instruction_(instruction), before_use_node_() {} in HUserRecord()
1688 HUserRecord(HInstruction* instruction, typename HUseList<T>::iterator before_use_node) in HUserRecord()
2029 void SetRawEnvAt(size_t index, HInstruction* instruction) { in SetRawEnvAt()
7779 HInstruction* instruction) in MoveOperands()
7863 HInstruction* instruction) { in AddMove()
8025 void VisitInstruction(HInstruction* instruction) override { in VisitInstruction()
8119 inline bool IsInt64AndGet(HInstruction* instruction, /*out*/ int64_t* value) { in IsInt64AndGet()
8134 inline bool IsInt64Value(HInstruction* instruction, int64_t value) { in IsInt64Value()
8140 inline bool IsZeroBitPattern(HInstruction* instruction) { in IsZeroBitPattern()
8197 inline HInstruction* HuntForDeclaration(HInstruction* instruction) { in HuntForDeclaration()
[all …]
Dnodes_vector.h221 static bool ReturnsSIMDValue(HInstruction* instruction) { in ReturnsSIMDValue()
Dinliner.cc169 for (HInstruction* instruction = block->GetFirstInstruction(); instruction != nullptr;) { in Run() local
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc40 const Instruction& instruction = caller->DexInstructions().InstructionAt(dex_pc); in GetInvokeStaticMethodIndex() local
/art/dexdump/
Ddexdump.cc1191 const Instruction* instruction = &pair.Inst(); in dumpBytecodes() local

1234