Home
last modified time | relevance | path

Searched defs:vector_length (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dnodes_vector.h79 size_t vector_length, in HVecOperation()
272 size_t vector_length, in HVecUnaryOperation()
300 size_t vector_length, in HVecBinaryOperation()
331 size_t vector_length, in HVecMemoryOperation()
391 size_t vector_length, in HVecReplicateScalar()
417 size_t vector_length, in HVecExtractScalar()
454 size_t vector_length, in HVecReduce()
488 size_t vector_length, in HVecCnv()
513 size_t vector_length, in HVecNeg()
535 size_t vector_length, in HVecAbs()
[all …]
H A Dload_store_analysis.h107 size_t vector_length, in HeapLocation()
257 size_t vector_length = HeapLocation::kScalar; in GetArrayHeapLocation() local
295 size_t vector_length, in FindHeapLocationIndex()
451 size_t vector_length, in MaybeCreateHeapLocation()
481 size_t vector_length, in VisitArrayAccess()
H A Dnodes_vector.cc26 size_t vector_length, in Create()
H A Dloop_analysis.h181 [[maybe_unused]] uint32_t vector_length) const { in GetSIMDUnrollingFactor()
H A Dloop_optimization.cc2045 size_t vector_length = simd_register_size_ / DataType::Size(type); in TrySetVectorType() local
2324 uint32_t vector_length = red_vector->GetVectorLength(); in GenerateVecReductionPhiInputs() local
2360 uint32_t vector_length = input_vector->GetVectorLength(); in ReduceAndExtractIfNeeded() local
/aosp_15_r20/external/webrtc/common_audio/signal_processing/
H A Dilbc_specific_functions.c26 size_t vector_length, in WebRtcSpl_ReverseOrderMultArrayElements()
40 const int16_t *win, size_t vector_length, in WebRtcSpl_ElementwiseVectorMult()
54 const int16_t *in2, size_t vector_length, in WebRtcSpl_AddVectorsAndShift()
70 size_t vector_length) in WebRtcSpl_AddAffineVectorToVector()
82 int16_t right_shifts, size_t vector_length) in WebRtcSpl_AffineTransformVector()
H A Dvector_scaling_operations.c46 size_t vector_length, in WebRtcSpl_VectorBitShiftW32()
123 int16_t *out, size_t vector_length) in WebRtcSpl_ScaleAndAddVectors()
H A Dsqrt_of_one_minus_x_squared.c20 void WebRtcSpl_SqrtOfOneMinusXSquared(int16_t *xQ15, size_t vector_length, in WebRtcSpl_SqrtOfOneMinusXSquared()
H A Denergy.c21 size_t vector_length, in WebRtcSpl_Energy()
H A Drandomization_functions.c108 int16_t vector_length, in WebRtcSpl_RandUArray()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_tess.h63 unsigned vector_length; member
91 unsigned vector_length; member
H A Ddraw_llvm.c179 unsigned vector_length, in create_gs_jit_context_type()
878 int vector_length = soa_type.length; in draw_store_aos_array() local
1580 const int vector_length = lp_native_vector_width / 32; in draw_llvm_generate() local
2338 unsigned vector_length = variant->shader->base.vector_length; in draw_gs_llvm_generate() local
2929 unsigned vector_length = variant->shader->base.vector_length; in draw_tcs_llvm_generate() local
3500 unsigned vector_length = variant->shader->base.vector_length; in draw_tes_llvm_generate() local
H A Ddraw_gs.h96 unsigned vector_length; member
/aosp_15_r20/external/webrtc/modules/audio_processing/utility/
H A Dcascaded_biquad_filter_unittest.cc35 std::vector<float> CreateInputWithIncreasingValues(size_t vector_length) { in CreateInputWithIncreasingValues()
/aosp_15_r20/external/flatbuffers/src/
H A Dbinary_annotator.cpp966 const auto vector_length = ReadScalar<uint32_t>(vector_offset); in BuildVector() local
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dir.cpp1892 ir_swizzle::create(ir_rvalue *val, const char *str, unsigned vector_length) in create()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Doptimize.cc275 const int vector_length = elements.getNumElements(); in ExpandTo4DForConvImpl() local
/aosp_15_r20/external/vixl/src/aarch64/
H A Dsimulator-aarch64.cc538 void Simulator::SetVectorLengthInBits(unsigned vector_length) { in SetVectorLengthInBits()