HomeSort by relevance Sort by last modified time
    Searched full:folding (Results 301 - 325 of 629) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 91 /// be folded (in case more folding opportunities have been exposed).
560 break; // done folding
  /external/regex-re2/re2/
parse.cc 216 // Similarly, [Aa] can be rewritten as a literal A with ASCII case folding.
240 // Searches the case folding tables and returns the CaseFold* that contains r.
296 // Returns the next Rune in r's folding cycle (see unicode_casefold.h).
318 // Most folding cycles are small: there aren't any bigger than four in the
338 // Add in the result of folding the range lo - f->hi
369 // Do case folding if needed.
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeMessageTest.java 200 * Confirm folding operations on unicode subjects
213 // test 3: check folding & encoding
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 206 // folding or tightens the live range around the single use.
697 // Let the normal folding code deal with the boring case.
    [all...]
MachineModuleInfo.cpp 438 // re-use the existing filter. Folding filters more than this requires
README.txt 197 to teach the register allocator how to do late folding to recover from
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 115 /// TargetConstant* - Like Constant*, but the DAG does not do any folding,
123 /// TargetGlobalAddress - Like GlobalAddress, but the DAG does no folding or
206 /// CARRY_FALSE - This node is used when folding other nodes,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 145 TargetLibraryInfo *TLI; // TargetLibraryInfo for constant folding.
383 // Try constant folding this instruction. If all the operands are
388 DEBUG(dbgs() << "LICM folding inst: " << I << " --> " << *C << '\n');
    [all...]
CorrelatedValuePropagation.cpp 403 // constant folding the return values of callees.
  /external/v8/src/
flag-definitions.h 318 DEFINE_BOOL(use_allocation_folding, true, "use allocation folding")
352 DEFINE_BOOL(trace_allocation_folding, false, "trace allocation folding")
382 DEFINE_BOOL(fold_constants, true, "use constant folding")
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_expl.c 43 /* XXX Prevent compilers from erroneously constant folding these: */
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_erf.c 114 /* XXX Prevent compilers from erroneously constant folding: */
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
_version200.py 407 message += (1 << safebit) #add safebit to ensure folding
  /external/icu/icu4c/source/common/
uprops.cpp 570 // case folding and NFKC.)
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacter.java     [all...]
  /external/libchrome/sandbox/linux/bpf_dsl/
policy_compiler.cc 239 // N.B., here we rely on CodeGen folding (i.e., returning the same
  /external/libvncserver/utils/
git2cl.pl 159 # whitespace, so up-folding has no ugly side-effects.
  /external/llvm/docs/
ExtendingLLVM.rst 97 statement that performs constant folding for nodes that take the same number
index.rst 373 LLVM support for folding control flow into faulting machine instructions.
  /external/llvm/lib/Target/AMDGPU/
SIFixSGPRCopies.cpp 174 // This exposes immediate folding opportunities when materializing 64-bit
  /external/llvm/lib/Target/X86/
X86Subtarget.h 363 // Prefer FMA4 to FMA - its better for commutation/memory folding and
X86WinEHState.cpp 386 // Clone Link into the current BB for better address mode folding.
  /external/llvm/test/CodeGen/AArch64/
fast-isel-int-ext2.ll 4 ; Test folding of the sign-/zero-extend into the load instruction.
fast-isel-select.ll 61 ; Now test the folding of all compares.
  /external/llvm/test/Transforms/LoopUnroll/
full-unroll-heuristics-cmp.ll 108 ; prevent us from folding branches. Tthis test specifically checks if we can

Completed in 1016 milliseconds

<<11121314151617181920>>