Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModuleSlotTracker.h75 int getLocalSlot(const Value *V);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineOperand.cpp433 Slot = MST.getLocalSlot(&BB); in printIRBlockReference()
437 Slot = CustomMST.getLocalSlot(&BB); in printIRBlockReference()
464 int Slot = MST.getCurrentFunction() ? MST.getLocalSlot(&V) : -1; in printIRValueReference()
H A DMIRPrinter.cpp569 int Slot = MST.getLocalSlot(BB); in print()
H A DMachineBasicBlock.cpp302 int Slot = MST.getLocalSlot(BB); in print()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp736 int getLocalSlot(const Value *V);
855 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in ModuleSlotTracker
857 return Machine->getLocalSlot(V); in getLocalSlot()
1108 int SlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in SlotTracker
2247 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
2254 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
2264 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
3487 int Slot = Machine.getLocalSlot(BB); in printBasicBlock()
3583 int SlotNum = Machine.getLocalSlot(&I); in printInstruction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2803 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks()
2835 int Slot = MST.getLocalSlot(V); in mapValueToSlot()