OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getRegAllocationHints
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp
256
TargetRegisterInfo::
getRegAllocationHints
(unsigned VirtReg,
266
// TRI::
getRegAllocationHints
to interpret those hint types.
267
assert(Hint.first == 0 && "Target must implement TRI::
getRegAllocationHints
");
/external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp
196
ARMBaseRegisterInfo::
getRegAllocationHints
(unsigned VirtReg,
213
TargetRegisterInfo::
getRegAllocationHints
(VirtReg, Order, Hints, MF, VRM);
Completed in 61 milliseconds