/external/llvm/include/llvm/CodeGen/ |
LiveVariables.h | 205 getVarInfo(IncomingReg).Kills.push_back(&MI); 213 if (!getVarInfo(reg).removeKill(MI)) 241 getVarInfo(IncomingReg).Kills.push_back(&MI); 249 if (!getVarInfo(reg).removeKill(MI)) 272 /// getVarInfo - Return the VarInfo structure for the specified VIRTUAL 274 VarInfo &getVarInfo(unsigned RegIdx); 285 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI);
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
LiveVariables.h | 212 getVarInfo(IncomingReg).Kills.push_back(MI); 220 if (!getVarInfo(reg).removeKill(MI)) 248 getVarInfo(IncomingReg).Kills.push_back(MI); 256 if (!getVarInfo(reg).removeKill(MI)) 279 /// getVarInfo - Return the VarInfo structure for the specified VIRTUAL 281 VarInfo &getVarInfo(unsigned RegIdx); 293 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
LiveVariables.h | 204 getVarInfo(IncomingReg).Kills.push_back(&MI); 212 if (!getVarInfo(reg).removeKill(MI)) 240 getVarInfo(IncomingReg).Kills.push_back(&MI); 248 if (!getVarInfo(reg).removeKill(MI)) 271 /// getVarInfo - Return the VarInfo structure for the specified VIRTUAL 273 VarInfo &getVarInfo(unsigned RegIdx); 284 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
ProcessImplicitDefs.cpp | 125 LiveVariables::VarInfo& vi = LV->getVarInfo(MO.getReg()); 158 LiveVariables::VarInfo& vi = LV->getVarInfo(Reg); 269 LiveVariables::VarInfo& vi = LV->getVarInfo(Reg);
|
LiveVariables.cpp | 80 /// getVarInfo - Get (possibly creating) a VarInfo object for the given vreg. 81 LiveVariables::VarInfo &LiveVariables::getVarInfo(unsigned RegIdx) { 83 "getVarInfo: not a virtual register!"); 132 VarInfo& VRInfo = getVarInfo(reg); 179 VarInfo &VRInfo = getVarInfo(Reg); 583 MarkVirtRegAliveInBlock(getVarInfo(*I),MRI->getVRegDef(*I)->getParent(), 650 VarInfo &VI = getVarInfo(Reg); 663 bool removed = getVarInfo(Reg).removeKill(MI); 704 LiveVariables::VarInfo &VI = getVarInfo(Reg); 761 getVarInfo(BBI->getOperand(i).getReg()).AliveBlocks.set(NumNew) [all...] |
PHIElimination.cpp | 241 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg); 381 LV->getVarInfo(SrcReg).AliveBlocks.reset(opBlockNum);
|
MachineBasicBlock.cpp | 549 LV->getVarInfo(Reg).removeKill(MI)) { 587 LV->getVarInfo(Reg).Kills.push_back(I);
|
MachineVerifier.cpp | 653 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg); [all...] |
TwoAddressInstructionPass.cpp | [all...] |
LiveIntervalAnalysis.cpp | 296 LiveVariables::VarInfo& vi = lv_->getVarInfo(interval.reg); [all...] |
/external/llvm/lib/CodeGen/ |
LiveVariables.cpp | 84 /// getVarInfo - Get (possibly creating) a VarInfo object for the given vreg. 85 LiveVariables::VarInfo &LiveVariables::getVarInfo(unsigned RegIdx) { 87 "getVarInfo: not a virtual register!"); 137 VarInfo& VRInfo = getVarInfo(reg); 183 VarInfo &VRInfo = getVarInfo(Reg); 596 MarkVirtRegAliveInBlock(getVarInfo(*I),MRI->getVRegDef(*I)->getParent(), 685 VarInfo &VI = getVarInfo(Reg); 698 bool removed = getVarInfo(Reg).removeKill(MI); 741 LiveVariables::VarInfo &VI = getVarInfo(Reg); 780 getVarInfo(BBI->getOperand(i).getReg()).AliveBlocks.set(NumNew) [all...] |
PHIElimination.cpp | 275 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg); 459 LV->getVarInfo(SrcReg).AliveBlocks.reset(opBlockNum);
|
TwoAddressInstructionPass.cpp | 844 KillMI = LV->getVarInfo(Reg).findKill(MBB); [all...] |
MachineBasicBlock.cpp | 758 LV->getVarInfo(Reg).removeKill(*MI)) { 851 LV->getVarInfo(Reg).Kills.push_back(&*I); [all...] |
MachineVerifier.cpp | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
LiveVariables.cpp | 84 /// getVarInfo - Get (possibly creating) a VarInfo object for the given vreg. 85 LiveVariables::VarInfo &LiveVariables::getVarInfo(unsigned RegIdx) { 87 "getVarInfo: not a virtual register!"); 137 VarInfo& VRInfo = getVarInfo(reg); 183 VarInfo &VRInfo = getVarInfo(Reg); 596 MarkVirtRegAliveInBlock(getVarInfo(*I),MRI->getVRegDef(*I)->getParent(), 685 VarInfo &VI = getVarInfo(Reg); 698 bool removed = getVarInfo(Reg).removeKill(MI); 741 LiveVariables::VarInfo &VI = getVarInfo(Reg); 780 getVarInfo(BBI->getOperand(i).getReg()).AliveBlocks.set(NumNew) [all...] |
PHIElimination.cpp | 289 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg); 473 LV->getVarInfo(SrcReg).AliveBlocks.reset(opBlockNum);
|
TwoAddressInstructionPass.cpp | 886 KillMI = LV->getVarInfo(Reg).findKill(MBB); [all...] |
MachineBasicBlock.cpp | 906 LV->getVarInfo(Reg).removeKill(*MI)) { [all...] |
MachineVerifier.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
X86InstrInfo.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMBaseInstrInfo.cpp | 241 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg); [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrInfo.cpp | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
X86InstrInfo.cpp | 884 LV->getVarInfo(leaInReg).Kills.push_back(NewMI); 885 LV->getVarInfo(leaOutReg).Kills.push_back(ExtMI); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMBaseInstrInfo.cpp | 264 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg); [all...] |