OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Intf
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/test/fixedbugs/issue9537.dir/
b.go
17
type
Intf
interface {
25
var ix
Intf
= X{x}
/prebuilts/go/linux-x86/test/fixedbugs/issue9537.dir/
b.go
17
type
Intf
interface {
25
var ix
Intf
= X{x}
/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 125 milliseconds