Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp318 int NewFI = SlotMapping[SS]; in ColorSlots() local
319 if (NewFI == -1 || (NewFI == (int)SS)) in ColorSlots()
322 const PseudoSourceValue *NewSV = MF.getPSVManager().getFixedStack(NewFI); in ColorSlots()
358 int NewFI = SlotMapping[OldFI]; in RewriteInstruction() local
359 if (NewFI == -1 || NewFI == OldFI) in RewriteInstruction()
361 MO.setIndex(NewFI); in RewriteInstruction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackSlotColoring.cpp133 void RewriteInstruction(MachineInstr *MI, int OldFI, int NewFI,
417 int NewFI = SlotMapping[SS]; in ColorSlots() local
418 if (NewFI == -1 || (NewFI == (int)SS && !isReg)) in ColorSlots()
425 RewriteInstruction(RefMIs[i], SS, NewFI, MF); in ColorSlots()
430 UnfoldAndRewriteInstruction(RefMIs[i], SS, NewFI, RC, Defs, MF); in ColorSlots()
469 int NewFI, MachineFunction &MF) { in RewriteInstruction() argument
478 MO.setIndex(NewFI); in RewriteInstruction()
485 const Value *NewSV = PseudoSourceValue::getFixedStack(NewFI); in RewriteInstruction()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1817 int NewFI = MFI.CreateSpillStackObject(S, A); in determineCalleeSaves() local
1818 RS->addScavengingFrameIndex(NewFI); in determineCalleeSaves()