| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | ModuleSlotTracker.h | 30 class ModuleSlotTracker { 42 ModuleSlotTracker(SlotTracker &Machine, const Module *M, 52 explicit ModuleSlotTracker(const Module *M, 56 ~ModuleSlotTracker();
|
| H A D | Value.h | 46 class ModuleSlotTracker; variable 227 void print(raw_ostream &O, ModuleSlotTracker &MST, 241 ModuleSlotTracker &MST) const;
|
| H A D | Metadata.h | 47 class ModuleSlotTracker; variable 124 void print(raw_ostream &OS, ModuleSlotTracker &MST, const Module *M = nullptr, 136 void printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST, 1401 void print(raw_ostream &ROS, ModuleSlotTracker &MST,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 124 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI, 128 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI, 131 const MachineFunction &MF, ModuleSlotTracker &MST); 141 ModuleSlotTracker &MST; 151 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter() 211 ModuleSlotTracker MST(MF.getFunction().getParent()); in print() 264 T &Object, ModuleSlotTracker &MST) { in printStackObjectDbgInfo() 318 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert() 350 ModuleSlotTracker &MST) { in convertStackObjects() 477 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert()
|
| H A D | MachineOperand.cpp | 424 ModuleSlotTracker &MST) { in printIRBlockReference() 435 ModuleSlotTracker CustomMST(M, /*ShouldInitializeAllMetadata=*/false); in printIRBlockReference() 447 ModuleSlotTracker &MST) { in printIRValueReference() 721 ModuleSlotTracker DummyMST(nullptr); in print() 727 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() 1040 ModuleSlotTracker DummyMST(nullptr); in print() 1044 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST) const { in print() 1050 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
| H A D | MachineBasicBlock.cpp | 276 ModuleSlotTracker MST(M); in print() 281 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
| H A D | MachineInstr.cpp | 1448 ModuleSlotTracker MST(M); in print() 1454 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
| H A D | MachineFunction.cpp | 491 ModuleSlotTracker MST(getFunction().getParent()); in print()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineMemOperand.h | 34 class ModuleSlotTracker; variable 297 void print(raw_ostream &OS, ModuleSlotTracker &MST) const; 298 void print(raw_ostream &OS, ModuleSlotTracker &MST,
|
| H A D | MachineOperand.h | 34 class ModuleSlotTracker; variable 293 void print(raw_ostream &os, ModuleSlotTracker &MST, LLT TypeToPrint,
|
| H A D | MachineBasicBlock.h | 41 class ModuleSlotTracker; variable 768 void print(raw_ostream &OS, ModuleSlotTracker &MST,
|
| H A D | MachineInstr.h | 48 class ModuleSlotTracker; variable 1430 void print(raw_ostream &OS, ModuleSlotTracker &MST, bool IsStandalone = true,
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 819 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker 823 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker 828 ModuleSlotTracker::~ModuleSlotTracker() = default; 830 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() 855 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() 4159 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() 4214 ModuleSlotTracker &MST) { in printAsOperandImpl() 4236 ModuleSlotTracker MST(Machine, M); in printAsOperand() 4241 ModuleSlotTracker &MST) const { in printAsOperand() 4268 ModuleSlotTracker MST(M, isa<MDNode>(this)); in printAsOperand() [all …]
|
| H A D | Verifier.cpp | 122 ModuleSlotTracker MST;
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 2798 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks() 2833 static void mapValueToSlot(const Value *V, ModuleSlotTracker &MST, in mapValueToSlot() 2844 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2Values()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 450 ModuleSlotTracker MST(M); in printMemOperand()
|