Home
last modified time | relevance | path

Searched refs:VirtRegVec (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocBase.cpp105 typedef SmallVector<unsigned, 4> VirtRegVec; in allocatePhysRegs() typedef
106 VirtRegVec SplitVRegs; in allocatePhysRegs()
135 for (VirtRegVec::iterator I = SplitVRegs.begin(), E = SplitVRegs.end(); in allocatePhysRegs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocBase.cpp110 using VirtRegVec = SmallVector<unsigned, 4>; in allocatePhysRegs() typedef
112 VirtRegVec SplitVRegs; in allocatePhysRegs()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocBasic.cpp320 typedef SmallVector<LiveInterval*, 4> VirtRegVec; in allocatePhysRegs() typedef
321 VirtRegVec SplitVRegs; in allocatePhysRegs()
346 for (VirtRegVec::iterator I = SplitVRegs.begin(), E = SplitVRegs.end(); in allocatePhysRegs()