Home
last modified time | relevance | path

Searched refs:getLocalSlot (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSlotTracker.h94 int getLocalSlot(const Value *V);
/src/contrib/llvm-project/llvm/lib/IR/
H A DSSAContext.cpp95 Out << MST.getLocalSlot(BB); in print()
H A DAsmWriter.cpp787 int getLocalSlot(const Value *V);
916 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in ModuleSlotTracker
918 return Machine->getLocalSlot(V); in getLocalSlot()
1233 int SlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in SlotTracker
2605 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
2612 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
2622 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
4115 int Slot = Machine.getLocalSlot(Arg); in printArgument()
4130 int Slot = Machine.getLocalSlot(BB); in printBasicBlock()
4230 int SlotNum = Machine.getLocalSlot(&I); in printInstruction()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp514 Slot = MST.getLocalSlot(&BB); in printIRBlockReference()
518 Slot = CustomMST.getLocalSlot(&BB); in printIRBlockReference()
H A DMachineBasicBlock.cpp501 slot = moduleSlotTracker->getLocalSlot(bb); in printName()
505 slot = tmpTracker.getLocalSlot(bb); in printName()
H A DMIRPrinter.cpp996 int Slot = MST.getCurrentFunction() ? MST.getLocalSlot(&V) : -1; in printIRValue()
/src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp345 int Slot = MST.getLocalSlot(V); in mapValueToSlot()
3531 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks()