Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveVariables.h210 getVarInfo(IncomingReg).Kills.push_back(&MI);
218 if (!getVarInfo(Reg).removeKill(MI)) in removeVirtualRegisterKilled()
245 getVarInfo(IncomingReg).Kills.push_back(&MI);
253 if (!getVarInfo(Reg).removeKill(MI)) in removeVirtualRegisterDead()
277 VarInfo &getVarInfo(Register Reg);
289 return getVarInfo(Reg).isLiveIn(MBB, Reg, *MRI); in isLiveIn()
/openbsd-src/gnu/llvm/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()
536 LiveVariables::VarInfo &OldVarInfo = LV->getVarInfo(Reg); in optimizeLiveRange()
573 LiveVariables::VarInfo &NewVarInfo = LV->getVarInfo(NewReg); in optimizeWaterfallLiveRange()
574 LiveVariables::VarInfo &OldVarInfo = LV->getVarInfo(Reg); in optimizeWaterfallLiveRange()
H A DSILowerControlFlow.cpp267 LV->getVarInfo(Tmp).Kills.push_back(SetExec); in emitIf()
529 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg); in emitEndCf()
765 LV->getVarInfo(CountReg).Kills.push_back(CmpMI); in lowerInitExec()
H A DSIInstrInfo.cpp3498 LV->getVarInfo(DefReg).AliveBlocks.clear(); in convertToThreeAddress()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveVariables.cpp84 LiveVariables::VarInfo &LiveVariables::getVarInfo(Register Reg) { in getVarInfo() function in LiveVariables
133 VarInfo &VRInfo = getVarInfo(Reg); in HandleVirtRegUse()
179 VarInfo &VRInfo = getVarInfo(Reg); in HandleVirtRegDef()
587 MarkVirtRegAliveInBlock(getVarInfo(I), MRI->getVRegDef(I)->getParent(), in runOnBlock()
673 VarInfo &VI = getVarInfo(Reg); in recomputeForSingleDefVirtReg()
754 VarInfo &VI = getVarInfo(Reg); in replaceKillInstruction()
766 bool removed = getVarInfo(Reg).removeKill(MI); in removeVirtualRegistersKilled()
808 LiveVariables::VarInfo &VI = getVarInfo(Reg); in isLiveOut()
847 getVarInfo(BBI->getOperand(i).getReg()).AliveBlocks.set(NumNew); in addNewBlock()
872 VarInfo &VI = getVarInfo(Reg); in addNewBlock()
[all …]
H A DPHIElimination.cpp168 LiveVariables::VarInfo &VI = LV->getVarInfo(VirtReg); in runOnMachineFunction()
331 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg); in LowerPHINode()
470 LiveVariables::VarInfo &SrcVI = LV->getVarInfo(SrcReg); in LowerPHINode()
471 LiveVariables::VarInfo &IncomingVI = LV->getVarInfo(IncomingReg); in LowerPHINode()
561 LV->getVarInfo(SrcReg).AliveBlocks.reset(opBlockNum); in LowerPHINode()
H A DTwoAddressInstructionPass.cpp830 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleMIBelowKill()
1020 KillMI = LV->getVarInfo(Reg).findKill(MBB); in rescheduleKillAboveMI()
1586 LV->getVarInfo(RegB).removeKill(*MI)) { in processTiedPairs()
1674 } else if (LV && LV->getVarInfo(RegB).findKill(MI->getParent()) != MI) { in processStatepoint()
1713 LiveVariables::VarInfo &SrcInfo = LV->getVarInfo(RegB); in processStatepoint()
1714 LiveVariables::VarInfo &DstInfo = LV->getVarInfo(RegA); in processStatepoint()
H A DMachineBasicBlock.cpp1074 if (Reg.isPhysical() || LV->getVarInfo(Reg).removeKill(MI)) { in SplitCriticalEdge()
1161 LV->getVarInfo(Reg).Kills.push_back(&*I); in SplitCriticalEdge()
H A DMachineVerifier.cpp2420 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg); in checkLiveness()
2916 LiveVariables::VarInfo &VI = LiveVars->getVarInfo(Reg); in verifyLiveVariables()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp1251 LV->getVarInfo(InRegLEA).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()
1253 LV->getVarInfo(InRegLEA2).Kills.push_back(NewMI); in convertToThreeAddressWithLEA()
1254 LV->getVarInfo(OutRegLEA).Kills.push_back(ExtMI); in convertToThreeAddressWithLEA()
1393 LV->getVarInfo(SrcReg).Kills.push_back(NewMI); in convertToThreeAddress()
1428 LV->getVarInfo(SrcReg).Kills.push_back(NewMI); in convertToThreeAddress()
1453 LV->getVarInfo(SrcReg).Kills.push_back(NewMI); in convertToThreeAddress()
1505 LV->getVarInfo(SrcReg2).Kills.push_back(NewMI); in convertToThreeAddress()
1507 LV->getVarInfo(SrcReg).Kills.push_back(NewMI); in convertToThreeAddress()
1551 LV->getVarInfo(SrcReg).Kills.push_back(NewMI); in convertToThreeAddress()
1595 LV->getVarInfo(SrcReg).Kills.push_back(NewMI); in convertToThreeAddress()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp319 LiveVariables::VarInfo &VI = LV->getVarInfo(Reg); in convertToThreeAddress()