Searched defs:getLocalSlot (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAsmWriter.cpp333 int getLocalSlot(const Value *V);
556 /// getLocalSlot - Get the slot number for a value that is local to a function.
557 int SlotTracker::getLocalSlot(const Value *V) { function in class:SlotTracker
1047 Slot = Machine->getLocalSlot(V);
1054 Slot = Machine->getLocalSlot(V);
1064 Slot = Machine->getLocalSlot(V);
1592 int Slot = Machine.getLocalSlot(BB);
1656 int SlotNum = Machine.getLocalSlot(&I);
/external/llvm/lib/IR/
H A DAsmWriter.cpp627 int getLocalSlot(const Value *V);
734 int ModuleSlotTracker::getLocalSlot(const Value *V) { function in class:ModuleSlotTracker
736 return Machine->getLocalSlot(V);
953 /// getLocalSlot - Get the slot number for a value that is local to a function.
954 int SlotTracker::getLocalSlot(const Value *V) { function in class:SlotTracker
1987 Slot = Machine->getLocalSlot(V);
1994 Slot = Machine->getLocalSlot(V);
2004 Slot = Machine->getLocalSlot(V);
2753 int Slot = Machine.getLocalSlot(BB);
2833 int SlotNum = Machine.getLocalSlot(
[all...]

Completed in 455 milliseconds