Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DValueTest.cpp220 EXPECT_EQ(MST.getLocalSlot(I0), 0); in TEST()
221 EXPECT_EQ(MST.getLocalSlot(I1), 1); in TEST()
222 EXPECT_EQ(MST.getLocalSlot(&EntryBB), -1); in TEST()
223 EXPECT_EQ(MST.getLocalSlot(BB2), 2); in TEST()
247 EXPECT_DEATH(MST.getLocalSlot(BB2), "No function incorporated"); in TEST()
/llvm-project-15.0.7/llvm/lib/IR/
H A DSSAContext.cpp46 Out << MST.getLocalSlot(BB); in print()
H A DAsmWriter.cpp742 int getLocalSlot(const Value *V);
866 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in ModuleSlotTracker
868 return Machine->getLocalSlot(V); in getLocalSlot()
1155 int SlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in SlotTracker
2435 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
2442 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
2452 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
3832 int Slot = Machine.getLocalSlot(Arg); in printArgument()
3847 int Slot = Machine.getLocalSlot(BB); in printBasicBlock()
3940 int SlotNum = Machine.getLocalSlot(&I); in printInstruction()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModuleSlotTracker.h94 int getLocalSlot(const Value *V);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineOperand.cpp464 Slot = MST.getLocalSlot(&BB); in printIRBlockReference()
468 Slot = CustomMST.getLocalSlot(&BB); in printIRBlockReference()
H A DMachineBasicBlock.cpp490 slot = moduleSlotTracker->getLocalSlot(bb); in printName()
494 slot = tmpTracker.getLocalSlot(bb); in printName()
H A DMIRPrinter.cpp942 int Slot = MST.getCurrentFunction() ? MST.getLocalSlot(&V) : -1; in printIRValue()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp346 int Slot = MST.getLocalSlot(V); in mapValueToSlot()
3389 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks()