OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Allocatable
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp
120
/// getAllocatableSetForRC - Toggle the bits that represent
allocatable
132
BitVector
Allocatable
(getNumRegs());
134
// A register class with no
allocatable
subclass returns an empty set.
137
getAllocatableSetForRC(MF, SubClass,
Allocatable
);
142
getAllocatableSetForRC(MF, *I,
Allocatable
);
147
Allocatable
&= Reserved.flip();
149
return
Allocatable
;
/external/llvm/include/llvm/MC/
MCRegisterInfo.h
43
const bool
Allocatable
;
99
bool isAllocatable() const { return
Allocatable
; }
/external/llvm/utils/TableGen/
CodeGenRegisters.cpp
718
Allocatable
= R->getValueAsBit("isAllocatable");
735
Allocatable
(true) {
754
Allocatable
= Super.
Allocatable
;
[
all
...]
CodeGenRegisters.h
280
bool
Allocatable
;
RegisterInfoEmitter.cpp
[
all
...]
Completed in 2923 milliseconds