Home
last modified time | relevance | path

Searched refs:getLocalSlot (Results 1 – 6 of 6) 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.h75 int getLocalSlot(const Value *V);
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp443 int Slot = MST.getLocalSlot(BB); in print()
626 Slot = MST.getLocalSlot(&BB); in printIRBlockReference()
631 Slot = CustomMST.getLocalSlot(&BB); in printIRBlockReference()
653 printIRSlotNumber(OS, MST.getLocalSlot(&V)); in printIRValueReference()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp333 int getLocalSlot(const Value *V);
557 int SlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in SlotTracker
1047 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
1054 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
1064 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
1592 int Slot = Machine.getLocalSlot(BB); in printBasicBlock()
1656 int SlotNum = Machine.getLocalSlot(&I); in printInstruction()
/external/llvm/lib/IR/
DAsmWriter.cpp627 int getLocalSlot(const Value *V);
734 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in ModuleSlotTracker
736 return Machine->getLocalSlot(V); in getLocalSlot()
954 int SlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in SlotTracker
1987 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
1994 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
2004 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
2753 int Slot = Machine.getLocalSlot(BB); in printBasicBlock()
2833 int SlotNum = Machine.getLocalSlot(&I); in printInstruction()
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1934 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks()
1966 int Slot = MST.getLocalSlot(V); in mapValueToSlot()