Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp284 CurrPos = pos; in init()
312 skipDebugInstructionsForward(CurrPos, MBB->end()); in getCurrSlot()
323 static_cast<RegionPressure&>(P).TopPos = CurrPos; in closeTop()
335 static_cast<RegionPressure&>(P).BottomPos = CurrPos; in closeBottom()
765 assert(!CurrPos->isDebugInstr()); in recede()
799 SlotIdx = LIS->getInstructionIndex(*CurrPos).getRegSlot(); in recede()
852 assert(CurrPos != MBB->begin()); in recedeSkipDebugValues()
858 static_cast<RegionPressure&>(P).openTop(CurrPos); in recedeSkipDebugValues()
861 CurrPos = skipDebugInstructionsBackward(std::prev(CurrPos), MBB->begin()); in recedeSkipDebugValues()
864 if (RequireIntervals && !CurrPos->isDebugInstr()) in recedeSkipDebugValues()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCSEMIRBuilder.cpp43 auto CurrPos = getInsertPt(); in getDominatingInstrForID() local
44 if (!dominates(MI, CurrPos)) in getDominatingInstrForID()
45 CurMBB->splice(CurrPos, CurMBB, MI); in getDominatingInstrForID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegisterPressure.h384 MachineBasicBlock::const_iterator CurrPos; variable
414 MachineBasicBlock::const_iterator getPos() const { return CurrPos; } in getPos()
420 void setPos(MachineBasicBlock::const_iterator Pos) { CurrPos = Pos; } in setPos()