Searched refs:ModuleSlotTracker (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | ModuleSlotTracker.h | 29 class ModuleSlotTracker { 39 ModuleSlotTracker(SlotTracker &Machine, const Module *M, 49 explicit ModuleSlotTracker(const Module *M, 53 ~ModuleSlotTracker();
|
| HD | Value.h | 41 class ModuleSlotTracker; variable 205 void print(raw_ostream &O, ModuleSlotTracker &MST) const; 218 ModuleSlotTracker &MST) const;
|
| HD | Metadata.h | 33 class ModuleSlotTracker; variable 130 void print(raw_ostream &OS, ModuleSlotTracker &MST, 142 void printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST,
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | MIRPrinter.cpp | 48 void convert(ModuleSlotTracker &MST, yaml::MachineBasicBlock &YamlMBB, 61 ModuleSlotTracker &MST; 65 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter() 119 ModuleSlotTracker MST(MF.getFunction()->getParent()); in print() 217 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert()
|
| HD | MachineInstr.cpp | 302 ModuleSlotTracker DummyMST(nullptr); in print() 306 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() 514 ModuleSlotTracker DummyMST(nullptr); in print() 517 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST) const { in print() 1540 ModuleSlotTracker MST(M); in print() 1544 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
| HD | MachineBasicBlock.cpp | 250 ModuleSlotTracker MST(M); in print() 254 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
| HD | MachineFunction.cpp | 370 ModuleSlotTracker MST(getFunction()->getParent()); in print()
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | MachineMemOperand.h | 30 class ModuleSlotTracker; variable 207 void print(raw_ostream &OS, ModuleSlotTracker &MST) const;
|
| HD | MachineOperand.h | 30 class ModuleSlotTracker; variable 222 void print(raw_ostream &os, ModuleSlotTracker &MST,
|
| HD | MachineBasicBlock.h | 663 void print(raw_ostream &OS, ModuleSlotTracker &MST,
|
| HD | MachineInstr.h | 1108 void print(raw_ostream &OS, ModuleSlotTracker &MST,
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | AsmWriter.cpp | 669 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker 673 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker 679 ModuleSlotTracker::~ModuleSlotTracker() {} in ~ModuleSlotTracker() 681 void ModuleSlotTracker::incorporateFunction(const Function &F) { in incorporateFunction() 3218 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print() 3222 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST) const { in print() 3276 ModuleSlotTracker &MST) { in printAsOperandImpl() 3300 ModuleSlotTracker MST(Machine, M); in printAsOperand() 3305 ModuleSlotTracker &MST) const { in printAsOperand() 3314 ModuleSlotTracker &MST, const Module *M, in printMetadataImpl() [all …]
|