OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Intf
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
RegAllocGreedy.cpp
267
InterferenceCache::Cursor
Intf
;
276
Intf
.setPhysReg(Cache, Reg);
751
LiveInterval *
Intf
= Q.interferingVRegs()[i - 1];
752
assert(TargetRegisterInfo::isVirtualRegister(
Intf
->reg) &&
755
if (getStage(*
Intf
) == RS_Done)
764
(
Intf
->isSpillable() ||
766
RegClassInfo.getNumAllocatableRegs(MRI->getRegClass(
Intf
->reg)));
768
unsigned IntfCascade = ExtraRegInfo[
Intf
->reg].Cascade;
777
bool BreaksHint = VRM->hasPreferredPhys(
Intf
->reg);
780
Cost.MaxWeight = std::max(Cost.MaxWeight,
Intf
->weight)
[
all
...]
RegAllocBasic.cpp
179
LiveInterval *
Intf
= Q.interferingVRegs()[i - 1];
180
if (!
Intf
->isSpillable() ||
Intf
->weight > VirtReg.weight)
182
Intfs.push_back(
Intf
);
Completed in 86 milliseconds