OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumAllocatableRegs
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
RegisterClassInfo.h
78
///
getNumAllocatableRegs
- Returns the number of actually allocatable
80
unsigned
getNumAllocatableRegs
(const TargetRegisterClass *RC) const {
RegisterClassInfo.cpp
112
if (Super != RC &&
getNumAllocatableRegs
(Super) > RCI.NumRegs)
RegisterCoalescer.cpp
[
all
...]
Completed in 39 milliseconds