OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LiveReg
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetInstrInfoImpl.cpp
242
unsigned
LiveReg
= LiveOp.getReg();
253
if (RC->hasSubClassEq(MRI.getRegClass(
LiveReg
)))
RegAllocFast.cpp
72
struct
LiveReg
{
78
LiveReg
(unsigned p=0) : LastUse(0), PhysReg(p), LastOpNum(0),
82
typedef DenseMap<unsigned,
LiveReg
> LiveRegMap;
153
void addKillFlag(const
LiveReg
&);
212
void RAFast::addKillFlag(const
LiveReg
&LR) {
226
const
LiveReg
&LR = LRI->second;
256
LiveReg
&LR = LRI->second;
547
tie(LRI, New) = LiveVirtRegs.insert(std::make_pair(VirtReg,
LiveReg
()));
548
LiveReg
&LR = LRI->second;
581
tie(LRI, New) = LiveVirtRegs.insert(std::make_pair(VirtReg,
LiveReg
()));
[
all
...]
LiveIntervalAnalysis.cpp
[
all
...]
/external/llvm/lib/CodeGen/
RegAllocFast.cpp
69
struct
LiveReg
{
76
explicit
LiveReg
(unsigned v)
84
typedef SparseSet<
LiveReg
> LiveRegMap;
174
void addKillFlag(const
LiveReg
&);
183
void assignVirtToPhysReg(
LiveReg
&, unsigned PhysReg);
237
void RAFast::addKillFlag(const
LiveReg
&LR) {
281
LiveReg
&LR = *LRI;
507
void RAFast::assignVirtToPhysReg(
LiveReg
&LR, unsigned PhysReg) {
606
std::tie(LRI, New) = LiveVirtRegs.insert(
LiveReg
(VirtReg));
640
std::tie(LRI, New) = LiveVirtRegs.insert(
LiveReg
(VirtReg))
[
all
...]
InlineSpiller.cpp
90
unsigned &
LiveReg
);
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp
[
all
...]
Completed in 128 milliseconds