OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:folded
(Results
176 - 200
of
441
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/X86/
remat-fold-load.ll
5
; load. This load should not be
folded
into the remaining use because it is not
/external/mesa3d/src/glsl/
lower_instructions.cpp
58
* can get constant
folded
.
/external/openssl/crypto/bf/
bf_locl.h
189
* fun as (R>>BF_i)&BF_M gets
folded
into a single instruction, namely
/external/qemu/distrib/jpeg-6b/
jidctflt.c
30
*
folded
into the multiplications or divisions by the JPEG quantization
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_stretch.c
33
/* This isn't ready for general consumption yet - it should be
folded
/external/skia/gm/
optimizations.cpp
300
// As our .skp optimizations get
folded
into the captured skps our code will
/external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp
403
// the chain, this can create a cycle if the load is not
folded
. So it is
404
// *really* important that we are sure the load will be
folded
.
451
// Only does this if load can be
folded
into TC_RETURN.
455
/// before the call to allow it to be
folded
.
542
// anything below the conversion could be
folded
into other existing nodes.
645
// they cannot be
folded
into immediate fields.
[
all
...]
/external/llvm/lib/Analysis/
ScalarEvolution.cpp
[
all
...]
/external/llvm/include/llvm/MC/
MCInstrDesc.h
329
/// canFoldAsLoad - Return true for instructions that can be
folded
as
334
/// on x86, to allow them to be
folded
when it is beneficial.
/external/llvm/lib/CodeGen/
ShadowStackGC.cpp
356
assert(isa<GetElementPtrInst>(Val) && "Unexpected
folded
constant");
368
assert(isa<GetElementPtrInst>(Val) && "Unexpected
folded
constant");
/external/llvm/lib/MC/
MCExpr.cpp
494
// Clear the symbol expr pointers to indicate we have
folded
these
520
// Clear the symbol expr pointers to indicate we have
folded
these
/external/llvm/test/CodeGen/Mips/
ra-allocatable.ll
96
; CHECK: sw $ra, {{[0-9]+}}($sp) # 4-byte
Folded
Spill
98
; CHECK: lw $ra, {{[0-9]+}}($sp) # 4-byte
Folded
Reload
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
EncoderUtil.java
114
* 5.3. The specified string should not be
folded
.
231
// Line cannot be
folded
into multiple lines with no more
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
feedparser.py
450
# XXX reconsider the joining of
folded
lines
485
# XXX reconsider the joining of
folded
lines
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
feedparser.py
450
# XXX reconsider the joining of
folded
lines
485
# XXX reconsider the joining of
folded
lines
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
uspoof.h
113
* set, the test is performed assuming case
folded
identifiers.
188
case
folded
. Upper case confusable characters will not be checked.
645
* If identifiers are case
folded
for comparison and
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
cldrtest.c
[
all
...]
/external/icu4c/i18n/unicode/
uspoof.h
111
* set, the test is performed assuming case
folded
identifiers.
186
case
folded
. Upper case confusable characters will not be checked.
754
* If identifiers are case
folded
for comparison and
[
all
...]
/external/icu4c/test/cintltst/
cldrtest.c
[
all
...]
/external/llvm/include/llvm/Target/
TargetInstrInfo.h
519
/// operand
folded
, otherwise NULL is returned.
561
/// unfoldMemoryOperand - Separate a single instruction which
folded
a load or
[
all
...]
/external/chromium_org/skia/
skia_library.gypi
7
# In component mode (shared_lib) it is
folded
into a single shared library with
/external/chromium_org/third_party/icu/source/common/
ucol_swp.cpp
29
* This performs data swapping for a
folded
trie (see utrie.c for details).
/external/chromium_org/third_party/icu/source/test/intltest/
testidn.cpp
417
// get the real data from the
folded
lead/trail units
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-parisc.pl
15
# For reference, [4x] unrolled loop is >40% faster than
folded
one.
Completed in 816 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>