Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackSlotColoring.cpp133 void RewriteInstruction(MachineInstr *MI, int OldFI, int NewFI,
141 void UnfoldAndRewriteInstruction(MachineInstr *MI, int OldFI,
468 void StackSlotColoring::RewriteInstruction(MachineInstr *MI, int OldFI, in RewriteInstruction() argument
476 if (FI != OldFI) in RewriteInstruction()
484 const Value *OldSV = PseudoSourceValue::getFixedStack(OldFI); in RewriteInstruction()
610 StackSlotColoring::UnfoldAndRewriteInstruction(MachineInstr *MI, int OldFI, in UnfoldAndRewriteInstruction() argument
616 if (unsigned DstReg = TII->isLoadFromStackSlot(MI, OldFI)) { in UnfoldAndRewriteInstruction()
633 } else if (unsigned SrcReg = TII->isStoreToStackSlot(MI, OldFI)) { in UnfoldAndRewriteInstruction()
/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp355 int OldFI = MO.getIndex(); in RewriteInstruction() local
356 if (OldFI < 0) in RewriteInstruction()
358 int NewFI = SlotMapping[OldFI]; in RewriteInstruction()
359 if (NewFI == -1 || NewFI == OldFI) in RewriteInstruction()