Home
last modified time | relevance | path

Searched refs:hasAllocatableSuperReg (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveIntervalAnalysis.h405 bool hasAllocatableSuperReg(unsigned Reg) const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveIntervalAnalysis.cpp2056 bool LiveIntervals::hasAllocatableSuperReg(unsigned Reg) const { in hasAllocatableSuperReg() function in LiveIntervals
2070 if (!hasAllocatableSuperReg(SuperReg) && hasInterval(SuperReg)) { in getRepresentativeReg()