/external/llvm/lib/CodeGen/ |
LiveIntervalUnion.h | 174 Query(LiveInterval *VReg, LiveIntervalUnion *LIU): 175 LiveUnion(LIU), VirtReg(VReg), CheckedFirstInterference(false), 190 void init(unsigned UTag, LiveInterval *VReg, LiveIntervalUnion *LIU) { 191 assert(VReg && LIU && "Invalid arguments"); 192 if (UserTag == UTag && VirtReg == VReg && 199 VirtReg = VReg; 235 bool isSeenInterference(LiveInterval *VReg) const; 240 // Did collectInterferingVRegs encounter an unspillable vreg?
|
MachineFunction.cpp | 393 unsigned VReg = MRI.getLiveInVirtReg(PReg); 394 if (VReg) { 395 assert(MRI.getRegClass(VReg) == RC && "Register class mismatch!"); 396 return VReg; 398 VReg = MRI.createVirtualRegister(RC); 399 MRI.addLiveIn(PReg, VReg); 400 return VReg;
|
LiveRangeEdit.cpp | 36 unsigned VReg = MRI.createVirtualRegister(MRI.getRegClass(OldReg)); 38 VRM.setIsSplitFromReg(VReg, VRM.getOriginal(OldReg)); 39 LiveInterval &LI = LIS.getOrCreateInterval(VReg);
|
MachineRegisterInfo.cpp | 34 "Vreg use list non-empty still?"); 92 // The back pointers for the vreg lists point into the previous vector. 165 /// getLiveInPhysReg - If VReg is a live-in virtual register, return the 167 unsigned MachineRegisterInfo::getLiveInPhysReg(unsigned VReg) const { 169 if (I->second == VReg)
|
LiveIntervalAnalysis.cpp | 294 // done once for the vreg. We use an empty interval to detect the first 295 // time we see a vreg. 318 // Loop over all of the blocks that the vreg is defined in. There are 319 // two cases we have to handle here. The most common case is a vreg 401 // the result of two address elimination, then the vreg is one of the [all...] |
TailDuplication.cpp | 220 unsigned VReg = SSAUpdateVRs[i]; 221 SSAUpdate.Initialize(VReg); 225 MachineInstr *DefMI = MRI->getVRegDef(VReg); 229 SSAUpdate.AddAvailableValue(DefBB, VReg); 234 SSAUpdateVals.find(VReg); 242 MachineRegisterInfo::use_iterator UI = MRI->use_begin(VReg); [all...] |
TwoAddressInstructionPass.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
InstrEmitter.cpp | 75 // If the node is only used by a CopyToReg and the dest reg is a vreg, use 76 // the CopyToReg'd destination register instead of creating a new vreg. 189 // is a vreg in the same register class, use the CopyToReg'd destination 190 // register instead of creating a new vreg. 244 unsigned VReg = getDstOfOnlyCopyToRegUse(Op.getNode(), Op.getResNo()); 247 if (!VReg) { 249 VReg = MRI->createVirtualRegister(RC); 252 TII->get(TargetOpcode::IMPLICIT_DEF), VReg); 253 return VReg; 275 unsigned VReg = getVR(Op, VRBaseMap) [all...] |
/external/llvm/lib/Target/ARM/ |
Thumb1RegisterInfo.cpp | 600 unsigned VReg = 0; 681 // register. The offset is already handled in the vreg value. 684 VReg = MF.getRegInfo().createVirtualRegister(ARM::tGPRRegisterClass); 689 emitThumbRegPlusImmInReg(MBB, II, dl, VReg, FrameReg, 692 emitLoadConstPool(MBB, II, dl, VReg, 0, Offset); 696 emitThumbRegPlusImmediate(MBB, II, dl, VReg, FrameReg, Offset, TII, 699 MI.getOperand(i).ChangeToRegister(VReg, false, false, true); 702 // register. The offset is already handled in the vreg value.
|
ARMISelLowering.cpp | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | [all...] |
/external/llvm/include/llvm/CodeGen/ |
MachineRegisterInfo.h | 25 /// registers, including vreg register classes, use/def chains for registers, 30 /// Each element in this list contains the register class of the vreg and the 266 void addLiveIn(unsigned Reg, unsigned vreg = 0) { 267 LiveIns.push_back(std::make_pair(Reg, vreg)); 286 /// getLiveInPhysReg - If VReg is a live-in virtual register, return the 288 unsigned getLiveInPhysReg(unsigned VReg) const;
|
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | 212 unsigned VReg = RegInfo.createVirtualRegister(&SP::IntRegsRegClass); 213 MF.getRegInfo().addLiveIn(VA.getLocReg(), VReg); 214 SDValue Arg = DAG.getCopyFromReg(Chain, dl, VReg, MVT::i32); 324 unsigned VReg = RegInfo.createVirtualRegister(&SP::IntRegsRegClass); 325 MF.getRegInfo().addLiveIn(*CurArgReg, VReg); 326 SDValue Arg = DAG.getCopyFromReg(DAG.getRoot(), dl, VReg, MVT::i32); [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 329 unsigned VReg = RegInfo.createVirtualRegister(RC); 330 RegInfo.addLiveIn(VA.getLocReg(), VReg); 331 ArgValue = DAG.getCopyFromReg(Chain, dl, VReg, LocVT); 816 // control-flow pattern. The incoming instruction knows the destination vreg [all...] |
/external/llvm/lib/Target/CellSPU/ |
SPUISelLowering.cpp | 622 unsigned VReg = RegInfo.createVirtualRegister(&SPU::R32CRegClass); 633 the_chain = DAG.getCopyToReg(the_chain, dl, VReg, basePtr, Flag); 634 basePtr = DAG.getCopyFromReg(the_chain, dl, VReg, PtrVT); [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | [all...] |
/external/llvm/lib/Target/Alpha/ |
AlphaISelLowering.cpp | 42 unsigned VReg = MF.getRegInfo().createVirtualRegister(RC); 43 MF.getRegInfo().addLiveIn(PReg, VReg); 44 return VReg; [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 336 unsigned VReg = 338 RegInfo.addLiveIn(VA.getLocReg(), VReg); 339 SDValue ArgValue = DAG.getCopyFromReg(Chain, dl, VReg, RegVT); [all...] |
/external/webkit/Source/JavaScriptCore/jit/ |
JIT.h | 536 void emitJumpSlowCaseIfNotJSCell(RegisterID, int VReg); [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | 547 unsigned VReg = MF.getRegInfo().createVirtualRegister(RC); 548 MF.getRegInfo().addLiveIn(PReg, VReg); 549 return VReg; 575 // destination vreg to set, the condition code register to branch on, the [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | [all...] |