Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DDetectDeadLanes.cpp121 VRegInfo *VRegInfos; member in __anondb8545900111::DetectDeadLanes
210 VRegInfo &MORegInfo = VRegInfos[MORegIdx]; in addUsedLanesOnOperand()
303 VRegInfo &RegInfo = VRegInfos[DefRegIdx]; in transferDefinedLanesStep()
483 const VRegInfo &DefRegInfo = VRegInfos[DefRegIdx]; in isUndefInput()
503 VRegInfo &Info = VRegInfos[RegIdx]; in runOnce()
513 VRegInfo &Info = VRegInfos[RegIdx]; in runOnce()
529 const VRegInfo &Info = VRegInfos[RegIdx]; in runOnce()
548 const VRegInfo &RegInfo = VRegInfos[RegIdx]; in runOnce()
589 VRegInfos = new VRegInfo[NumVirtRegs]; in runOnMachineFunction()
600 delete[] VRegInfos; in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DDetectDeadLanes.cpp119 VRegInfo *VRegInfos; member in __anon93eec8720111::DetectDeadLanes
207 VRegInfo &MORegInfo = VRegInfos[MORegIdx]; in addUsedLanesOnOperand()
300 VRegInfo &RegInfo = VRegInfos[DefRegIdx]; in transferDefinedLanesStep()
480 const VRegInfo &DefRegInfo = VRegInfos[DefRegIdx]; in isUndefInput()
500 VRegInfo &Info = VRegInfos[RegIdx]; in runOnce()
510 VRegInfo &Info = VRegInfos[RegIdx]; in runOnce()
526 const VRegInfo &Info = VRegInfos[RegIdx]; in runOnce()
543 const VRegInfo &RegInfo = VRegInfos[RegIdx]; in runOnce()
585 VRegInfos = new VRegInfo[NumVirtRegs]; in runOnMachineFunction()
596 delete[] VRegInfos; in runOnMachineFunction()
/external/llvm-project/llvm/lib/CodeGen/
DDetectDeadLanes.cpp116 VRegInfo *VRegInfos; member in __anon6629a5de0111::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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/MIRParser/
DMIParser.h167 DenseMap<unsigned, VRegInfo *> VRegInfos; member
/external/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
DMIParser.h168 DenseMap<Register, VRegInfo *> VRegInfos; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp616 for (auto P : PFS.VRegInfos) { in setupRegisterInfo()
DMIParser.cpp325 auto I = VRegInfos.insert(std::make_pair(Num, nullptr)); in getVRegInfo()
/external/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp655 for (auto P : PFS.VRegInfos) { in setupRegisterInfo()
DMIParser.cpp325 auto I = VRegInfos.insert(std::make_pair(Num, nullptr)); in getVRegInfo()