Home
last modified time | relevance | path

Searched refs:printIRSlotNumber (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DMIRPrinter.cpp610 static void printIRSlotNumber(raw_ostream &OS, int Slot) { in printIRSlotNumber() function
633 printIRSlotNumber(OS, Slot); in printIRBlockReference()
653 printIRSlotNumber(OS, MST.getLocalSlot(&V)); in printIRValueReference()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOperand.cpp440 MachineOperand::printIRSlotNumber(OS, *Slot); in printIRBlockReference()
463 MachineOperand::printIRSlotNumber(OS, MST.getLocalSlot(&V)); in printIRValueReference()
596 void MachineOperand::printIRSlotNumber(raw_ostream &OS, int Slot) { in printIRSlotNumber() function in MachineOperand
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOperand.h266 static void printIRSlotNumber(raw_ostream &OS, int Slot);