/external/icu4c/common/ |
unormcmp.cpp | 74 * try to decompose/case-fold c1/c2, and continue if one does; 120 * If this happens, then a simple solution is to case-fold both strings up front 601 * with 0049 capital I or 0069 small i fold differently whether they
|
/external/llvm/lib/CodeGen/ |
PeepholeOptimizer.cpp | 415 /// instruction. We only fold loads to virtual registers and the virtual 549 // instruction. If MI is not a candidate, check whether we can fold an 552 // We need to fold load after optimizeCmpInstr, since optimizeCmpInstr
|
TargetInstrInfo.cpp | 323 "Cannot fold physregs"); 344 /// foldMemoryOperand - Attempt to fold a load or store of the specified stack 386 // Straight COPY may fold as load/store.
|
InlineSpiller.cpp | 879 // fold a load into the instruction. That avoids allocating a new register. [all...] |
/external/regex-re2/re2/ |
parse.cc | 270 // Returns the result of applying the fold f to the rune r. 313 // Add lo-hi to the class, along with their fold-equivalent characters. 314 // If lo-hi is already in the class, assume that the fold-equivalent 317 // AddFoldedRange calls itself recursively for each rune in the fold cycle. 331 if (f == NULL) // lo has no fold, nor does anything above lo 333 if (lo < f->lo) { // lo has no fold; next rune with a fold is f->lo 339 // and that range's fold, recursively. 362 // Pick up where this fold left off. [all...] |
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
RecurrenceSet.java | 406 split[n] = fold(split[n]); 418 * fold and unfolds ical content lines as per RFC 2445 section 4.1. 435 public static String fold(String unfoldedIcalContent) { method in class:RecurrenceSet
|
/packages/apps/Email/tests/src/com/android/emailcommon/internet/ |
MimeUtilityTest.java | 184 * Test that fold/encode is efficient when it can be 189 String result3 = MimeUtility.fold(SHORT_PLAIN, 10); 258 // TODO: more tests for fold(String s, int usedCharacters)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddEncode.decTest | 86 -- fold-downs (more below) 142 -- fold-downs (more below) 305 -- fold-down full sequence
|
dqEncode.decTest | 82 -- fold-downs (more below) 130 -- fold-downs (more below) 287 -- fold-down full sequence
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddEncode.decTest | 86 -- fold-downs (more below) 142 -- fold-downs (more below) 305 -- fold-down full sequence
|
dqEncode.decTest | 82 -- fold-downs (more below) 130 -- fold-downs (more below) 287 -- fold-down full sequence
|
/external/llvm/lib/Transforms/Utils/ |
SimplifyLibCalls.cpp | 254 // Maybe we can stil fold __strcpy_chk to __memcpy_chk. 301 // Maybe we can stil fold __stpcpy_chk to __memcpy_chk. 473 // a string literal. If so, we can constant fold. 503 // Cannot fold anything if we're not looking for a constant. 880 // fold strstr(x, x) -> x. 884 // fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0 909 // fold strstr(x, "") -> x. [all...] |
/external/llvm/lib/Analysis/ |
ScalarEvolution.cpp | 837 // Fold if the operand is constant. [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelDAGToDAG.cpp | 323 // If the other operand is a 8-bit immediate we should fold the immediate 337 // If the other operand is a TLS address, we should fold it instead. 520 // FPStack has extload and truncstore. SSE can fold direct loads into other 813 // allows us to fold the shift into this addressing mode. Returns false if the 829 // Verify that the shift amount is something we can fold. [all...] |
/external/llvm/lib/Target/R600/ |
AMDGPUISelDAGToDAG.cpp | 419 // Fold operands of selected node 442 // Fold FNEG/FABS 812 // Go over all selected nodes and try to fold them a bit more
|
/external/llvm/lib/Transforms/IPO/ |
MergeFunctions.cpp | 32 // and call, this is irrelevant, and we'd like to fold such functions. 39 // In order to fold functions, we will sometimes add either bitcast instructions 545 /// MergeFunctions will fold them by replacing a call to one to a call to a
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineLoadStoreAlloca.cpp | 281 /// InstCombineLoadCast - Fold 'load (cast P)' -> cast (load P)' when possible. 446 /// InstCombineStoreToCast - Fold store V, (cast P) -> store (cast V), P 657 // If the pointer destination is a cast, see if we can fold the cast into the
|
/external/llvm/test/Other/ |
constant-fold-gep.ll | 18 ; it can't fold gep arithmetic, in general. However, the constant folder run 49 ; target-dependent folder should fold these down to constants. 105 ; Fold GEP of a GEP. Very simple cases are folded without targetdata.
|
/external/bison/m4/ |
signbit.m4 | 158 but cannot constant-fold __builtin_signbitl (variable). */
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
lower_instructions.cpp | 81 * opportunity to do things like constant fold the (1.0 / op1) easily.
|
lower_mat_op_to_vec.cpp | 30 * GPU, so this gives us the chance to constant fold operations on a
|
/external/chromium_org/third_party/opus/src/celt/ |
mdct.c | 128 /* Window, shuffle, fold */
|
/external/chromium_org/third_party/re2/re2/ |
compile.cc | 816 // the fold flag is unnecessary; don't bother. 817 bool fold = foldascii; local 819 fold = false; 821 AddRuneRange(i->lo, i->hi, fold); [all...] |
unicode.py | 233 # Dict mapping lowercase code point to fold-equivalent group.
|
/external/linux-tools-perf/Documentation/ |
perf-probe.txt | 153 In addition, you can use "!" for specifying filter-out rule. You also can give several rules combined with "&" or "|", and fold those rules as one rule by using "(" ")".
|