OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocatable
(Results
1 - 25
of
172
) sorted by null
1
2
3
4
5
6
7
/external/llvm/test/CodeGen/AArch64/
arm64-2011-04-21-CPSRBug.ll
3
; CPSR is not
allocatable
so fast
allocatable
wouldn't mark them killed.
arm64-named-reg-alloc.ll
6
; FIXME: Include an
allocatable
-specific error message
/external/llvm/test/CodeGen/X86/
read-fp-no-frame-pointer.ll
5
; CHECK: register ebp is
allocatable
: function has no frame pointer
named-reg-alloc.ll
6
; FIXME: Include an
allocatable
-specific error message
2010-06-09-FastAllocRegisters.ll
4
; The inline asm in this function clobbers almost all
allocatable
registers.
/external/llvm/test/CodeGen/ARM/
named-reg-alloc.ll
6
; FIXME: Include an
allocatable
-specific error message
/external/llvm/test/CodeGen/PowerPC/
named-reg-alloc-r2-64.ll
6
; FIXME: Include an
allocatable
-specific error message
named-reg-alloc-r0.ll
7
; FIXME: Include an
allocatable
-specific error message
named-reg-alloc-r13.ll
7
; FIXME: Include an
allocatable
-specific error message
named-reg-alloc-r2.ll
7
; FIXME: Include an
allocatable
-specific error message
allocate-r0.ll
11
; Because r0 is
allocatable
, we can use it to hold r3 without spilling.
/external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterClassInfo.h
78
/// getNumAllocatableRegs - Returns the number of actually
allocatable
92
///
allocatable
registers.
95
/// is not
allocatable
. Similarly, tGPR is not a proper sub-class in Thumb
112
/// Reserved registers may belong to an
allocatable
register class, but the
119
/// isAllocatable - Returns true when PhysReg belongs to an
allocatable
122
///
Allocatable
registers may show up in the allocation order of some virtual
CriticalAntiDepBreaker.h
42
/// AllocatableSet - The set of
allocatable
registers.
43
/// We'll be ignoring anti-dependencies on non-
allocatable
registers,
/external/swiftshader/third_party/LLVM/lib/Target/
TargetRegisterInfo.cpp
72
/// getAllocatableSetForRC - Toggle the bits that represent
allocatable
83
BitVector
Allocatable
(getNumRegs());
85
getAllocatableSetForRC(MF, RC,
Allocatable
);
90
getAllocatableSetForRC(MF, *I,
Allocatable
);
95
Allocatable
&= Reserved.flip();
97
return
Allocatable
;
/external/v8/src/crankshaft/arm64/
lithium-gap-resolver-arm64.h
23
// - It is not in crankshaft
allocatable
registers list, so it can't
24
// interfere with the
allocatable
registers.
/external/llvm/test/CodeGen/SystemZ/
int-cmp-51.ll
3
;
allocatable
or reserved phys reg.
/external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.h
39
/// The set of
allocatable
registers.
40
/// We'll be ignoring anti-dependencies on non-
allocatable
registers,
TargetRegisterInfo.cpp
145
/// getAllocatableSetForRC - Toggle the bits that represent
allocatable
157
BitVector
Allocatable
(getNumRegs());
159
// A register class with no
allocatable
subclass returns an empty set.
162
getAllocatableSetForRC(MF, SubClass,
Allocatable
);
167
getAllocatableSetForRC(MF, *I,
Allocatable
);
172
Allocatable
&= Reserved.flip();
174
return
Allocatable
;
/external/llvm/test/ExecutionEngine/MCJIT/
2003-08-23-RegisterAllocatePhysReg.ll
5
; use the ESP register (which is not
allocatable
) to hold a value.
/external/llvm/test/ExecutionEngine/OrcMCJIT/
2003-08-23-RegisterAllocatePhysReg.ll
5
; use the ESP register (which is not
allocatable
) to hold a value.
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
2010-06-09-FastAllocRegisters.ll
4
; The inline asm in this function clobbers almost all
allocatable
registers.
/external/swiftshader/third_party/LLVM/test/ExecutionEngine/
2003-08-23-RegisterAllocatePhysReg.ll
6
; use the ESP register (which is not
allocatable
) to hold a value.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
alloc-pool.h
1
/* Functions to support a pool of
allocatable
objects
/external/llvm/include/llvm/CodeGen/
RegisterClassInfo.h
84
/// getNumAllocatableRegs - Returns the number of actually
allocatable
98
///
allocatable
registers.
101
/// is not
allocatable
. Similarly, tGPR is not a proper sub-class in Thumb
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/
assertions.xml
28
the memory pool to be inaccessible by any process in the system except through
allocatable
Completed in 1184 milliseconds
1
2
3
4
5
6
7