| /external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/ |
| D | InstructionWriter.java | 156 public void write(@Nonnull Instruction10t instruction) { in write() 165 public void write(@Nonnull Instruction10x instruction) { in write() 174 public void write(@Nonnull Instruction11n instruction) { in write() 183 public void write(@Nonnull Instruction11x instruction) { in write() 192 public void write(@Nonnull Instruction12x instruction) { in write() 201 public void write(@Nonnull Instruction20bc instruction) { in write() 211 public void write(@Nonnull Instruction20t instruction) { in write() 221 public void write(@Nonnull Instruction21c instruction) { in write() 231 public void write(@Nonnull Instruction21ih instruction) { in write() 241 public void write(@Nonnull Instruction21lh instruction) { in write() [all …]
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | hlo_casting_utils.h | 37 const T* Cast(const HloInstruction* instruction) { in Cast() 54 T* Cast(HloInstruction* instruction) { in Cast() 64 const T* CastOrNull(const HloInstruction* instruction) { in CastOrNull() 70 T* CastOrNull(HloInstruction* instruction) { in CastOrNull() 80 const T* DynCast(const HloInstruction* instruction) { in DynCast() 92 T* DynCast(HloInstruction* instruction) { in DynCast() 102 const T* DynCastOrNull(const HloInstruction* instruction) { in DynCastOrNull() 108 T* DynCastOrNull(HloInstruction* instruction) { in DynCastOrNull()
|
| D | while_loop_all_reduce_code_motion_test.cc | 97 [](HloInstruction* instruction) -> bool { in TEST_F() 110 [](HloInstruction* instruction) { in TEST_F() 196 [](HloInstruction* instruction) -> bool { in TEST_F() 206 [](HloInstruction* instruction) { in TEST_F() 275 [](HloInstruction* instruction) -> bool { in TEST_F() 391 [](HloInstruction* instruction) -> bool { in TEST_F() 404 [](HloInstruction* instruction) { in TEST_F() 413 [](HloInstruction* instruction) -> bool { in TEST_F() 481 [](HloInstruction* instruction) -> bool { in TEST_F() 494 [](HloInstruction* instruction) { in TEST_F() [all …]
|
| D | sharding_propagation_test.cc | 222 auto* instruction = FindInstruction(module.get(), "param0"); in TEST_P() local 250 auto* instruction = FindInstruction(module.get(), "param0"); in TEST_F() local 273 auto* instruction = FindInstruction(module.get(), "param0"); in TEST_F() local 296 auto* instruction = FindInstruction(module.get(), "param0"); in TEST_F() local 322 auto* instruction = FindInstruction(module.get(), "add"); in TEST_P() local 353 auto* instruction = FindInstruction(module.get(), "add"); in TEST_P() local 385 auto* instruction = FindInstruction(module.get(), "broadcast"); in TEST_P() local 419 auto* instruction = FindInstruction(module.get(), "broadcast"); in TEST_P() local 450 auto* instruction = FindInstruction(module.get(), "broadcast"); in TEST_P() local 475 auto* instruction = FindInstruction(module.get(), "broadcast"); in TEST_P() local [all …]
|
| D | hlo_matchers.cc | 28 const HloInstruction* instruction, in MatchAndExplain() 84 const HloInstruction* instruction, in MatchAndExplain() 99 const HloInstruction* instruction, in MatchAndExplain() 115 const HloInstruction* instruction, in MatchAndExplain() 135 const HloInstruction* instruction, in MatchAndExplain() 159 const HloInstruction* instruction, in MatchAndExplain() 174 const HloInstruction* instruction, in MatchAndExplain() 193 const HloInstruction* instruction, in MatchAndExplain() 226 const HloInstruction* instruction, in MatchAndExplain() 259 const HloInstruction* instruction, in MatchAndExplain() [all …]
|
| D | hlo_query.cc | 33 bool IsConstantR0F32(HloInstruction* instruction, float* out) { in IsConstantR0F32() 43 bool AllOperandsAreParametersOrConstants(const HloInstruction& instruction) { in AllOperandsAreParametersOrConstants() 53 bool AllOperandsAreParameters(const HloInstruction& instruction) { in AllOperandsAreParameters() 62 bool AllOperandsAreConstants(const HloInstruction& instruction) { in AllOperandsAreConstants() 72 HloInstruction* instruction) { in GetMatchingOperand() 82 HloInstruction* instruction, in MatchBinaryInstructionOperand() 100 HloInstruction* instruction, in MatchBinaryInstructionOperandOpcode() 104 [opcode](const HloInstruction* instruction) { in MatchBinaryInstructionOperandOpcode() 110 bool IsScalarConstant(const HloInstruction* instruction) { in IsScalarConstant()
|
| D | hlo_liveness_analysis.cc | 42 void AddToWorklist(const HloInstruction* instruction, Worklist* worklist, in AddToWorklist() 65 void MarkLiveAtIndex(const HloInstruction* instruction, in MarkLiveAtIndex() 84 void MarkLiveAtAllIndices(const HloInstruction* instruction, in MarkLiveAtAllIndices() 115 const HloInstruction* instruction, in PropagateLivenessThroughTuple() 144 const HloInstruction* instruction, in PropagateLivenessThroughGTE() 166 const HloInstruction* instruction, in PropagateLivenessThroughWhile() 191 const HloInstruction* instruction, in PropagateLivenessToParameterCallers() 221 const HloInstruction* instruction, in PropagateLivenessThroughControlFlow() 286 for (auto* instruction : computation->instructions()) { in RunAnalysis() local 296 const HloInstruction* instruction = worklist.front(); in RunAnalysis() local [all …]
|
| D | hlo_casting_utils_test.cc | 45 DummyInstruction instruction; in TEST() local 52 AnotherDummyInstruction instruction; in TEST() local 63 DummyInstruction instruction; in TEST() local 70 AnotherDummyInstruction instruction; in TEST() local 82 DummyInstruction instruction; in TEST() local 89 AnotherDummyInstruction instruction; in TEST() local 101 DummyInstruction instruction; in TEST() local 108 AnotherDummyInstruction instruction; in TEST() local
|
| D | hlo_computation.cc | 62 for (auto& instruction : instructions_) { in Build() local 122 std::unique_ptr<HloInstruction> instruction, const std::string& new_name) { in AddInstruction() 133 std::unique_ptr<HloInstruction> instruction, const OpMetadata* metadata) { in AddInstruction() 141 std::unique_ptr<HloInstruction> instruction) { in AddInstructionInternal() 154 std::unique_ptr<HloInstruction> instruction) { in AddParameter() 165 std::unique_ptr<HloInstruction> instruction) { in AddEntryComputationParameter() 184 std::unique_ptr<HloInstruction> instruction) { in ReplaceEntryComputationParameter() 226 int64_t param_no, std::unique_ptr<HloInstruction> instruction) { in ReplaceParameter() 279 bool HloComputation::IsSafelyRemovable(const HloInstruction* instruction) { in IsSafelyRemovable() 297 for (auto* instruction : instructions()) { in HasSideEffect() local [all …]
|
| D | result_caster.cc | 24 const HloInstruction* instruction) { in MaybeInferShape() 44 bool ResultCaster::InstructionMatchesPattern(HloInstruction* instruction) { in InstructionMatchesPattern() 55 HloInstruction* instruction) { in ExpandInstruction()
|
| D | hlo_module_group_util.cc | 41 HloInstruction* instruction) { in GlobalPredecessors() 118 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()
|
| D | layout_assignment.cc | 105 const ShapeLayout& shape_layout, const HloInstruction* instruction, in OperandLayoutConstraint() 156 const HloInstruction* instruction, int64_t operand_no) const { in AnyOperandBufferForwarded() argument 168 const HloInstruction* instruction, int64_t operand_no) const { in AllOperandBuffersForwarded() argument 236 const HloInstruction* instruction, in SetOperandLayout() 300 const HloInstruction* instruction, int64_t operand_no, in InsertOperandLayoutConstraint() 331 const Layout& layout, const HloInstruction* instruction, int64_t operand_no, in SetArrayOperandLayout() 355 const HloInstruction* instruction, in SetInstructionLayout() 395 const HloInstruction* instruction, in SetInstructionLayout() 440 const HloInstruction* instruction, int64_t operand_no) const { in OperandLayout() argument 450 const HloInstruction* instruction, int64_t operand_no) const { in GetOperandLayoutConstraint() argument [all …]
|
| D | dfs_hlo_visitor.cc | 44 const HloInstruction& instruction) { in GetVisitState() 50 const HloInstruction& instruction) { in SetVisiting() 58 const HloInstruction& instruction) { in SetVisited()
|
| D | operand_upcaster.cc | 24 const HloInstruction* instruction) { in MaybeInferShape() 44 bool OperandUpcaster::InstructionMatchesPattern(HloInstruction* instruction) { in InstructionMatchesPattern() 63 HloInstruction* instruction) { in ExpandInstruction()
|
| D | hlo_reachability.h | 108 Index GetIndex(const HloInstruction* instruction) const { in GetIndex() 208 const BitVector& GetBitVector(const HloInstruction* instruction) const { in GetBitVector() 211 BitVector& GetBitVector(const HloInstruction* instruction) { in GetBitVector() 226 uint64_t GetKey(const HloInstruction* instruction) const { in GetKey() 233 int GetIndexInternal(const HloInstruction* instruction) const { in GetIndexInternal()
|
| /external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/rewriter/ |
| D | InstructionRewriter.java | 64 @Nonnull @Override public Instruction rewrite(@Nonnull Instruction instruction) { in rewrite() 119 @Nonnull protected T instruction; field in InstructionRewriter.BaseRewrittenReferenceInstruction 121 protected BaseRewrittenReferenceInstruction(@Nonnull T instruction) { in BaseRewrittenReferenceInstruction() 145 public RewrittenInstruction20bc(@Nonnull Instruction20bc instruction) { in RewrittenInstruction20bc() 156 public RewrittenInstruction21c(@Nonnull Instruction21c instruction) { in RewrittenInstruction21c() 167 public RewrittenInstruction22c(@Nonnull Instruction22c instruction) { in RewrittenInstruction22c() 182 public RewrittenInstruction31c(@Nonnull Instruction31c instruction) { in RewrittenInstruction31c() 193 public RewrittenInstruction35c(@Nonnull Instruction35c instruction) { in RewrittenInstruction35c() 224 public RewrittenInstruction3rc(@Nonnull Instruction3rc instruction) { in RewrittenInstruction3rc() 240 public BaseRewrittenDualReferenceInstruction(@Nonnull T instruction) { in BaseRewrittenDualReferenceInstruction() [all …]
|
| /external/mesa3d/src/imagination/vulkan/pds/ |
| D | pvr_pds_disasm.c | 81 uint32_t instruction, in pvr_pds_disassemble_regs32() 114 uint32_t instruction, in pvr_pds_disassemble_regs32tp() 142 uint32_t instruction, in pvr_pds_disassemble_regs32t() 166 uint32_t instruction, in pvr_pds_disassemble_regs64() 200 uint32_t instruction, in pvr_pds_disassemble_regs64t() 224 uint32_t instruction, in pvr_pds_disassemble_regs64C() 248 uint32_t instruction, in pvr_pds_disassemble_regs64tp() 285 uint32_t instruction) in pvr_pds_disassemble_instruction_add64() 326 uint32_t instruction) in pvr_pds_disassemble_instruction_add32() 367 uint32_t instruction) in pvr_pds_disassemble_instruction_stm() [all …]
|
| /external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/ |
| D | qpack_instructions.cc | 49 static const QpackInstruction* const instruction = in InsertWithNameReferenceInstruction() local 60 static const QpackInstruction* const instruction = in InsertWithoutNameReferenceInstruction() local 70 static const QpackInstruction* const instruction = in DuplicateInstruction() local 78 static const QpackInstruction* const instruction = in SetDynamicTableCapacityInstruction() local 95 static const QpackInstruction* const instruction = in InsertCountIncrementInstruction() local 103 static const QpackInstruction* const instruction = in HeaderAcknowledgementInstruction() local 111 static const QpackInstruction* const instruction = in StreamCancellationInstruction() local 128 static const QpackInstruction* const instruction = in QpackPrefixInstruction() local 146 static const QpackInstruction* const instruction = in QpackIndexedHeaderFieldInstruction() local 156 static const QpackInstruction* const instruction = in QpackIndexedHeaderFieldPostBaseInstruction() local [all …]
|
| D | qpack_instruction_encoder_test.cc | 18 const QpackInstruction* instruction) { in CreateQpackInstructionWithValues() 80 const QpackInstruction instruction{QpackInstructionOpcode{0x00, 0x80}, in TEST_F() local 96 const QpackInstruction instruction{ in TEST_F() local 119 const QpackInstruction instruction{QpackInstructionOpcode{0xc0, 0xc0}, in TEST_F() local 141 const QpackInstruction instruction{QpackInstructionOpcode{0xe0, 0xe0}, in TEST_F() local 161 const QpackInstruction instruction{QpackInstructionOpcode{0xf0, 0xf0}, in TEST_F() local 181 const QpackInstruction instruction{QpackInstructionOpcode{0xf0, 0xf0}, in TEST_F() local
|
| /external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/ |
| D | MethodAnalyzer.java | 273 Instruction instruction = analyzedInstruction.getInstruction(); in analyze() local 345 public int getInstructionAddress(@Nonnull AnalyzedInstruction instruction) { in getInstructionAddress() 442 …te void propagateRegisterToSuccessors(@Nonnull AnalyzedInstruction instruction, int registerNumber, in propagateRegisterToSuccessors() 463 Instruction instruction = instructions.get(i); in buildInstructionList() local 482 AnalyzedInstruction instruction = analyzedInstructions.valueAt(i); in buildInstructionList() local 525 AnalyzedInstruction instruction = analyzedInstructions.valueAt(currentInstructionIndex); in buildInstructionList() local 630 Instruction instruction = analyzedInstruction.instruction; in analyzeInstruction() local 1111 … TwoRegisterInstruction instruction = (TwoRegisterInstruction)analyzedInstruction.instruction; in analyzeMove() local 1183 … NarrowLiteralInstruction instruction = (NarrowLiteralInstruction)analyzedInstruction.instruction; in analyzeConst() local 1208 ReferenceInstruction instruction = (ReferenceInstruction)analyzedInstruction.instruction; in analyzeCheckCast() local [all …]
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | trim_capabilities_pass.cpp | 57 static void DFSWhile(const Instruction* instruction, UnaryPredicate condition) { in DFSWhile() 97 static bool AnyTypeOf(const Instruction* instruction, in AnyTypeOf() 114 static bool is16bitType(const Instruction* instruction) { in is16bitType() 141 const Instruction* instruction) { in Handler_OpTypeFloat_Float16() 151 const Instruction* instruction) { in Handler_OpTypeFloat_Float64() 161 Handler_OpTypePointer_StorageInputOutput16(const Instruction* instruction) { in Handler_OpTypePointer_StorageInputOutput16() 184 Handler_OpTypePointer_StoragePushConstant16(const Instruction* instruction) { in Handler_OpTypePointer_StoragePushConstant16() 207 const Instruction* instruction) { in Handler_OpTypePointer_StorageUniformBufferBlock16() 240 const Instruction* instruction) { in Handler_OpTypePointer_StorageUniform16() 288 const Instruction* instruction) { in Handler_OpTypeInt_Int16() [all …]
|
| /external/angle/third_party/spirv-tools/src/source/opt/ |
| D | trim_capabilities_pass.cpp | 57 static void DFSWhile(const Instruction* instruction, UnaryPredicate condition) { in DFSWhile() 97 static bool AnyTypeOf(const Instruction* instruction, in AnyTypeOf() 114 static bool is16bitType(const Instruction* instruction) { in is16bitType() 141 const Instruction* instruction) { in Handler_OpTypeFloat_Float16() 151 const Instruction* instruction) { in Handler_OpTypeFloat_Float64() 161 Handler_OpTypePointer_StorageInputOutput16(const Instruction* instruction) { in Handler_OpTypePointer_StorageInputOutput16() 184 Handler_OpTypePointer_StoragePushConstant16(const Instruction* instruction) { in Handler_OpTypePointer_StoragePushConstant16() 207 const Instruction* instruction) { in Handler_OpTypePointer_StorageUniformBufferBlock16() 240 const Instruction* instruction) { in Handler_OpTypePointer_StorageUniform16() 288 const Instruction* instruction) { in Handler_OpTypeInt_Int16() [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | trim_capabilities_pass.cpp | 57 static void DFSWhile(const Instruction* instruction, UnaryPredicate condition) { in DFSWhile() 97 static bool AnyTypeOf(const Instruction* instruction, in AnyTypeOf() 114 static bool is16bitType(const Instruction* instruction) { in is16bitType() 141 const Instruction* instruction) { in Handler_OpTypeFloat_Float16() 151 const Instruction* instruction) { in Handler_OpTypeFloat_Float64() 161 Handler_OpTypePointer_StorageInputOutput16(const Instruction* instruction) { in Handler_OpTypePointer_StorageInputOutput16() 184 Handler_OpTypePointer_StoragePushConstant16(const Instruction* instruction) { in Handler_OpTypePointer_StoragePushConstant16() 207 const Instruction* instruction) { in Handler_OpTypePointer_StorageUniformBufferBlock16() 240 const Instruction* instruction) { in Handler_OpTypePointer_StorageUniform16() 288 const Instruction* instruction) { in Handler_OpTypeInt_Int16() [all …]
|
| /external/google-smali/third_party/baksmali/src/main/java/com/android/tools/smali/baksmali/Adaptors/ |
| D | PreInstructionRegisterInfoMethodItem.java | 112 …RegisterRangeInstruction instruction = (RegisterRangeInstruction)analyzedInstruction.getInstructio… in addArgsRegs() local 117 …FiveRegisterInstruction instruction = (FiveRegisterInstruction)analyzedInstruction.getInstruction(… in addArgsRegs() local 136 …ThreeRegisterInstruction instruction = (ThreeRegisterInstruction)analyzedInstruction.getInstructio… in addArgsRegs() local 141 … TwoRegisterInstruction instruction = (TwoRegisterInstruction)analyzedInstruction.getInstruction(); in addArgsRegs() local 145 … OneRegisterInstruction instruction = (OneRegisterInstruction)analyzedInstruction.getInstruction(); in addArgsRegs() local
|
| /external/google-cloud-java/java-datalabeling/proto-google-cloud-datalabeling-v1beta1/src/main/java/com/google/cloud/datalabeling/v1beta1/ |
| D | InstructionName.java | 36 private final String instruction; field in InstructionName 65 public static InstructionName of(String project, String instruction) { in of() 69 public static String format(String project, String instruction) { in format() 161 private String instruction; field in InstructionName.Builder 178 public Builder setInstruction(String instruction) { in setInstruction()
|