Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp394 int NewFI = SlotMapping[SS]; in ColorSlots() local
395 if (NewFI == -1 || (NewFI == (int)SS)) in ColorSlots()
398 const PseudoSourceValue *NewSV = MF.getPSVManager().getFixedStack(NewFI); in ColorSlots()
436 int NewFI = SlotMapping[OldFI]; in RewriteInstruction() local
437 if (NewFI == -1 || NewFI == OldFI) in RewriteInstruction()
440 assert(MFI->getStackID(OldFI) == MFI->getStackID(NewFI)); in RewriteInstruction()
441 MO.setIndex(NewFI); in RewriteInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2124 int NewFI = MFI.CreateSpillStackObject(S, A); in determineCalleeSaves() local
2125 RS->addScavengingFrameIndex(NewFI); in determineCalleeSaves()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp421 SDValue NewFI = DAG.getFrameIndex(NewFO, PtrVT); in EmitTailCallStoreRetAddr() local
424 Chain, DL, RetFI, NewFI, in EmitTailCallStoreRetAddr()