OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRegAllocationHint
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h
356
///
getRegAllocationHint
- Return the register allocation hint for the
359
getRegAllocationHint
(unsigned Reg) const {
366
std::pair<unsigned, unsigned> Hint =
getRegAllocationHint
(Reg);
/external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp
202
std::pair<unsigned, unsigned> Hint = MRI.
getRegAllocationHint
(VirtReg);
249
std::pair<unsigned, unsigned> Hint = MRI->
getRegAllocationHint
(Reg);
258
Hint = MRI->
getRegAllocationHint
(OtherReg);
/external/llvm/lib/CodeGen/
CalcSpillWeights.cpp
128
bool noHint = mri.
getRegAllocationHint
(li.reg).first != 0;
TargetRegisterInfo.cpp
262
std::pair<unsigned, unsigned> Hint = MRI.
getRegAllocationHint
(VirtReg);
VirtRegMap.cpp
90
std::pair<unsigned, unsigned> Hint = MRI->
getRegAllocationHint
(VirtReg);
Completed in 344 milliseconds