Home
last modified time | relevance | path

Searched refs:getVarInfo (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h209 getVarInfo(IncomingReg).Kills.push_back(&MI);
217 if (!getVarInfo(Reg).removeKill(MI)) in removeVirtualRegisterKilled()
244 getVarInfo(IncomingReg).Kills.push_back(&MI);
252 if (!getVarInfo(Reg).removeKill(MI)) in removeVirtualRegisterDead()
270 VarInfo &getVarInfo(Register Reg);
282 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI); in isLiveIn()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeVGPRLiveRange.cpp244 LiveVariables::VarInfo &VI = LV->getVarInfo(MOReg); in collectCandidateRegisters()
253 LiveVariables::VarInfo &VI = LV->getVarInfo(MOReg); in collectCandidateRegisters()
283 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg); in collectCandidateRegisters()
376 LiveVariables::VarInfo &OldVarInfo = LV->getVarInfo(MOReg); in collectWaterfallCandidateRegisters()
417 LiveVariables::VarInfo &OldVarInfo = LV->getVarInfo(Reg); in updateLiveRangeInThenRegion()
473 LiveVariables::VarInfo &NewVarInfo = LV->getVarInfo(NewReg); in updateLiveRangeInElseRegion()
474 LiveVariables::VarInfo &OldVarInfo = LV->getVarInfo(Reg); in updateLiveRangeInElseRegion()
545 LiveVariables::VarInfo &OldVarInfo = LV->getVarInfo(Reg); in optimizeLiveRange()
582 LiveVariables::VarInfo &NewVarInfo = LV->getVarInfo(NewReg); in optimizeWaterfallLiveRange()
583 LiveVariables::VarInfo &OldVarInfo = LV->getVarInfo(Reg); in optimizeWaterfallLiveRange()
H A DSILowerControlFlow.cpp266 LV->getVarInfo(Tmp).Kills.push_back(SetExec); in emitIf()
537 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg); in emitEndCf()
H A DSIInstrInfo.cpp3959 LV->getVarInfo(DefReg).AliveBlocks.clear(); in convertToThreeAddress()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp114 LiveVariables::VarInfo &LiveVariables::getVarInfo(Register Reg) { in getVarInfo() function in LiveVariables
163 VarInfo &VRInfo = getVarInfo(Reg); in HandleVirtRegUse()
209 VarInfo &VRInfo = getVarInfo(Reg); in HandleVirtRegDef()
604 MarkVirtRegAliveInBlock(getVarInfo(I), MRI->getVRegDef(I)->getParent(), in runOnBlock()
687 VarInfo &VI = getVarInfo(Reg); in recomputeForSingleDefVirtReg()
772 VarInfo &VI = getVarInfo(Reg); in replaceKillInstruction()
784 bool removed = getVarInfo(Reg).removeKill(MI); in removeVirtualRegistersKilled()
826 LiveVariables::VarInfo &VI = getVarInfo(Reg); in isLiveOut()
865 getVarInfo(BBI->getOperand(i).getReg()).AliveBlocks.set(NumNew); in addNewBlock()
890 VarInfo &VI = getVarInfo(Reg); in addNewBlock()
[all …]
H A DPHIElimination.cpp222 LiveVariables::VarInfo &VI = LV->getVarInfo(VirtReg); in run()
407 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg); in LowerPHINode()
567 LiveVariables::VarInfo &SrcVI = LV->getVarInfo(SrcReg); in LowerPHINode()
568 LiveVariables::VarInfo &IncomingVI = LV->getVarInfo(IncomingReg); in LowerPHINode()
659 LV->getVarInfo(SrcReg).AliveBlocks.reset(opBlockNum); in LowerPHINode()
H A DTwoAddressInstructionPass.cpp935 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleMIBelowKill()
1123 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleKillAboveMI()
1689 LV->getVarInfo(RegB).removeKill(*MI)) { in processTiedPairs()
1777 } else if (LV && LV->getVarInfo(RegB).findKill(MI->getParent()) != MI) { in processStatepoint()
1816 LiveVariables::VarInfo &SrcInfo = LV->getVarInfo(RegB); in processStatepoint()
1817 LiveVariables::VarInfo &DstInfo = LV->getVarInfo(RegA); in processStatepoint()
H A DMachineBasicBlock.cpp1195 if (Reg.isPhysical() || LV->getVarInfo(Reg).removeKill(MI)) { in SplitCriticalEdge()
1265 LV->getVarInfo(Reg).Kills.push_back(&*I); in SplitCriticalEdge()
H A DMachineVerifier.cpp2821 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg); in checkLiveness()
3352 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg); in verifyLiveVariables()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1344 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()
1346 LV->getVarInfo(InRegLEA2).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()
1347 LV->getVarInfo(OutRegLEA).Kills.push_back(ExtMI); in convertToThreeAddressWithLEA()
1488 LV->getVarInfo(SrcReg).Kills.push_back(NewMI); in convertToThreeAddress()
1523 LV->getVarInfo(SrcReg).Kills.push_back(NewMI); in convertToThreeAddress()
1549 LV->getVarInfo(SrcReg).Kills.push_back(NewMI); in convertToThreeAddress()
1601 LV->getVarInfo(SrcReg2).Kills.push_back(NewMI); in convertToThreeAddress()
1603 LV->getVarInfo(SrcReg).Kills.push_back(NewMI); in convertToThreeAddress()
1643 LV->getVarInfo(SrcReg).Kills.push_back(NewMI); in convertToThreeAddress()
1683 LV->getVarInfo(SrcReg).Kills.push_back(NewMI); in convertToThreeAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp320 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg); in convertToThreeAddress()