Home
last modified time | relevance | path

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

12345678910>>...29

/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()
Dsharding_propagation_test.cc160 auto* instruction = FindInstruction(module.get(), "param0"); in TEST_P() local
188 auto* instruction = FindInstruction(module.get(), "param0"); in TEST_F() local
211 auto* instruction = FindInstruction(module.get(), "param0"); in TEST_F() local
234 auto* instruction = FindInstruction(module.get(), "param0"); in TEST_F() local
260 auto* instruction = FindInstruction(module.get(), "add"); in TEST_P() local
291 auto* instruction = FindInstruction(module.get(), "add"); in TEST_P() local
322 auto* instruction = FindInstruction(module.get(), "broadcast"); in TEST_P() local
352 auto* instruction = FindInstruction(module.get(), "broadcast"); in TEST_P() local
382 auto* instruction = FindInstruction(module.get(), "broadcast"); in TEST_P() local
415 auto* instruction = FindInstruction(module.get(), "broadcast"); in TEST_P() local
[all …]
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()
Dwhile_loop_all_reduce_code_motion_test.cc96 [](HloInstruction* instruction) -> bool { in TEST_F()
109 [](HloInstruction* instruction) { in TEST_F()
195 [](HloInstruction* instruction) -> bool { in TEST_F()
205 [](HloInstruction* instruction) { in TEST_F()
274 [](HloInstruction* instruction) -> bool { in TEST_F()
390 [](HloInstruction* instruction) -> bool { in TEST_F()
403 [](HloInstruction* instruction) { in TEST_F()
412 [](HloInstruction* instruction) -> bool { in TEST_F()
488 [](HloInstruction* instruction) -> bool { in TEST_F()
560 [](HloInstruction* instruction) -> bool { in TEST_F()
[all …]
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, const std::string& new_name) { in AddInstruction()
107 std::unique_ptr<HloInstruction> instruction) { in AddInstructionInternal()
120 std::unique_ptr<HloInstruction> instruction) { in AddParameter()
131 std::unique_ptr<HloInstruction> instruction) { in AddEntryComputationParameter()
150 std::unique_ptr<HloInstruction> instruction) { in ReplaceEntryComputationParameter()
228 bool HloComputation::IsSafelyRemovable(const HloInstruction* instruction) { in IsSafelyRemovable()
246 for (auto* instruction : instructions()) { in HasSideEffect() local
259 HloInstruction* instruction, std::function<void(HloInstruction*)> cleanup) { in RemoveInstructionAndUnusedOperands()
290 Status HloComputation::RemoveInstruction(HloInstruction* instruction) { in RemoveInstruction()
[all …]
Dhlo_verifier.cc395 Status ShapeVerifier::CheckIsTokenOperand(const HloInstruction* instruction, in CheckIsTokenOperand()
408 const HloInstruction* instruction, int64 operand_number, in CheckOperandAndParameter()
421 Status ShapeVerifier::HandleInfeed(HloInstruction* instruction) { in HandleInfeed()
431 Status ShapeVerifier::HandleOutfeed(HloInstruction* instruction) { in HandleOutfeed()
457 Status ShapeVerifier::HandleRng(HloInstruction* instruction) { in HandleRng()
523 Status ShapeVerifier::HandleRngGetAndUpdateState(HloInstruction* instruction) { in HandleRngGetAndUpdateState()
643 const HloInstruction& instruction, int64 num_operands_to_check) { in SameElementTypesForOperandsAndToApplyParameters()
792 Status ShapeVerifier::HandleCustomCall(HloInstruction* instruction) { in HandleCustomCall()
910 Status ShapeVerifier::HandleSelectAndScatter(HloInstruction* instruction) { in HandleSelectAndScatter()
1073 Status CheckMixedPrecisionOperands(const HloInstruction* instruction) { in CheckMixedPrecisionOperands()
[all …]
Doperand_upcaster.cc24 const HloInstruction* instruction) { in MaybeInferShape()
44 bool OperandUpcaster::InstructionMatchesPattern(HloInstruction* instruction) { in InstructionMatchesPattern()
58 HloInstruction* instruction) { in ExpandInstruction()
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()
Ddfs_hlo_visitor.cc44 const HloInstruction& instruction) { in GetVisitState()
50 const HloInstruction& instruction) { in SetVisiting()
58 const HloInstruction& instruction) { in SetVisited()
Dlayout_assignment.cc83 const ShapeLayout& shape_layout, const HloInstruction* instruction, in OperandLayoutConstraint()
148 const HloInstruction* instruction, int64 operand_no) const { in OperandBufferForwarded() argument
209 const HloInstruction* instruction, in SetOperandLayout()
262 const Layout& layout, const HloInstruction* instruction, int64 operand_no, in SetArrayOperandLayout()
298 const Shape& shape_with_layout, const HloInstruction* instruction, in SetInstructionLayout()
346 const HloInstruction* instruction, int64 operand_no) const { in OperandLayout() argument
355 const HloInstruction* instruction, int64 operand_no) const { in GetOperandLayoutConstraint() argument
368 for (auto* instruction : computation_->MakeInstructionPostOrder()) { in ToString() local
393 bool IsHostSendRecv(const HloInstruction* instruction) { in IsHostSendRecv()
403 for (auto* instruction : computation->instructions()) { in BuildHostChannelConstraints() local
[all …]
Dhlo_reachability.h101 Index GetIndex(const HloInstruction* instruction) const { in GetIndex()
201 const BitVector& GetBitVector(const HloInstruction* instruction) const { in GetBitVector()
204 BitVector& GetBitVector(const HloInstruction* instruction) { in GetBitVector()
218 uint64 GetKey(const HloInstruction* instruction) const { in GetKey()
225 int GetIndexInternal(const HloInstruction* instruction) const { in GetIndexInternal()
Dlogical_buffer_analysis.cc33 HloInstruction* instruction, in GatherFusionInstructions()
67 for (auto* instruction : computation->instructions()) { in Analyze() local
74 for (auto* instruction : fusion_instructions) { in Analyze() local
86 LogicalBuffer& LogicalBufferAnalysis::GetBuffer(HloInstruction* instruction, in GetBuffer()
91 void LogicalBufferAnalysis::NewLogicalBuffer(HloInstruction* instruction, in NewLogicalBuffer()
Dreshape_mover.cc49 bool IsReshapeOrTranspose(const HloInstruction* instruction) { in IsReshapeOrTranspose()
56 bool CanTriviallyChangeShape(const HloInstruction* instruction) { in CanTriviallyChangeShape()
95 bool IsNontrivialReshape(const HloInstruction* instruction) { in IsNontrivialReshape()
189 HloInstruction* instruction, const HloInstruction* first_reshape_operand) { in PerformSinkReshapeOrTranspose()
265 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/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/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/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/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_set_memory_operands_mask.cpp59 auto instruction = in IsApplicable() local
97 auto instruction = in Apply() local
129 const opt::Instruction& instruction) { in IsMemoryAccess()
142 const opt::Instruction& instruction, uint32_t mask_index) { in GetInOperandIndexForMask()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_set_memory_operands_mask.cpp59 auto instruction = in IsApplicable() local
97 auto instruction = in Apply() local
129 const opt::Instruction& instruction) { in IsMemoryAccess()
142 const opt::Instruction& instruction, uint32_t mask_index) { in GetInOperandIndexForMask()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_set_memory_operands_mask.cpp60 auto instruction = in IsApplicable() local
98 auto instruction = in Apply() local
130 const opt::Instruction& instruction) { in IsMemoryAccess()
143 const opt::Instruction& instruction, uint32_t mask_index) { in GetInOperandIndexForMask()

12345678910>>...29