Home
last modified time | relevance | path

Searched refs:decompose (Results 1 – 25 of 46) sorted by relevance

12

/openbsd-src/gnu/usr.bin/perl/dist/Unicode-Normalize/t/
H A Dfunc.t132 ok(decompose(""), "");
133 ok(decompose("A"), "A");
134 ok(decompose("", 1), "");
135 ok(decompose("A", 1), "A");
137 ok(decompose(hexU("1E14 AC01")), hexU("0045 0304 0300 1100 1161 11A8"));
138 ok(decompose(hexU("AC00 AE00")), hexU("1100 1161 1100 1173 11AF"));
139 ok(decompose(hexU("304C FF76")), hexU("304B 3099 FF76"));
141 ok(decompose(hexU("1E14 AC01"), 1), hexU("0045 0304 0300 1100 1161 11A8"));
142 ok(decompose(hexU("AC00 AE00"), 1), hexU("1100 1161 1100 1173 11AF"));
143 ok(decompose(hexU("304C FF76"), 1), hexU("304B 3099 30AB"));
[all …]
H A Dnull.t24 $_ = decompose('abc');
45 $_ = decompose("\x{304C}abc");
48 $_ = decompose("\x{304B}\x{3099}abc");
H A Dillegal.t53 ok($c eq decompose($c)); # 7
54 ok($c eq decompose($c,1)); # 8
H A Dtie.t60 ok(decompose($tie3), 315);
H A Dproto.t51 ok(prototype \&decompose, '$;$');
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp228 static Decomposition decompose(Value *V,
262 auto Result = decompose(InnerGEP, Preconditions, IsSigned, DL); in decomposeGEP()
284 auto IdxResult = decompose(Index, Preconditions, IsSigned, DL); in decomposeGEP()
300 static Decomposition decompose(Value *V, in decompose() function
306 auto ResA = decompose(A, Preconditions, IsSigned, DL); in decompose()
307 auto ResB = decompose(B, Preconditions, IsSignedB, DL); in decompose()
368 auto Result = decompose(Op1, Preconditions, IsSigned, DL); in decompose()
375 auto Result = decompose(Op1, Preconditions, IsSigned, DL); in decompose()
428 auto ADec = decompose(Op0->stripPointerCastsSameRepresentation(), in getConstraint()
430 auto BDec = decompose(Op1->stripPointerCastsSameRepresentation(), in getConstraint()
/openbsd-src/gnu/usr.bin/perl/dist/Unicode-Normalize/
H A DChanges134 decompose() and reorder() will be safe. Garbage will be no longer added.
177 - decompose Hangul syllables in a decomposition mapping.
197 - decompose(), reorder(), and compose() are documented.
234 - modify internal. decompose() - reorder() - compose().
H A DNormalize.xs441 decompose(src, compat = &PL_sv_no)
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp72 void decompose(Instruction *Inst, unsigned NumSubVectors, FixedVectorType *T,
167 void X86InterleavedAccessGroup::decompose( in decompose() function in X86InterleavedAccessGroup
743 decompose(Inst, Factor, ShuffleTy, DecomposedVectors); in lowerIntoOptimizedSequence()
769 decompose(Shuffles[0], Factor, in lowerIntoOptimizedSequence()
H A DX86.td383 "LFENCE instruction to serialize control flow. Also decompose RET "
/openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dev6.md106 ; Conditional moves decompose into two independent primitives, each taking
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dev6.md111 ; Conditional moves decompose into two independent primitives, each taking
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DCompositionExclusions.txt198 # (i.e., those which canonically decompose to a sequence
H A DNamedSequences.txt173 # These characters decompose for normalized text, even
/openbsd-src/gnu/gcc/gcc/
H A Dreload.c261 static struct decomposition decompose (rtx);
2299 decompose (rtx x) in decompose() function
2415 return decompose (SUBREG_REG (x)); in decompose()
2419 return decompose (SUBREG_REG (x)); in decompose()
2456 xdata = decompose (x); in immune_p()
2488 early_data = decompose (clobber); in safe_from_earlyclobber()
3563 early_data = decompose (recog_data.operand[i]); in find_reloads()
H A Dparams.def51 /* The maximum number of array elements structure aliasing will decompose
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dreload.c256 static struct decomposition decompose PARAMS ((rtx));
2303 decompose (x) in decompose() function
2420 return decompose (SUBREG_REG (x));
2424 return decompose (SUBREG_REG (x));
2459 xdata = decompose (x);
2492 early_data = decompose (clobber);
3516 early_data = decompose (recog_data.operand[i]);
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlunicook.pod40 Always decompose on the way in, then recompose on the way out.
45 $_ = NFD($_); # decompose + reorder canonically
H A Dperlpacktut.pod550 To illustrate unpacking for bit strings, we'll decompose a simple
/openbsd-src/gnu/llvm/llvm/docs/
H A DExtendingLLVM.rst147 code you wrote in ``LegalizeOp`` above to decompose your new node into other
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td510 "cannot decompose %select{union|non-class, non-array}1 type %2">;
512 "cannot decompose class type %1: "
516 "cannot decompose members of ambiguous base class %1 of %0:%2">;
518 "cannot decompose members of inaccessible base class %1 of %0">,
521 "cannot decompose %select{private|protected}0 member %1 of %3">,
524 "cannot decompose lambda closure type">;
526 "cannot decompose class type %0 because it has an anonymous "
529 "cannot decompose this type; 'std::tuple_element<%0>::type' "
532 "cannot decompose this type; 'std::tuple_size<%0>::value' "
/openbsd-src/gnu/gcc/libcpp/po/
H A Del.po3337 #~ msgid "Cannot decompose address."
/openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlglossary.pod844 smaller pieces generally have operations to compose and decompose them, and
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dcpp.texi3433 The traditional preprocessor does not decompose its input into tokens
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog2729 Don't decompose assignment statment here. Use

12