Home
last modified time | relevance | path

Searched refs:vectorize (Results 1 – 25 of 29) sorted by relevance

12

/third_party/boost/tools/build/src/tools/features/
Doptimization-feature.jam37 [[bbv2.builtin.features.vectorize]]`vectorize`::
44 feature.feature vectorize
/third_party/gettext/gettext-tools/src/
Dformat-perl.c157 bool vectorize = false; in format_parse() local
192 vectorize = true; in format_parse()
202 vectorize = true; in format_parse()
233 vectorize = true; in format_parse()
251 if (vectorize) in format_parse()
459 if (type != FAT_NONE && !vectorize) in format_parse()
/third_party/mindspore/tests/ut/python/dataset/
Dtest_rgb_hsv.py93 np.vectorize(colorsys.rgb_to_hsv)(
102 np.vectorize(colorsys.hsv_to_rgb)(
116 np.vectorize(colorsys.rgb_to_hsv)(
125 np.vectorize(colorsys.hsv_to_rgb)(
/third_party/boost/tools/build/src/tools/
Dintel-darwin.jam98 flags intel-darwin.compile OPTIONS $(condition)/<vectorize>off : -vec-report0 ;
99 flags intel-darwin.compile OPTIONS $(condition)/<vectorize>on : -vec-report1 ;
100 flags intel-darwin.compile OPTIONS $(condition)/<vectorize>full : -vec-report5 ;
108 flags intel-darwin.compile OPTIONS $(condition)/<vectorize>off : -vec-report0 ;
109 flags intel-darwin.compile OPTIONS $(condition)/<vectorize>on : -vec-report1 ;
110 flags intel-darwin.compile OPTIONS $(condition)/<vectorize>full : -vec-report5 ;
Dcray.jam232 feature.set-default vectorize : default ;
293 feature.extend vectorize : default ;
325 toolset.flags cray.compile OPTIONS <vectorize>default ; # Blank.
326 toolset.flags cray.compile OPTIONS <vectorize>off : -h vector0 ;
327 toolset.flags cray.compile OPTIONS <vectorize>on ; # Blank. CCE vectorizes by def…
328 toolset.flags cray.compile OPTIONS <vectorize>full : -h vector3 ;
/third_party/node/deps/icu-small/source/common/
Dlstmbe.cpp476 virtual void vectorize(UText *text, int32_t startPos, int32_t endPos,
509 virtual void vectorize(UText *text, int32_t startPos, int32_t endPos,
518 void CodePointsVectorizer::vectorize( in vectorize() function in CodePointsVectorizer
548 virtual void vectorize(UText *text, int32_t startPos, int32_t endPos,
559 void GraphemeClusterVectorizer::vectorize( in vectorize() function in GraphemeClusterVectorizer
655 fVectorizer->vectorize(text, startPos, endPos, offsets, indices, status); in divideUpDictionaryRange()
/third_party/flutter/skia/src/sksl/
DSkSLJIT.h155 void vectorize(LLVMBuilderRef builder, LLVMValueRef* value, int columns);
157 void vectorize(LLVMBuilderRef builder, const BinaryExpression& b, LLVMValueRef* left,
DSkSLJIT.cpp484 void JIT::vectorize(LLVMBuilderRef builder, LLVMValueRef* value, int columns) { in vectorize() function in SkSL::JIT
496 void JIT::vectorize(LLVMBuilderRef builder, const BinaryExpression& b, LLVMValueRef* left, in vectorize() function in SkSL::JIT
500 this->vectorize(builder, left, b.fRight->fType.columns()); in vectorize()
503 this->vectorize(builder, right, b.fLeft->fType.columns()); in vectorize()
512 this->vectorize(builder, b, &left, &right); \ in compileBinary()
528 this->vectorize(builder, b, &left, &right); \ in compileBinary()
549 this->vectorize(builder, b, &left, &right); \ in compileBinary()
607 this->vectorize(builder, b, &left, &right); in compileBinary()
646 this->vectorize(builder, b, &left, &right); in compileBinary()
DSkSLSPIRVCodeGenerator.h213 std::vector<SpvId> vectorize(const std::vector<std::unique_ptr<Expression>>& args,
DSkSLCompiler.cpp646 static void vectorize(BasicBlock* b, in vectorize() function
677 vectorize(b, iter, bin.fRight->fType, &bin.fLeft, outUpdated, outNeedsRescan); in vectorize_left()
689 vectorize(b, iter, bin.fLeft->fType, &bin.fRight, outUpdated, outNeedsRescan); in vectorize_right()
DSkSLSPIRVCodeGenerator.cpp760 std::vector<SpvId> SPIRVCodeGenerator::vectorize( in vectorize() function in SkSL::SPIRVCodeGenerator
930 std::vector<SpvId> args = this->vectorize(c.fArguments, out); in writeSpecialIntrinsic()
967 std::vector<SpvId> args = this->vectorize(c.fArguments, out); in writeSpecialIntrinsic()
974 std::vector<SpvId> args = this->vectorize(c.fArguments, out); in writeSpecialIntrinsic()
981 std::vector<SpvId> args = this->vectorize(c.fArguments, out); in writeSpecialIntrinsic()
988 std::vector<SpvId> args = this->vectorize(c.fArguments, out); in writeSpecialIntrinsic()
1000 std::vector<SpvId> spvArgs = this->vectorize(finalArgs, out); in writeSpecialIntrinsic()
/third_party/flutter/skia/third_party/externals/sdl/
DMakefile.pandora10 …-mfpu=neon -ftree-vectorize -ffast-math -fomit-frame-pointer -fno-strict-aliasing -fsingle-precisi…
/third_party/optimized-routines/
Dconfig.mk.dist73 networking-cflags += -O2 -fno-tree-vectorize -funroll-loops
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h254 SpvId vectorize(const Expression& expr, int vectorSize, OutputStream& out);
262 std::vector<SpvId> vectorize(const ExpressionArray& args, OutputStream& out);
DSkSLSPIRVCodeGenerator.cpp907 SpvId SPIRVCodeGenerator::vectorize(const Expression& arg, int vectorSize, OutputStream& out) { in vectorize() function in SkSL::SPIRVCodeGenerator
929 std::vector<SpvId> SPIRVCodeGenerator::vectorize(const ExpressionArray& args, OutputStream& out) { in vectorize() function in SkSL::SPIRVCodeGenerator
943 result.push_back(this->vectorize(*arg, vectorSize, out)); in vectorize()
1087 std::vector<SpvId> args = this->vectorize(arguments, out); in writeSpecialIntrinsic()
1118 SpvId rtFlipY = this->vectorize(*rtFlip.y().release(), callType.columns(), out); in writeSpecialIntrinsic()
1126 std::vector<SpvId> args = this->vectorize(arguments, out); in writeSpecialIntrinsic()
1133 std::vector<SpvId> args = this->vectorize(arguments, out); in writeSpecialIntrinsic()
1140 std::vector<SpvId> args = this->vectorize(arguments, out); in writeSpecialIntrinsic()
1147 std::vector<SpvId> args = this->vectorize(arguments, out); in writeSpecialIntrinsic()
1169 std::vector<SpvId> spvArgs = this->vectorize(finalArgs, out); in writeSpecialIntrinsic()
[all …]
/third_party/mesa3d/docs/relnotes/
D20.2.2.rst115 - nir/opt_load_store_vectorize: don't vectorize stores across demote
D21.0.0.rst842 - radv: vectorize 16bit instructions
1240 - nir/lower_vec_to_movs: don't vectorize unsupports ops
2786 - radv: vectorize shader I/O
D21.1.0.rst1350 - radv: vectorize 16bit instructions
1367 - radv: don't vectorize shift operations
1718 - gallium/ntt: Don't vectorize IBFE/UBFE/BFI.
D20.1.0.rst1216 - aco: don't vectorize 8/16bit load/store_ssbo
3593 - aco: vectorize global loads/stores
D20.3.0.rst3439 - radeonsi: vectorize IO for better ALU vectorization
4081 - nir/opt_load_store_vectorize: don't vectorize stores across demote
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp714 optimize_once(nir_shader *shader, bool vectorize) in optimize_once() argument
723 if (vectorize) in optimize_once()
/third_party/mindspore/mindspore/dataset/text/
Dtransforms.py542 … self.tokenizer = np.vectorize(lambda x: np.array(tokenizer(x), dtype='U'), signature='()->(n)')
/third_party/mindspore/mindspore/dataset/vision/
Dpy_transforms_util.py1306 to_hsv = np.vectorize(colorsys.rgb_to_hsv)
1376 to_rgb = np.vectorize(colorsys.hsv_to_rgb)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassRegistry.def275 FUNCTION_PASS_WITH_PARAMS("loop-vectorize",
/third_party/ffmpeg/
Dconfigure6974 check_optflags -fno-tree-vectorize

12