Home
last modified time | relevance | path

Searched refs:ModuleSlotTracker (Results 1 – 12 of 12) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/IR/
HDModuleSlotTracker.h29 class ModuleSlotTracker {
39 ModuleSlotTracker(SlotTracker &Machine, const Module *M,
49 explicit ModuleSlotTracker(const Module *M,
53 ~ModuleSlotTracker();
HDValue.h41 class ModuleSlotTracker; variable
205 void print(raw_ostream &O, ModuleSlotTracker &MST) const;
218 ModuleSlotTracker &MST) const;
HDMetadata.h33 class ModuleSlotTracker; variable
130 void print(raw_ostream &OS, ModuleSlotTracker &MST,
142 void printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST,
/NextBSD/contrib/llvm/lib/CodeGen/
HDMIRPrinter.cpp48 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()
HDMachineInstr.cpp302 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()
HDMachineBasicBlock.cpp250 ModuleSlotTracker MST(M); in print()
254 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
HDMachineFunction.cpp370 ModuleSlotTracker MST(getFunction()->getParent()); in print()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineMemOperand.h30 class ModuleSlotTracker; variable
207 void print(raw_ostream &OS, ModuleSlotTracker &MST) const;
HDMachineOperand.h30 class ModuleSlotTracker; variable
222 void print(raw_ostream &os, ModuleSlotTracker &MST,
HDMachineBasicBlock.h663 void print(raw_ostream &OS, ModuleSlotTracker &MST,
HDMachineInstr.h1108 void print(raw_ostream &OS, ModuleSlotTracker &MST,
/NextBSD/contrib/llvm/lib/IR/
HDAsmWriter.cpp669 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 …]