Home
last modified time | relevance | path

Searched defs:operand (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/external/v8/src/wasm/
Dwasm-text.cc107 BlockTypeOperand operand(&i, i.pc()); in PrintWasmText() local
117 BreakDepthOperand operand(&i, i.pc()); in PrintWasmText() local
129 BranchTableOperand operand(&i, i.pc()); in PrintWasmText() local
136 CallIndirectOperand operand(&i, i.pc()); in PrintWasmText() local
142 CallFunctionOperand operand(&i, i.pc()); in PrintWasmText() local
150 LocalIndexOperand operand(&i, i.pc()); in PrintWasmText() local
156 GlobalIndexOperand operand(&i, i.pc()); in PrintWasmText() local
174 MemoryAccessOperand operand(&i, i.pc(), kMaxUInt32); in PrintWasmText() local
Dfunction-body-decoder.cc258 LocalIndexOperand operand(decoder, pc); in AnalyzeLoopAssignment() local
280 inline bool Validate(const byte* pc, LocalIndexOperand& operand) { in Validate()
293 inline bool Validate(const byte* pc, GlobalIndexOperand& operand) { in Validate()
303 inline bool Complete(const byte* pc, CallFunctionOperand& operand) { in Complete()
311 inline bool Validate(const byte* pc, CallFunctionOperand& operand) { in Validate()
319 inline bool Complete(const byte* pc, CallIndirectOperand& operand) { in Complete()
327 inline bool Validate(const byte* pc, CallIndirectOperand& operand) { in Validate()
339 inline bool Validate(const byte* pc, BreakDepthOperand& operand, in Validate()
349 bool Validate(const byte* pc, BranchTableOperand& operand, in Validate()
356 SimdLaneOperand& operand) { in Validate()
[all …]
/external/tensorflow/tensorflow/compiler/xla/tests/
Dselect_and_scatter_test.cc76 auto operand = builder_.ConstantFromArray(o); in XLA_TEST_P() local
201 const auto operand = builder_.ConstantR1<float>({}); in XLA_TEST_F() local
211 const auto operand = in XLA_TEST_F() local
223 const auto operand = builder_.ConstantR1<int32>({-1, 0, 6, 4, -4, 10}); in XLA_TEST_F() local
234 const auto operand = builder_.ConstantR1<int32>({1, 9, 3, 7, 5, 6}); in XLA_TEST_F() local
245 const auto operand = in XLA_TEST_F() local
257 const auto operand = builder_.ConstantR2<int32>( in XLA_TEST_F() local
271 const auto operand = in XLA_TEST_F() local
283 const auto operand = in XLA_TEST_F() local
296 const auto operand = in XLA_TEST_F() local
[all …]
Dtranspose_test.cc78 auto operand = builder.ConstantR3FromArray3D<int32>(Array3D<int32>(0, 2, 3)); in XLA_TEST_F() local
86 auto operand = builder.ConstantR3FromArray3D<int32>({{{1, 2, 3}, {4, 5, 6}}}); in TEST_F() local
96 auto operand = builder.ConstantR3FromArray3D<int32>({{{1, 2, 3}, {4, 5, 6}}}); in TEST_F() local
106 auto operand = builder.ConstantR3FromArray3D<int32>({{{1, 2, 3}, {4, 5, 6}}}); in TEST_F() local
134 auto operand = builder.ConstantR2FromArray2D<float>(*aoperand); in TEST_F() local
146 auto operand = builder.ConstantR2FromArray2D<float>(*aoperand); in TEST_F() local
166 auto operand = builder.ConstantR3FromArray3D(aoperand); in TestTransposeConstant021() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dcomputation_builder.cc208 const ComputationDataHandle& operand) { in GetShapeWithoutNoteError()
225 const ComputationDataHandle& operand) { in GetShape()
257 const ComputationDataHandle& operand, const Shape& expected_shape) { in CheckShape()
277 const ComputationDataHandle& operand, in Slice()
297 const ComputationDataHandle& operand, int64 start_index, int64 limit_index, in SliceInDim()
316 const ComputationDataHandle& operand, in DynamicSlice()
330 const ComputationDataHandle& operand, const ComputationDataHandle& update, in DynamicUpdateSlice()
346 for (const ComputationDataHandle& operand : operands) { in ConcatInDim() local
354 const ComputationDataHandle& operand, in Broadcast()
366 const ComputationDataHandle& operand, in Pad()
[all …]
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dmatrix.h140 Matrix& Transpose(const Matrix& operand) { in Transpose()
157 Matrix& Scale(const Matrix& operand, const S& scalar) { in Scale()
162 Matrix& Add(const Matrix& operand) { in Add()
178 Matrix& Subtract(const Matrix& operand) { in Subtract()
194 Matrix& PointwiseMultiply(const Matrix& operand) { in PointwiseMultiply()
210 Matrix& PointwiseDivide(const Matrix& operand) { in PointwiseDivide()
234 Matrix& PointwiseSquareRoot(const Matrix& operand) { in PointwiseSquareRoot()
247 Matrix& PointwiseAbsoluteValue(const Matrix& operand) { in PointwiseAbsoluteValue()
260 Matrix& PointwiseSquare(const Matrix& operand) { in PointwiseSquare()
Dcomplex_matrix.h47 ComplexMatrix& PointwiseConjugate(const ComplexMatrix& operand) { in PointwiseConjugate()
61 ComplexMatrix& ConjugateTranspose(const ComplexMatrix& operand) { in ConjugateTranspose()
77 ComplexMatrix& ZeroImag(const ComplexMatrix& operand) { in ZeroImag()
/external/vixl/src/aarch32/
Doperands-aarch32.cc51 std::ostream& operator<<(std::ostream& os, const Operand& operand) { in operator <<()
100 std::ostream& operator<<(std::ostream& os, const SOperand& operand) { in operator <<()
109 std::ostream& operator<<(std::ostream& os, const DOperand& operand) { in operator <<()
118 std::ostream& operator<<(std::ostream& os, const QOperand& operand) { in operator <<()
518 std::ostream& operator<<(std::ostream& os, const MemOperand& operand) { in operator <<()
550 std::ostream& operator<<(std::ostream& os, const AlignedMemOperand& operand) { in operator <<()
Dassembler-aarch32.h1848 void adc(Register rd, Register rn, const Operand& operand) { in adc()
1851 void adc(Condition cond, Register rd, Register rn, const Operand& operand) { in adc()
1857 const Operand& operand) { in adc()
1866 void adcs(Register rd, Register rn, const Operand& operand) { in adcs()
1869 void adcs(Condition cond, Register rd, Register rn, const Operand& operand) { in adcs()
1875 const Operand& operand) { in adcs()
1884 void add(Register rd, Register rn, const Operand& operand) { in add()
1887 void add(Condition cond, Register rd, Register rn, const Operand& operand) { in add()
1893 const Operand& operand) { in add()
1898 void add(Register rd, const Operand& operand) { add(al, rd, operand); } in add()
[all …]
Dmacro-assembler-aarch32.h507 bool AliasesAvailableScratchRegister(const Operand& operand) { in AliasesAvailableScratchRegister()
514 bool AliasesAvailableScratchRegister(const NeonOperand& operand) { in AliasesAvailableScratchRegister()
544 bool AliasesAvailableScratchRegister(const MemOperand& operand) { in AliasesAvailableScratchRegister()
989 void Adc(Condition cond, Register rd, Register rn, const Operand& operand) { in Adc()
1003 void Adc(Register rd, Register rn, const Operand& operand) { in Adc()
1010 const Operand& operand) { in Adc()
1033 const Operand& operand) { in Adc()
1037 void Adcs(Condition cond, Register rd, Register rn, const Operand& operand) { in Adcs()
1047 void Adcs(Register rd, Register rn, const Operand& operand) { in Adcs()
1051 void Add(Condition cond, Register rd, Register rn, const Operand& operand) { in Add()
[all …]
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc308 const ComputationDataHandle& operand) { in GetShape()
321 void LocalComputationBuilder::Outfeed(const ComputationDataHandle& operand, in Outfeed()
333 const ComputationDataHandle& operand, in Broadcast()
339 const ComputationDataHandle& operand, in Pad()
346 const ComputationDataHandle& operand, in Reshape()
353 const ComputationDataHandle& operand, in Collapse()
359 const ComputationDataHandle& operand) { in CrossReplicaSum()
364 const ComputationDataHandle& operand, in Slice()
372 const ComputationDataHandle& operand, in DynamicSlice()
379 const ComputationDataHandle& operand, const ComputationDataHandle& update, in DynamicUpdateSlice()
[all …]
Dxla_client.py484 def Outfeed(self, operand): argument
599 def Broadcast(self, operand, sizes): argument
625 def ConvertElementType(self, operand, new_element_type): argument
639 def GetShape(self, operand): argument
648 def Pad(self, operand, padding_value, padding_config): argument
668 def Reshape(self, operand, dimensions, new_sizes): argument
674 def CrossReplicaSum(self, operand): argument
686 def Collapse(self, operand, dimensions): argument
691 def Trans(self, operand): argument
696 def Transpose(self, operand, permutation): argument
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dliveness_util.cc31 bool DoesNotUseOperandBuffer(const HloInstruction* operand, in DoesNotUseOperandBuffer()
72 bool DoesNotUseOperandBuffer(const HloInstruction* operand, in DoesNotUseOperandBuffer()
138 HloInstruction* operand, const ShapeIndex& operand_index, in HasUniqueFusedUseOfOperandAt()
184 HloInstruction* operand, const ShapeIndex& operand_index, in CanShareOperandBufferWithUser()
217 [&](HloInstruction* operand) { in CanShareOperandBufferWithUser()
275 bool CanShareOperandBufferWithUser(HloInstruction* operand, in CanShareOperandBufferWithUser()
322 [&](HloInstruction* operand) { in CanShareOperandBufferWithUser()
Dhlo_instruction.cc166 const string& tag, HloInstruction* operand) { in CreateTrace()
184 HloInstruction* operand, int64 index) { in CreateGetTupleElement()
212 for (auto operand : operands) { in CreateNary() local
219 const Shape& shape, HloOpcode opcode, HloInstruction* operand) { in CreateUnary()
314 for (auto operand : operands) { in CreateMap() local
342 const Shape& shape, HloInstruction* operand, FftType fft_type, in CreateFft()
378 HloInstruction* operand, in CreateReducePrecision()
403 const Shape& shape, HloInstruction* operand, in CreateOutfeed()
417 HloInstruction* operand, int64 channel_id) { in CreateSend()
429 HloInstruction* operand) { in CreateSendDone()
[all …]
Dhlo_query.cc36 for (const auto& operand : instruction.operands()) { in AllOperandsAreParametersOrConstants() local
46 for (const auto& operand : instruction.operands()) { in AllOperandsAreParameters() local
55 for (const auto& operand : instruction.operands()) { in AllOperandsAreConstants() local
Dhlo_matchers.h59 HloGetTupleElementMatcher(::testing::Matcher<const HloInstruction*> operand, in HloGetTupleElementMatcher()
190 ::testing::Matcher<const HloInstruction*> operand, int64 tuple_index) { in GetTupleElement()
195 ::testing::Matcher<const HloInstruction*> operand) { in GetTupleElement()
Dalgebraic_simplifier.cc50 bool IsLiteralWithValue(const HloInstruction* operand, int8 value) { in IsLiteralWithValue()
69 const HloInstruction* operand = transpose->operand(0); in TransposeIsBitcast() local
84 const HloInstruction* operand = reshape->operand(0); in ReshapeIsBitcast() local
1002 auto operand = log->mutable_operand(0); in HandleLog() local
1023 auto operand = get_tuple_element->mutable_operand(0); in HandleGetTupleElement() local
1081 HloInstruction* operand) { in OutputIsPermutationOfOperandElements()
1097 HloInstruction* operand) { in OutputIsSubsetOfOperandElements()
1118 auto operand = broadcast->mutable_operand(0); in HandleBroadcast() local
1229 auto operand = real->mutable_operand(0); in HandleReal() local
1238 auto operand = imag->mutable_operand(0); in HandleImag() local
[all …]
Duser_computation.cc2707 for (const ComputationDataHandle& operand : cc_request.operands()) { in ForEachOperand() local
2716 for (const ComputationDataHandle& operand : hc_request.operands()) { in ForEachOperand() local
2853 HloInstruction* operand, const Shape& output_shape) { in ImplicitBroadcastToExplicitBroadcast()
2907 HloInstruction* operand = in Visit() local
2916 HloInstruction* operand = lookup_instruction(slice_request.operand()); in Visit() local
2928 HloInstruction* operand = in Visit() local
2942 HloInstruction* operand = in Visit() local
2960 HloInstruction* operand = lookup_instruction(handle); in Visit() local
2981 HloInstruction* operand = lookup_instruction(fft_request.operand()); in Visit() local
3000 HloInstruction* operand = in Visit() local
[all …]
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/
DIntInsnNode.java44 public int operand; field in IntInsnNode
53 public IntInsnNode(final int opcode, final int operand) { in IntInsnNode()
/external/google-breakpad/src/processor/
Ddisassembler_x86.cc217 libdis::x86_op_t *operand = libdis::x86_get_src_operand(&current_instr_); in setBadRead() local
231 libdis::x86_op_t *operand = libdis::x86_get_dest_operand(&current_instr_); in setBadWrite() local
/external/swiftshader/third_party/LLVM/tools/edis/
DEDMain.cpp195 int EDGetOperand(EDOperandRef *operand, in EDGetOperand()
201 int EDOperandIsRegister(EDOperandRef operand) { in EDOperandIsRegister()
205 int EDOperandIsImmediate(EDOperandRef operand) { in EDOperandIsImmediate()
209 int EDOperandIsMemory(EDOperandRef operand) { in EDOperandIsMemory()
213 int EDRegisterOperandValue(unsigned *value, EDOperandRef operand) { in EDRegisterOperandValue()
220 int EDImmediateOperandValue(uint64_t *value, EDOperandRef operand) { in EDImmediateOperandValue()
227 int EDEvaluateOperand(uint64_t *result, EDOperandRef operand, in EDEvaluateOperand()
261 int EDBlockEvaluateOperand(uint64_t *result, EDOperandRef operand, in EDBlockEvaluateOperand()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_fft_impl.h37 void EigenFftC2C(const EigenDevice& device, complex64* out, complex64* operand, in EigenFftC2C()
64 void EigenFftR2C(const EigenDevice& device, complex64* out, float* operand, in EigenFftR2C()
105 void EigenFftC2R(const EigenDevice& device, float* out, complex64* operand, in EigenFftC2R()
179 void EigenFftWithRank(const EigenDevice& device, void* out, void* operand, in EigenFftWithRank()
214 void EigenFftImpl(const EigenDevice& device, void* out, void* operand, in EigenFftImpl()
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto431 ComputationDataHandle operand = 2; field
436 ComputationDataHandle operand = 2; field
444 ComputationDataHandle operand = 2; field
454 ComputationDataHandle operand = 2; field
516 ComputationDataHandle operand = 3; field
532 ComputationDataHandle operand = 2; field
593 ComputationDataHandle operand = 2; field
607 ComputationDataHandle operand = 2; field
614 ComputationDataHandle operand = 1; field
622 ComputationDataHandle operand = 1; field
[all …]
/external/v8/src/crankshaft/arm64/
Ddelayed-masm-arm64.cc66 void DelayedMasm::StoreConstant(uint64_t value, const MemOperand& operand) { in StoreConstant()
98 void DelayedMasm::Load(const CPURegister& rd, const MemOperand& operand) { in Load()
133 void DelayedMasm::Store(const CPURegister& rd, const MemOperand& operand) { in Store()
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc732 const Operand& operand) { in And()
740 const Operand& operand) { in Ands()
746 void MacroAssembler::Tst(const Register& rn, const Operand& operand) { in Tst()
754 const Operand& operand) { in Bic()
762 const Operand& operand) { in Bics()
770 const Operand& operand) { in Orr()
778 const Operand& operand) { in Orn()
786 const Operand& operand) { in Eor()
794 const Operand& operand) { in Eon()
802 const Operand& operand, in LogicalMacro()
[all …]

12345678910>>...12