Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSlotTracker.h74 int getLocalSlot(const Value *V);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp793 int getLocalSlot(const Value *V);
913 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in ModuleSlotTracker
915 return Machine->getLocalSlot(V); in getLocalSlot()
1169 int SlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in SlotTracker
2495 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
2502 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
2512 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
3853 int Slot = Machine.getLocalSlot(Arg); in printArgument()
3869 int Slot = Machine.getLocalSlot(BB); in printBasicBlock()
3962 int SlotNum = Machine.getLocalSlot(&I); in printInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineOperand.cpp461 Slot = MST.getLocalSlot(&BB); in printIRBlockReference()
465 Slot = CustomMST.getLocalSlot(&BB); in printIRBlockReference()
H A DMachineBasicBlock.cpp494 slot = moduleSlotTracker->getLocalSlot(bb); in printName()
498 slot = tmpTracker.getLocalSlot(bb); in printName()
H A DMIRPrinter.cpp915 int Slot = MST.getCurrentFunction() ? MST.getLocalSlot(&V) : -1; in printIRValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp349 int Slot = MST.getLocalSlot(V); in mapValueToSlot()
3171 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks()