HomeSort by relevance Sort by last modified time
    Searched full:fold (Results 76 - 100 of 634) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
fast-isel-mem.ll 14 ; This should fold one of the loads into the add.
tailcall-64.ll 182 ; Check that we can fold an indexed load into a tail call instruction.
196 ; <rdar://problem/12282281> Fold an indexed load into the tail call instruction.
201 ; It is not possible to fold an indexed load into TCRETURNmi64 in that case.
2009-09-10-LoadFoldingBug.ll 3 ; It's not legal to fold a load from 32-bit stack slot into a 64-bit
fold-load-vec.ll 4 ; We should not fold movss into pshufd since pshufd expects m128 while movss
pr2659.ll 1 ; RUN: llc < %s -march=x86 -mtriple=i686-apple-darwin9.4.0 -disable-branch-fold | FileCheck %s
shift-folding.ll 53 ; Ensure that we don't fold away shifts which have multiple uses, as they are
stack-align.ll 4 ; fold the load into the andpd.
  /external/llvm/test/Feature/
vector-cast-constant-exprs.ll 3 ; All of these constant expressions should fold.
  /external/llvm/test/Transforms/InstCombine/
sqrt.ll 33 ; Can't fold (fptrunc (sqrt (fpext x))) -> (sqrtf x) since there is another
bswap-fold.ll 67 ; Misc: Fold bswap(undef) to undef.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Dragconst.py 48 kDragPseudoFileTypeDirectory = FOUR_CHAR_CODE('fold')
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 423 EventInfoFragment fOld =
425 if (fOld == null || replaceFragment || fOld.getStartMillis() != startMillis ||
426 fOld.getEndMillis() != endMillis || fOld.getEventId() != event.id) {
434 fOld.reloadEvents();
  /external/chromium_org/chrome/browser/resources/ntp_android/
bookmarks.css 165 .favicon-box.document .fold-container {
171 .favicon-box.document .fold {
235 .favicon-box.document .fold-container {
  /external/chromium_org/v8/test/mjsunit/compiler/
minus-zero.js 28 // Flags: --allow-natives-syntax --no-fold-constants
  /external/chromium_org/v8/test/mjsunit/regress/
regress-embedded-cons-string.js 28 // Flags: --fold-constants --nodead-code-elimination
  /external/clang/test/CodeGenCXX/
init-invariant.cpp 5 // read-only. If globalopt can fold the initializer, it will then mark the
  /external/dropbear/libtomcrypt/src/prngs/
sober128.c 38 #define FOLD N /* how many iterations of folding to do */
180 /* relies on FOLD == N == 17! */
230 /* also fold in the length of the key */
257 /* also fold in the length of the key */
  /external/elfutils/config/
Makefile.am 44 | fold -s -w 70 | sed '1!s/^[^-]/ &/' >> $$tmpname; \
  /external/kernel-headers/original/linux/
smp.h 80 * These macros fold the SMP functionality into a single CPU system
  /external/libvpx/libvpx/tools/
wrap-commit-msg.py 12 This is like fold(1), but has the special convention of not modifying lines
  /external/llvm/lib/Analysis/
README.txt 20 In formatValue in test/CodeGen/X86/lsr-delayed-fold.ll,
  /external/llvm/lib/CodeGen/
BranchFolding.h 1 //===-- BranchFolding.h - Fold machine code branch instructions --*- C++ -*===//
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 196 // Try to fold constant mul into select arguments.
416 // Try to fold constant mul into select arguments.
530 // The purpose is two-fold:
597 /// SimplifyDivRemOfSelect - Try to fold a divide or remainder of a select
708 // See if we can fold away this div instruction.
745 FoldUDivOperandCb FoldAction; ///< Informs visitUDiv() how to fold this
749 Value *OperandToFold; ///< Which operand to fold.
    [all...]
  /external/llvm/test/Assembler/
ConstantExprFold.ll 1 ; This test checks to make sure that constant exprs fold in some simple
  /external/llvm/test/CodeGen/AArch64/
global-alignment.ll 56 ; so we can't fold the load.

Completed in 916 milliseconds

1 2 34 5 6 7 8 91011>>