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.cpp406 int NewFI = SlotMapping[SS]; in ColorSlots() local
407 if (NewFI == -1 || (NewFI == (int)SS)) in ColorSlots()
410 const PseudoSourceValue *NewSV = MF.getPSVManager().getFixedStack(NewFI); in ColorSlots()
448 int NewFI = SlotMapping[OldFI]; in RewriteInstruction() local
449 if (NewFI == -1 || NewFI == OldFI) in RewriteInstruction()
452 assert(MFI->getStackID(OldFI) == MFI->getStackID(NewFI)); in RewriteInstruction()
453 MO.setIndex(NewFI); in RewriteInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2111 int NewFI = MFI.CreateSpillStackObject(S, A); in determineCalleeSaves() local
2112 RS->addScavengingFrameIndex(NewFI); in determineCalleeSaves()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp423 SDValue NewFI = DAG.getFrameIndex(NewFO, PtrVT); in EmitTailCallStoreRetAddr() local
426 Chain, DL, RetFI, NewFI, in EmitTailCallStoreRetAddr()