Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRCanonicalizerPass.cpp75 enum VRType { RSE_Reg = 0, RSE_FrameIndex, RSE_NewCandidate }; enumerator
87 bool isFrameIndex() const { return type == RSE_FrameIndex; } in isFrameIndex()
411 VRegs.push_back(TypedVReg(RSE_FrameIndex)); in doCandidateWalk()
460 RegQueue.push(TypedVReg(RSE_FrameIndex)); in doCandidateWalk()
721 : TypedVReg(RSE_FrameIndex)); in runOnBasicBlock()