Home
last modified time | relevance | path

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

12345678910>>...25

/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.java114 public void write(@Nonnull Instruction10t instruction) { in write()
123 public void write(@Nonnull Instruction10x instruction) { in write()
132 public void write(@Nonnull Instruction11n instruction) { in write()
141 public void write(@Nonnull Instruction11x instruction) { in write()
150 public void write(@Nonnull Instruction12x instruction) { in write()
159 public void write(@Nonnull Instruction20bc instruction) { in write()
169 public void write(@Nonnull Instruction20t instruction) { in write()
179 public void write(@Nonnull Instruction21c instruction) { in write()
189 public void write(@Nonnull Instruction21ih instruction) { in write()
199 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_matchers.cc26 const HloInstruction* instruction, in MatchAndExplain()
82 const HloInstruction* instruction, in MatchAndExplain()
97 const HloInstruction* instruction, in MatchAndExplain()
113 const HloInstruction* instruction, in MatchAndExplain()
133 const HloInstruction* instruction, in MatchAndExplain()
157 const HloInstruction* instruction, in MatchAndExplain()
172 const HloInstruction* instruction, in MatchAndExplain()
187 const HloInstruction* instruction, in MatchAndExplain()
220 const HloInstruction* instruction, in MatchAndExplain()
253 const HloInstruction* instruction, in MatchAndExplain()
Dhlo_query.cc27 bool IsConstantR0F32(HloInstruction* instruction, float* out) { in IsConstantR0F32()
37 bool AllOperandsAreParametersOrConstants(const HloInstruction& instruction) { in AllOperandsAreParametersOrConstants()
47 bool AllOperandsAreParameters(const HloInstruction& instruction) { in AllOperandsAreParameters()
56 bool AllOperandsAreConstants(const HloInstruction& instruction) { in AllOperandsAreConstants()
67 HloInstruction* instruction) { in GetMatchingOperand()
78 HloInstruction* instruction, HloInstruction** matching_operand, in MatchBinaryInstructionOperand()
95 HloInstruction* instruction, in MatchBinaryInstructionOperandOpcode()
99 [opcode](const HloInstruction* instruction) { in MatchBinaryInstructionOperandOpcode()
105 bool IsScalarConstant(const HloInstruction* instruction) { in IsScalarConstant()
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 …]
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()
147 std::unique_ptr<HloInstruction> instruction) { in ReplaceEntryComputationParameter()
225 bool HloComputation::IsSafelyRemovable(const HloInstruction* instruction) { in IsSafelyRemovable()
243 for (auto* instruction : instructions()) { in HasSideEffect() local
252 HloInstruction* instruction, std::function<void(HloInstruction*)> cleanup) { in RemoveInstructionAndUnusedOperands()
283 Status HloComputation::RemoveInstruction(HloInstruction* instruction) { in RemoveInstruction()
[all …]
Dhlo_reachability.h160 const BitVector& GetBitVector(const HloInstruction* instruction) const { in GetBitVector()
163 BitVector& GetBitVector(const HloInstruction* instruction) { in GetBitVector()
172 uint64 GetKey(const HloInstruction* instruction) const { in GetKey()
180 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()
Dhlo_verifier.cc307 Status ShapeVerifier::CheckIsTokenOperand(const HloInstruction* instruction, in CheckIsTokenOperand()
320 const HloInstruction* instruction, int64 operand_number, in CheckOperandAndParameter()
333 Status ShapeVerifier::HandleInfeed(HloInstruction* instruction) { in HandleInfeed()
343 Status ShapeVerifier::HandleOutfeed(HloInstruction* instruction) { in HandleOutfeed()
369 Status ShapeVerifier::HandleRng(HloInstruction* instruction) { in HandleRng()
418 Status ShapeVerifier::HandleRngGetAndUpdateState(HloInstruction* instruction) { in HandleRngGetAndUpdateState()
500 Status ShapeVerifier::HandleIota(HloInstruction* instruction) { in HandleIota()
538 const HloInstruction& instruction, int64 num_operands_to_check) { in SameElementTypesForOperandsAndToApplyParameters()
683 Status ShapeVerifier::HandleCustomCall(HloInstruction* instruction) { in HandleCustomCall()
775 Status ShapeVerifier::HandleSelectAndScatter(HloInstruction* instruction) { in HandleSelectAndScatter()
[all …]
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_module_group_util.cc42 HloInstruction* instruction) { in GlobalPredecessors()
119 HloInstruction* instruction) { in GlobalSuccessors()
215 [&](HloInstruction* instruction) { in CycleToString()
326 for (HloInstruction* instruction : computation->instructions()) { in VerifyComputations()
366 HloInstruction* instruction, HloReachabilityMap* reachability_map) { in UpdateReachabilityThroughInstruction()
Dlayout_assignment.cc82 const ShapeLayout& shape_layout, const HloInstruction* instruction, in OperandLayoutConstraint()
147 const HloInstruction* instruction, int64 operand_no) const { in OperandBufferForwarded() argument
208 const HloInstruction* instruction, in SetOperandLayout()
261 const Layout& layout, const HloInstruction* instruction, int64 operand_no, in SetArrayOperandLayout()
297 const Shape& shape_with_layout, const HloInstruction* instruction, in SetInstructionLayout()
345 const HloInstruction* instruction, int64 operand_no) const { in OperandLayout() argument
354 const HloInstruction* instruction, int64 operand_no) const { in GetOperandLayoutConstraint() argument
367 for (auto* instruction : computation_->MakeInstructionPostOrder()) { in ToString() local
392 bool IsHostSendRecv(const HloInstruction* instruction) { in IsHostSendRecv()
402 for (auto* instruction : computation->instructions()) { in BuildHostChannelConstraints() local
[all …]
/external/v8/src/torque/
Dcc-generator.cc82 for (const Instruction& instruction : block->instructions()) { in EmitBlock() local
99 const PushUninitializedInstruction& instruction, in EmitInstruction()
105 const PushBuiltinPointerInstruction& instruction, in EmitInstruction()
111 const NamespaceConstantInstruction& instruction, in EmitInstruction()
139 void CCGenerator::EmitInstruction(const CallIntrinsicInstruction& instruction, in EmitInstruction()
208 void CCGenerator::EmitInstruction(const CallCsaMacroInstruction& instruction, in EmitInstruction()
249 const CallCsaMacroAndBranchInstruction& instruction, in EmitInstruction()
254 void CCGenerator::EmitInstruction(const CallBuiltinInstruction& instruction, in EmitInstruction()
260 const CallBuiltinPointerInstruction& instruction, in EmitInstruction()
265 void CCGenerator::EmitInstruction(const CallRuntimeInstruction& instruction, in EmitInstruction()
[all …]
Dtorque-code-generator.cc11 bool TorqueCodeGenerator::IsEmptyInstruction(const Instruction& instruction) { in IsEmptyInstruction()
25 void TorqueCodeGenerator::EmitInstruction(const Instruction& instruction, in EmitInstruction()
42 void TorqueCodeGenerator::EmitInstruction(const PeekInstruction& instruction, in EmitInstruction()
47 void TorqueCodeGenerator::EmitInstruction(const PokeInstruction& instruction, in EmitInstruction()
54 const DeleteRangeInstruction& instruction, Stack<std::string>* stack) { in EmitInstruction()
Dcsa-generator.cc85 for (const Instruction& instruction : block->instructions()) { in EmitBlock() local
103 const PushUninitializedInstruction& instruction, in EmitInstruction()
115 const PushBuiltinPointerInstruction& instruction, in EmitInstruction()
125 const NamespaceConstantInstruction& instruction, in EmitInstruction()
177 void CSAGenerator::EmitInstruction(const CallIntrinsicInstruction& instruction, in EmitInstruction()
309 void CSAGenerator::EmitInstruction(const CallCsaMacroInstruction& instruction, in EmitInstruction()
361 const CallCsaMacroAndBranchInstruction& instruction, in EmitInstruction()
482 void CSAGenerator::EmitInstruction(const CallBuiltinInstruction& instruction, in EmitInstruction()
535 const CallBuiltinPointerInstruction& instruction, in EmitInstruction()
626 void CSAGenerator::EmitInstruction(const CallRuntimeInstruction& instruction, in EmitInstruction()
[all …]
/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.cpp484 void Optimizer::replace(Ice::Inst *instruction, Ice::Operand *newValue) in replace()
516 void Optimizer::deleteInstruction(Ice::Inst *instruction) in deleteInstruction()
548 bool Optimizer::isDead(Ice::Inst *instruction) in isDead()
580 const Ice::InstIntrinsicCall *Optimizer::asLoadSubVector(const Ice::Inst *instruction) in asLoadSubVector()
593 const Ice::InstIntrinsicCall *Optimizer::asStoreSubVector(const Ice::Inst *instruction) in asStoreSubVector()
606 bool Optimizer::isLoad(const Ice::Inst &instruction) in isLoad()
616 bool Optimizer::isStore(const Ice::Inst &instruction) in isStore()
626 Ice::Operand *Optimizer::storeAddress(const Ice::Inst *instruction) in storeAddress()
643 Ice::Operand *Optimizer::loadAddress(const Ice::Inst *instruction) in loadAddress()
660 Ice::Operand *Optimizer::storeData(const Ice::Inst *instruction) in storeData()
[all …]
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_set_memory_operands_mask.cpp59 auto instruction = in IsApplicable() local
97 auto instruction = in Apply() local
121 const opt::Instruction& instruction) { in IsMemoryAccess()
134 const opt::Instruction& instruction, uint32_t mask_index) { in GetInOperandIndexForMask()
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dtransformation_set_memory_operands_mask.cpp59 auto instruction = in IsApplicable() local
97 auto instruction = in Apply() local
121 const opt::Instruction& instruction) { in IsMemoryAccess()
134 const opt::Instruction& instruction, uint32_t mask_index) { in GetInOperandIndexForMask()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_set_memory_operands_mask.cpp60 auto instruction = in IsApplicable() local
98 auto instruction = in Apply() local
122 const opt::Instruction& instruction) { in IsMemoryAccess()
135 const opt::Instruction& instruction, uint32_t mask_index) { in GetInOperandIndexForMask()
/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 …]

12345678910>>...25