OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spilled
(Results
101 - 125
of
238
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/llvm/test/CodeGen/SystemZ/
int-mul-02.ll
133
; Check that multiplications of
spilled
values can use MS rather than MSR.
int-mul-03.ll
106
; Check that multiplications of
spilled
values can use MSGF rather than MSGFR.
int-sub-01.ll
134
; Check that subtractions of
spilled
values can use S rather than SR.
int-sub-02.ll
106
; Check that subtractions of
spilled
values can use SGF rather than SGFR.
int-sub-03.ll
106
; Check that subtractions of
spilled
values can use SLGF rather than SLGFR.
int-sub-05.ll
123
; Check that subtractions of
spilled
values can use SLG and SLBG rather than
or-01.ll
134
; Check that ORs of
spilled
values can use O rather than OR.
xor-01.ll
134
; Check that XORs of
spilled
values can use X rather than XR.
fp-cmp-02.ll
103
; Check that comparisons of
spilled
values can use CDB rather than CDBR.
fp-mul-02.ll
87
; Check that multiplications of
spilled
values can use MDEB rather than MDEBR.
fp-mul-04.ll
107
; Check that multiplications of
spilled
values can use MXDB rather than MXDBR.
int-div-01.ll
210
; Check that divisions of
spilled
values can use DSGF rather than DSGFR.
int-div-02.ll
170
; Check that divisions of
spilled
values can use DL rather than DLR.
int-div-04.ll
158
; Check that divisions of
spilled
values can use DSG rather than DSGR.
/external/llvm/test/CodeGen/X86/
2010-04-30-LocalAlloc-LandingPad.ll
11
; Verify that %esi gets
spilled
before the call.
/external/v8/test/mjsunit/compiler/
regress-177883.js
41
// point. The bug was that none of the ranges were allowed to be
spilled
, so the
/prebuilts/go/darwin-x86/src/runtime/
memmove_arm.s
28
// TE or TS are
spilled
to the stack during bulk register moves.
/prebuilts/go/linux-x86/src/runtime/
memmove_arm.s
28
// TE or TS are
spilled
to the stack during bulk register moves.
/art/compiler/optimizing/
parallel_move_resolver.cc
262
bool*
spilled
) {
273
*
spilled
= true;
276
*
spilled
= false;
/art/test/510-checker-try-catch/smali/
Runtime.smali
256
# Note: values will be
spilled
on x86 because of too few callee-save core registers.
306
# Note: values will be
spilled
on x86 as there are no callee-save FPU registers.
349
# Note: values will be
spilled
on x86 as there are no callee-save FPU registers.
/external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp
117
/// stack slot index to which we have
spilled
value for previous statepoints.
226
"value
spilled
to the unknown stack slot");
492
/// will be set to the last value
spilled
(if any were).
609
// Record value as visited, but not
spilled
. This is case for allocas
621
// export them. Relocates of the
spilled
values does not use original
[
all
...]
/external/clang/docs/
SafeStack.rst
71
SafeStack protects return addresses,
spilled
registers and local variables that
/external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h
85
// Key of the map is statepoint instruction, value is a map from
spilled
/external/llvm/test/CodeGen/ARM/
ldrd.ll
127
; force %v0 and %v1 to be
spilled
/external/llvm/test/CodeGen/Mips/
no-odd-spreg-msa.ll
117
; must be
spilled
.
Completed in 437 milliseconds
1
2
3
4
5
6
7
8
9
10