OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:folded
(Results
26 - 50
of
441
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/Transforms/SimplifyCFG/
2003-08-17-BranchFoldOrdering.ll
1
; This test checks to make sure that 'br X, Dest, Dest' is
folded
into
/external/clang/test/Sema/
builtins.c
168
ASSERT(!OPT(test17_c)); // expected-warning {{
folded
}}
169
ASSERT(!OPT(&test17_c[0])); // expected-warning {{
folded
}}
170
ASSERT(!OPT((char*)test17_c)); // expected-warning {{
folded
}}
171
ASSERT(!OPT(test17_d)); // expected-warning {{
folded
}}
172
ASSERT(!OPT(&test17_d[0])); // expected-warning {{
folded
}}
173
ASSERT(!OPT((char*)test17_d)); // expected-warning {{
folded
}}
vla.c
45
static const unsigned array[((2 * (int)((((4) / 2) + 1.0/3.0) * (4) - 1e-8)) + 1)]; // expected-warning {{variable length array
folded
to constant array as an extension}}
56
void f5() { char a[][f5_ci] = {""}; } // expected-warning {{variable length array
folded
to constant array as an extension}}
/external/llvm/lib/Target/X86/
X86SchedHaswell.td
65
// Many SchedWrites are defined in pairs with and without a
folded
load.
66
// Instructions with
folded
loads are usually micro-fused, so they only appear
69
//
folded
loads.
78
def : WriteRes<SchedRW.
Folded
, [HWPort23, ExePort]> {
83
// A
folded
store needs a cycle on port 4 for the store data, but it does not
X86SchedSandyBridge.td
60
// Many SchedWrites are defined in pairs with and without a
folded
load.
61
// Instructions with
folded
loads are usually micro-fused, so they only appear
64
//
folded
loads.
73
def : WriteRes<SchedRW.
Folded
, [SBPort23, ExePort]> {
78
// A
folded
store needs a cycle on port 4 for the store data, but it does not
X86Schedule.td
14
// Instructions with
folded
loads need to read the memory operand immediately,
19
// Instructions with both a load and a store
folded
are modeled as a
folded
24
// variants: With and without a
folded
load.
26
// with a
folded
load.
28
// The SchedWrite to use when a load is
folded
into the instruction.
29
SchedWrite
Folded
;
38
let
Folded
= !cast<SchedWrite>(NAME#"Ld");
52
// Loads, stores, and moves, not
folded
with other operations.
/external/llvm/test/Transforms/InstSimplify/
fast-math.ll
61
; Coalesce the
folded
zeros
66
; Should get
folded
87
; Should get
folded
/external/clang/test/SemaCXX/
i-c-e-cxx.cpp
63
int PR8836test[(__typeof(sizeof(int)))&reinterpret_cast<const volatile char&>((((PR8836*)0)->a))]; // expected-warning {{
folded
to constant array as an extension}} expected-note {{cast that performs the conversions of a reinterpret_cast is not allowed in a constant expression}}
66
int arr[nonconst]; // expected-warning {{
folded
to constant array as an extension}} expected-note {{initializer of 'nonconst' is not a constant expression}}
/external/llvm/test/Analysis/ScalarEvolution/
zext-wrap.ll
11
; This cast shouldn't be
folded
into the addrec.
2011-04-26-FoldAddRec.ll
2
; PR9633: Tests that SCEV handles the mul.i2 recurrence being
folded
to
/external/llvm/test/CodeGen/PowerPC/
rlwinm2.ll
1
; All of these ands and shifts should be
folded
into rlw[i]nm instructions
/external/llvm/test/CodeGen/R600/
dot4-folding.ll
3
; Exactly one constant vector can be
folded
into dot4, which means exactly
/external/llvm/test/CodeGen/X86/
store_op_load_fold.ll
3
; Test the add and load are
folded
into the store instruction.
fp_constant_op.ll
2
; Test that the load of the constant is
folded
into the operation.
fp_load_fold.ll
4
; Test that the load of the memory location is
folded
into the operation.
stride-nine-with-base-reg.ll
5
; P should be sunk into the loop and
folded
into the address mode. There
/external/llvm/test/Transforms/ConstProp/
bswap.ll
1
; bswap should be constant
folded
when it is passed a constant argument
/external/llvm/test/Transforms/InstCombine/
bitcount.ll
1
; Tests to make sure bit counts of constants are
folded
cast_ptr.ll
20
; These casts should be
folded
away.
30
; These casts should also be
folded
away.
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
TypeAhead.cpp
100
// Compute a case-
folded
copy of the prefix string before beginning the search for
106
// Fold the option string and check if its prefix is equal to the
folded
prefix.
/external/llvm/test/CodeGen/Generic/
constindices.ll
3
; Test that a sequence of constant indices are
folded
correctly
26
;; Test that a sequence of GEPs with constant indices are
folded
right
2003-07-08-BadCastToBool.ll
10
;; (2) (A or NOT(B)) was being
folded
into A orn B, which is ok
/external/chromium_org/v8/test/mjsunit/
constant-folding-2.js
210
assertEquals("
folded
constant", "
folded
" + "constant");
211
assertEquals("not
folded
constant1", "not
folded
constant" + 1);
/external/llvm/test/Assembler/
vector-shift.ll
27
; Constant expressions: these should be
folded
.
/external/icu4c/i18n/
regeximp.h
366
// Case
folded
UText Iterator helper class.
367
// Wraps a UText, provides a case-
folded
enumeration over its contents.
376
UChar32 next(); // Next case
folded
character
391
// Case
folded
UChar * string iterator.
392
// Wraps a UChar *, provides a case-
folded
enumeration over its contents.
401
UChar32 next(); // Next case
folded
character
Completed in 739 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>