Home
last modified time | relevance | path

Searched defs:instruction (Results 1 – 25 of 519) sorted by relevance

12345678910>>...21

/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
DSmalideaMethodTest.java118 Instruction10t instruction = (Instruction10t)instructions.get(0); in testSmalideaMethod() local
124 Instruction10x instruction = (Instruction10x)instructions.get(1); in testSmalideaMethod() local
129 Instruction11n instruction = (Instruction11n)instructions.get(2); in testSmalideaMethod() local
136 Instruction11x instruction = (Instruction11x)instructions.get(3); in testSmalideaMethod() local
142 Instruction12x instruction = (Instruction12x)instructions.get(4); in testSmalideaMethod() local
149 Instruction20t instruction = (Instruction20t)instructions.get(5); in testSmalideaMethod() local
155 Instruction21c instruction = (Instruction21c)instructions.get(6); in testSmalideaMethod() local
163 Instruction21ih instruction = (Instruction21ih)instructions.get(7); in testSmalideaMethod() local
172 Instruction21lh instruction = (Instruction21lh)instructions.get(8); in testSmalideaMethod() local
180 Instruction21s instruction = (Instruction21s)instructions.get(9); in testSmalideaMethod() local
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionWriter.java106 public void write(@Nonnull Instruction10t instruction) { in write()
115 public void write(@Nonnull Instruction10x instruction) { in write()
124 public void write(@Nonnull Instruction11n instruction) { in write()
133 public void write(@Nonnull Instruction11x instruction) { in write()
142 public void write(@Nonnull Instruction12x instruction) { in write()
151 public void write(@Nonnull Instruction20bc instruction) { in write()
161 public void write(@Nonnull Instruction20t instruction) { in write()
171 public void write(@Nonnull Instruction21c instruction) { in write()
181 public void write(@Nonnull Instruction21ih instruction) { in write()
191 public void write(@Nonnull Instruction21lh instruction) { in write()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_casting_utils.h39 const T* Cast(const HloInstruction* instruction) { in Cast()
48 T* Cast(HloInstruction* instruction) { in Cast()
58 const T* CastOrNull(const HloInstruction* instruction) { in CastOrNull()
64 T* CastOrNull(HloInstruction* instruction) { in CastOrNull()
74 const T* DynCast(const HloInstruction* instruction) { in DynCast()
81 T* DynCast(HloInstruction* instruction) { in DynCast()
91 const T* DynCastOrNull(const HloInstruction* instruction) { in DynCastOrNull()
97 T* DynCastOrNull(HloInstruction* instruction) { in DynCastOrNull()
Dhlo_query.cc25 bool IsConstantR0F32(HloInstruction* instruction, float* out) { in IsConstantR0F32()
35 bool AllOperandsAreParametersOrConstants(const HloInstruction& instruction) { in AllOperandsAreParametersOrConstants()
45 bool AllOperandsAreParameters(const HloInstruction& instruction) { in AllOperandsAreParameters()
54 bool AllOperandsAreConstants(const HloInstruction& instruction) { in AllOperandsAreConstants()
65 HloInstruction* instruction) { in GetMatchingOperand()
76 HloInstruction* instruction, HloInstruction** matching_operand, in MatchBinaryInstructionOperand()
93 HloInstruction* instruction, in MatchBinaryInstructionOperandOpcode()
97 [opcode](const HloInstruction* instruction) { in MatchBinaryInstructionOperandOpcode()
103 bool IsScalarConstant(const HloInstruction* instruction) { in IsScalarConstant()
Dhlo_matchers.cc26 const HloInstruction* instruction, in MatchAndExplain()
78 const HloInstruction* instruction, in MatchAndExplain()
93 const HloInstruction* instruction, in MatchAndExplain()
109 const HloInstruction* instruction, in MatchAndExplain()
129 const HloInstruction* instruction, in MatchAndExplain()
153 const HloInstruction* instruction, in MatchAndExplain()
168 const HloInstruction* instruction, in MatchAndExplain()
183 const HloInstruction* instruction, in MatchAndExplain()
216 const HloInstruction* instruction, in MatchAndExplain()
Dhlo_casting_utils_test.cc37 DummyInstruction instruction; in TEST() local
44 AnotherDummyInstruction instruction; in TEST() local
55 DummyInstruction instruction; in TEST() local
62 AnotherDummyInstruction instruction; in TEST() local
74 DummyInstruction instruction; in TEST() local
81 AnotherDummyInstruction instruction; in TEST() local
93 DummyInstruction instruction; in TEST() local
100 AnotherDummyInstruction instruction; in TEST() local
Dhlo_liveness_analysis.cc42 void AddToWorklist(const HloInstruction* instruction, Worklist* worklist, in AddToWorklist()
66 void MarkLiveAtIndex(const HloInstruction* instruction, in MarkLiveAtIndex()
86 void MarkLiveAtAllIndices(const HloInstruction* instruction, in MarkLiveAtAllIndices()
119 const HloInstruction* instruction, in PropagateLivenessThroughTuple()
148 const HloInstruction* instruction, in PropagateLivenessThroughGTE()
170 const HloInstruction* instruction, in PropagateLivenessThroughWhile()
195 const HloInstruction* instruction, in PropagateLivenessToParameterCallers()
226 const HloInstruction* instruction, in PropagateLivenessThroughControlFlow()
267 for (auto* instruction : computation->instructions()) { in RunAnalysis() local
277 const HloInstruction* instruction = worklist.front(); in RunAnalysis() local
[all …]
Dreduce_precision_insertion.cc32 for (auto* instruction : computation->instructions()) { in instructions_to_modify() local
42 for (auto* instruction : computation->instructions()) { in instructions_to_modify() local
69 HloInstruction* instruction) { in insert_after()
106 for (auto instruction : instructions) { in insert_on_inputs() local
166 for (const auto& instruction : instructions) { in insert_on_outputs() local
241 return [opcode_filter](const HloInstruction* instruction) { in make_filter_function()
251 opname_substrings](const HloInstruction* instruction) { in make_filter_function()
Dhlo_verifier.cc220 Status ShapeVerifier::CheckIsTokenOperand(const HloInstruction* instruction, in CheckIsTokenOperand()
233 const HloInstruction* instruction, int64 operand_number, in CheckOperandAndParameter()
246 Status ShapeVerifier::HandleInfeed(HloInstruction* instruction) { in HandleInfeed()
256 Status ShapeVerifier::HandleOutfeed(HloInstruction* instruction) { in HandleOutfeed()
282 Status ShapeVerifier::HandleRng(HloInstruction* instruction) { in HandleRng()
399 Status ShapeVerifier::HandleIota(HloInstruction* instruction) { in HandleIota()
425 const HloInstruction& instruction, int64 num_operands_to_check) { in SameElementTypesForOperandsAndToApplyParameters()
544 Status ShapeVerifier::HandleCustomCall(HloInstruction* instruction) { in HandleCustomCall()
636 Status ShapeVerifier::HandleSelectAndScatter(HloInstruction* instruction) { in HandleSelectAndScatter()
757 Status CheckMixedPrecisionOperands(const HloInstruction* instruction) { in CheckMixedPrecisionOperands()
[all …]
Dhlo_reachability.h155 const BitVector& GetBitVector(const HloInstruction* instruction) const { in GetBitVector()
158 BitVector& GetBitVector(const HloInstruction* instruction) { in GetBitVector()
167 uint64 GetKey(const HloInstruction* instruction) const { in GetKey()
175 int GetIndex(const HloInstruction* instruction) const { in GetIndex()
Ddfs_hlo_visitor.cc44 const HloInstruction& instruction) { in GetVisitState()
50 const HloInstruction& instruction) { in SetVisiting()
58 const HloInstruction& instruction) { in SetVisited()
Dlogical_buffer_analysis.cc31 HloInstruction* instruction, in GatherFusionInstructions()
65 for (auto* instruction : computation->instructions()) { in Analyze() local
72 for (auto* instruction : fusion_instructions) { in Analyze() local
84 LogicalBuffer& LogicalBufferAnalysis::GetBuffer(HloInstruction* instruction, in GetBuffer()
89 void LogicalBufferAnalysis::NewLogicalBuffer(HloInstruction* instruction, in NewLogicalBuffer()
Dhlo_computation.cc54 for (auto& instruction : instructions_) { in Build() local
96 std::unique_ptr<HloInstruction> instruction) { in AddInstruction()
104 std::unique_ptr<HloInstruction> instruction) { in AddInstructionInternal()
117 std::unique_ptr<HloInstruction> instruction) { in AddParameter()
128 std::unique_ptr<HloInstruction> instruction) { in AddEntryComputationParameter()
195 bool HloComputation::IsRemovable(const HloInstruction* instruction) { in IsRemovable()
213 for (auto* instruction : instructions()) { in HasSideEffect() local
222 HloInstruction* instruction) { in RemoveInstructionAndUnusedOperands()
250 Status HloComputation::RemoveInstruction(HloInstruction* instruction) { in RemoveInstruction()
286 for (auto& instruction : instructions_) { in set_root_instruction() local
[all …]
Dreduce_precision_insertion_test.cc65 [](const HloInstruction* instruction) { in TEST_F()
92 [](const HloInstruction* instruction) { in TEST_F()
123 [](const HloInstruction* instruction) { in TEST_F()
151 [](const HloInstruction* instruction) { in TEST_F()
185 [](const HloInstruction* instruction) { in TEST_F()
215 [](const HloInstruction* instruction) { in TEST_F()
253 [](const HloInstruction* instruction) { in TEST_F()
283 [](const HloInstruction* instruction) { return true; })); in TEST_F()
309 [](const HloInstruction* instruction) { return false; })); in TEST_F()
333 [](const HloInstruction* instruction) { in TEST_F()
[all …]
Dlayout_assignment.cc78 const ShapeLayout& shape_layout, const HloInstruction* instruction, in OperandLayoutConstraint()
143 const HloInstruction* instruction, int64 operand_no) const { in OperandBufferForwarded() argument
199 const HloInstruction* instruction, in SetOperandLayout()
252 const Layout& layout, const HloInstruction* instruction, int64 operand_no, in SetArrayOperandLayout()
288 const Shape& shape_with_layout, const HloInstruction* instruction, in SetInstructionLayout()
336 const HloInstruction* instruction, int64 operand_no) const { in OperandLayout() argument
345 const HloInstruction* instruction, int64 operand_no) const { in GetOperandLayoutConstraint() argument
358 for (auto* instruction : computation_->MakeInstructionPostOrder()) { in ToString() local
383 bool IsHostSendRecv(const HloInstruction* instruction) { in IsHostSendRecv()
393 for (auto* instruction : computation->instructions()) { in BuildHostChannelConstraints() local
[all …]
Dhlo_module_group_util.cc42 HloInstruction* instruction) { in GlobalPredecessors()
119 HloInstruction* instruction) { in GlobalSuccessors()
215 [&](HloInstruction* instruction) { in CycleToString()
331 for (HloInstruction* instruction : computation->instructions()) { in VerifyComputations()
371 HloInstruction* instruction, HloReachabilityMap* reachability_map) { in UpdateReachabilityThroughInstruction()
Dreshape_mover.cc48 bool IsReshapeOrTranspose(const HloInstruction* instruction) { in IsReshapeOrTranspose()
55 bool CanTriviallyChangeShape(const HloInstruction* instruction) { in CanTriviallyChangeShape()
94 bool IsNontrivialReshape(const HloInstruction* instruction) { in IsNontrivialReshape()
188 HloInstruction* instruction, const HloInstruction* first_reshape_operand) { in PerformSinkReshapeOrTranspose()
264 bool IsReshapeMoveCandidate(HloInstruction* instruction) { in IsReshapeMoveCandidate()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
DInstructionRewriter.java53 @Nonnull @Override public Instruction rewrite(@Nonnull Instruction instruction) { in rewrite()
77 @Nonnull protected T instruction; field in InstructionRewriter.BaseRewrittenReferenceInstruction
79 protected BaseRewrittenReferenceInstruction(@Nonnull T instruction) { in BaseRewrittenReferenceInstruction()
114 public RewrittenInstruction20bc(@Nonnull Instruction20bc instruction) { in RewrittenInstruction20bc()
125 public RewrittenInstruction21c(@Nonnull Instruction21c instruction) { in RewrittenInstruction21c()
136 public RewrittenInstruction22c(@Nonnull Instruction22c instruction) { in RewrittenInstruction22c()
151 public RewrittenInstruction31c(@Nonnull Instruction31c instruction) { in RewrittenInstruction31c()
162 public RewrittenInstruction35c(@Nonnull Instruction35c instruction) { in RewrittenInstruction35c()
193 public RewrittenInstruction3rc(@Nonnull Instruction3rc instruction) { in RewrittenInstruction3rc()
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DPreInstructionRegisterInfoMethodItem.java109 …RegisterRangeInstruction instruction = (RegisterRangeInstruction)analyzedInstruction.getInstructio… in addArgsRegs() local
114 …FiveRegisterInstruction instruction = (FiveRegisterInstruction)analyzedInstruction.getInstruction(… in addArgsRegs() local
133 …ThreeRegisterInstruction instruction = (ThreeRegisterInstruction)analyzedInstruction.getInstructio… in addArgsRegs() local
138 … TwoRegisterInstruction instruction = (TwoRegisterInstruction)analyzedInstruction.getInstruction(); in addArgsRegs() local
142 … OneRegisterInstruction instruction = (OneRegisterInstruction)analyzedInstruction.getInstruction(); in addArgsRegs() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DCodeItem.java121 Instruction instruction = DexBackedInstruction.readFrom(reader); in makeAnnotator() local
249 …rivate void annotateInstruction10x(@Nonnull AnnotatedBytes out, @Nonnull Instruction instruction) { in makeAnnotator()
253 …ate void annotateInstruction35c(@Nonnull AnnotatedBytes out, @Nonnull Instruction35c instruction) { in makeAnnotator()
285 …ate void annotateInstruction3rc(@Nonnull AnnotatedBytes out, @Nonnull Instruction3rc instruction) { in makeAnnotator()
294 …te void annotateDefaultInstruction(@Nonnull AnnotatedBytes out, @Nonnull Instruction instruction) { in makeAnnotator()
350 …private void annotateArrayPayload(@Nonnull AnnotatedBytes out, @Nonnull ArrayPayload instruction) { in makeAnnotator()
385 @Nonnull PackedSwitchPayload instruction) { in makeAnnotator()
407 @Nonnull SparseSwitchPayload instruction) { in makeAnnotator()
/external/swiftshader/src/Reactor/
DOptimizer.cpp468 void Optimizer::replace(Ice::Inst *instruction, Ice::Operand *newValue) in replace()
500 void Optimizer::deleteInstruction(Ice::Inst *instruction) in deleteInstruction()
532 bool Optimizer::isDead(Ice::Inst *instruction) in isDead()
564 const Ice::InstIntrinsicCall *Optimizer::asLoadSubVector(const Ice::Inst *instruction) in asLoadSubVector()
577 const Ice::InstIntrinsicCall *Optimizer::asStoreSubVector(const Ice::Inst *instruction) in asStoreSubVector()
590 bool Optimizer::isLoad(const Ice::Inst &instruction) in isLoad()
600 bool Optimizer::isStore(const Ice::Inst &instruction) in isStore()
610 Ice::Operand *Optimizer::storeAddress(const Ice::Inst *instruction) in storeAddress()
627 Ice::Operand *Optimizer::loadAddress(const Ice::Inst *instruction) in loadAddress()
644 Ice::Operand *Optimizer::storeData(const Ice::Inst *instruction) in storeData()
[all …]
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java146 Instruction instruction = InstructionFactory.create(codeAttribute.code, in visitCodeAttribute0() local
412 Instruction instruction) in replaceAnyPushInstruction()
445 Instruction instruction) in replaceIntegerPushInstruction()
460 Instruction instruction, in replaceIntegerPushInstruction()
514 Instruction instruction) in replaceLongPushInstruction()
529 Instruction instruction, in replaceLongPushInstruction()
586 Instruction instruction) in replaceFloatPushInstruction()
601 Instruction instruction, in replaceFloatPushInstruction()
657 Instruction instruction) in replaceDoublePushInstruction()
672 Instruction instruction, in replaceDoublePushInstruction()
[all …]
/external/boringssl/src/crypto/test/
Dwycheproof_util.cc44 bool instruction) { in GetWycheproofDigest()
71 bool instruction) { in GetWycheproofCurve()
95 bool instruction) { in GetWycheproofBIGNUM()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dfusion_merger.cc37 void MaybeResolveTupleElements(HloInstruction* instruction, in MaybeResolveTupleElements()
69 for (auto& instruction : instructions) { in CalculateBytesReadByFusionParameter() local
71 instruction->users(), [](const HloInstruction* instruction) { in CalculateBytesReadByFusionParameter()
159 for (auto* instruction : computation_->MakeInstructionPostOrder()) { in Run() local
227 [](const HloInstruction* instruction) { in HandleFusion()
/external/proguard/src/proguard/optimize/info/
DExceptionInstructionChecker.java75 Instruction instruction = InstructionFactory.create(code, offset); in mayThrowExceptions() local
103 Instruction instruction = InstructionFactory.create(codeAttribute.code, offset); in mayThrowExceptions() local
120 Instruction instruction) in mayThrowExceptions()
134 …on(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} in visitAnyInstruction()

12345678910>>...21