Home
last modified time | relevance | path

Searched refs:VRegInfos (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DDetectDeadLanes.cpp113 VRegInfo *VRegInfos; member in __anon09dd0a1e0111::DetectDeadLanes
201 VRegInfo &MORegInfo = VRegInfos[MORegIdx]; in addUsedLanesOnOperand()
294 VRegInfo &RegInfo = VRegInfos[DefRegIdx]; in transferDefinedLanesStep()
474 const VRegInfo &DefRegInfo = VRegInfos[DefRegIdx]; in isUndefInput()
494 VRegInfo &Info = VRegInfos[RegIdx]; in runOnce()
504 VRegInfo &Info = VRegInfos[RegIdx]; in runOnce()
520 const VRegInfo &Info = VRegInfos[RegIdx]; in runOnce()
540 const VRegInfo &RegInfo = VRegInfos[RegIdx]; in runOnce()
585 VRegInfos = new VRegInfo[NumVirtRegs]; in runOnMachineFunction()
599 delete[] VRegInfos; in runOnMachineFunction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h173 DenseMap<Register, VRegInfo *> VRegInfos; member
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp690 for (auto P : PFS.VRegInfos) { in setupRegisterInfo()
H A DMIParser.cpp322 auto I = VRegInfos.insert(std::make_pair(Num, nullptr)); in getVRegInfo()