Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSlotTracker.h94 int getLocalSlot(const Value *V);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp745 int getLocalSlot(const Value *V);
869 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in ModuleSlotTracker
871 return Machine->getLocalSlot(V); in getLocalSlot()
1158 int SlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() function in SlotTracker
2484 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
2491 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
2501 Slot = Machine->getLocalSlot(V); in WriteAsOperandInternal()
3841 int Slot = Machine.getLocalSlot(Arg); in printArgument()
3856 int Slot = Machine.getLocalSlot(BB); in printBasicBlock()
3949 int SlotNum = Machine.getLocalSlot(&I); in printInstruction()
/freebsd-13.1/contrib/llvm-project/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.cpp940 int Slot = MST.getCurrentFunction() ? MST.getLocalSlot(&V) : -1; in printIRValue()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp349 int Slot = MST.getLocalSlot(V); in mapValueToSlot()
3359 int Slot = MST.getLocalSlot(&BB); in initSlots2BasicBlocks()