OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCostPerUse
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
RegisterClassInfo.cpp
101
unsigned Cost = TRI->
getCostPerUse
(PhysReg);
120
unsigned Cost = TRI->
getCostPerUse
(PhysReg);
RegAllocGreedy.cpp
482
unsigned Cost = TRI->
getCostPerUse
(PhysReg);
709
if (TRI->
getCostPerUse
(Order.getOrder().back()) >= CostPerUseLimit) {
717
if (TRI->
getCostPerUse
(PhysReg) >= CostPerUseLimit)
[
all
...]
/external/llvm/include/llvm/Target/
TargetRegisterInfo.h
322
///
getCostPerUse
- Return the additional cost of using this register instead
324
unsigned
getCostPerUse
(unsigned RegNo) const {
[
all
...]
Completed in 3078 milliseconds