Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDetectDeadLanes.h60 return VRegInfos[RegIdx]; in getVRegInfo()
110 std::unique_ptr<VRegInfo[]> VRegInfos; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDetectDeadLanes.cpp45 VRegInfos = std::unique_ptr<VRegInfo[]>(new VRegInfo[NumVirtRegs]); in DeadLaneDetector()
122 DeadLaneDetector::VRegInfo &MORegInfo = VRegInfos[MORegIdx]; in addUsedLanesOnOperand()
216 VRegInfo &RegInfo = VRegInfos[DefRegIdx]; in transferDefinedLanesStep()
467 VRegInfo &Info = VRegInfos[RegIdx]; in computeSubRegisterLaneBitInfo()
477 VRegInfo &Info = VRegInfos[RegIdx]; in computeSubRegisterLaneBitInfo()
493 const VRegInfo &Info = VRegInfos[RegIdx]; in computeSubRegisterLaneBitInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h176 DenseMap<Register, VRegInfo *> VRegInfos; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp805 for (auto P : PFS.VRegInfos) { in setupRegisterInfo()
H A DMIParser.cpp329 auto I = VRegInfos.try_emplace(Num); in getVRegInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp1875 for (const auto &[_, Info] : PFS.VRegInfos) { in parseMachineFunctionInfo()