Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSlotTracker.h95 int getLocalSlot(const Value *V);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DSSAContext.cpp94 Out << MST.getLocalSlot(BB); in print()
H A DAsmWriter.cpp845 int getLocalSlot(const Value *V);
974 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in ModuleSlotTracker
976 return Machine->getLocalSlot(V); in getLocalSlot()
1298 int SlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in SlotTracker
2768 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
2775 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
2785 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
4288 int Slot = Machine.getLocalSlot(Arg); in printArgument()
4303 int Slot = Machine.getLocalSlot(BB); in printBasicBlock()
4423 int SlotNum = Machine.getLocalSlot(&I); in printInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DSuspendCrossingInfo.cpp30 dbgs() << MST.getLocalSlot(BB); in dumpBasicBlockLabel()
H A DMaterializationUtils.cpp116 dbgs() << MST.getLocalSlot(BB); in dumpBasicBlockLabel()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp523 Slot = MST.getLocalSlot(&BB); in printIRBlockReference()
527 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.cpp963 int Slot = MST.getCurrentFunction() ? MST.getLocalSlot(&V) : -1; in printIRValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp353 int Slot = MST.getLocalSlot(V); in mapValueToSlot()
3563 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks()