Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DDetectDeadLanes.cpp116 VRegInfo *VRegInfos; member in __anone1c51ed90111::DetectDeadLanes
204 VRegInfo &MORegInfo = VRegInfos[MORegIdx]; in addUsedLanesOnOperand()
297 VRegInfo &RegInfo = VRegInfos[DefRegIdx]; in transferDefinedLanesStep()
477 const VRegInfo &DefRegInfo = VRegInfos[DefRegIdx]; in isUndefInput()
497 VRegInfo &Info = VRegInfos[RegIdx]; in runOnce()
507 VRegInfo &Info = VRegInfos[RegIdx]; in runOnce()
523 const VRegInfo &Info = VRegInfos[RegIdx]; in runOnce()
540 const VRegInfo &RegInfo = VRegInfos[RegIdx]; in runOnce()
582 VRegInfos = new VRegInfo[NumVirtRegs]; in runOnMachineFunction()
593 delete[] VRegInfos; in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h168 DenseMap<Register, VRegInfo *> VRegInfos; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp655 for (auto P : PFS.VRegInfos) { in setupRegisterInfo()
H A DMIParser.cpp325 auto I = VRegInfos.insert(std::make_pair(Num, nullptr)); in getVRegInfo()