Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DValueTest.cpp207 EXPECT_EQ(MST.getLocalSlot(I0), 0); in TEST()
208 EXPECT_EQ(MST.getLocalSlot(I1), 1); in TEST()
209 EXPECT_EQ(MST.getLocalSlot(&EntryBB), -1); in TEST()
210 EXPECT_EQ(MST.getLocalSlot(BB2), 2); in TEST()
234 EXPECT_DEATH(MST.getLocalSlot(BB2), "No function incorporated"); in TEST()
/external/llvm/include/llvm/IR/
DModuleSlotTracker.h71 int getLocalSlot(const Value *V);
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp430 int Slot = MST.getLocalSlot(BB); in print()
605 Slot = MST.getLocalSlot(&BB); in printIRBlockReference()
610 Slot = CustomMST.getLocalSlot(&BB); in printIRBlockReference()
632 printIRSlotNumber(OS, MST.getLocalSlot(&V)); in printIRValueReference()
/external/llvm/lib/IR/
DAsmWriter.cpp610 int getLocalSlot(const Value *V);
703 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in ModuleSlotTracker
705 return Machine->getLocalSlot(V); in getLocalSlot()
911 int SlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in SlotTracker
1933 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
1940 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
1950 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
2677 int Slot = Machine.getLocalSlot(BB); in printBasicBlock()
2760 int SlotNum = Machine.getLocalSlot(&I); in printInstruction()
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1830 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks()
1862 int Slot = MST.getLocalSlot(V); in mapValueToSlot()