|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/CodeGen/MachineBasicBlock.h 40 class ModuleSlotTracker;
include/llvm/CodeGen/MachineInstr.h 47 class ModuleSlotTracker;
include/llvm/CodeGen/MachineMemOperand.h 31 class ModuleSlotTracker;
include/llvm/CodeGen/MachineOperand.h 35 class ModuleSlotTracker;
include/llvm/IR/Metadata.h 46 class ModuleSlotTracker;
include/llvm/IR/Value.h 47 class ModuleSlotTracker;
References
include/llvm/CodeGen/MachineBasicBlock.h 792 void print(raw_ostream &OS, ModuleSlotTracker &MST,
include/llvm/CodeGen/MachineInstr.h 1528 void print(raw_ostream &OS, ModuleSlotTracker &MST, bool IsStandalone = true,
include/llvm/CodeGen/MachineMemOperand.h 296 void print(raw_ostream &OS, ModuleSlotTracker &MST,
include/llvm/CodeGen/MachineOperand.h 296 void print(raw_ostream &os, ModuleSlotTracker &MST, LLT TypeToPrint,
include/llvm/IR/Metadata.h 123 void print(raw_ostream &OS, ModuleSlotTracker &MST, const Module *M = nullptr,
135 void printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST,
1400 void print(raw_ostream &ROS, ModuleSlotTracker &MST,
include/llvm/IR/Value.h 228 void print(raw_ostream &O, ModuleSlotTracker &MST,
242 ModuleSlotTracker &MST) const;
lib/CodeGen/MIRParser/MIParser.cpp 2962 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false);
2997 static void mapValueToSlot(const Value *V, ModuleSlotTracker &MST,
3008 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false);
lib/CodeGen/MIRPrinter.cpp 124 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI,
128 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
131 const MachineFunction &MF, ModuleSlotTracker &MST);
134 ModuleSlotTracker &MST);
144 ModuleSlotTracker &MST;
154 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST,
214 ModuleSlotTracker MST(MF.getFunction().getParent());
273 T &Object, ModuleSlotTracker &MST) {
327 void MIRPrinter::convert(ModuleSlotTracker &MST,
359 ModuleSlotTracker &MST) {
469 ModuleSlotTracker &MST) {
523 void MIRPrinter::convert(ModuleSlotTracker &MST,
lib/CodeGen/MachineBasicBlock.cpp 285 ModuleSlotTracker MST(M);
290 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST,
lib/CodeGen/MachineFunction.cpp 512 ModuleSlotTracker MST(getFunction().getParent());
lib/CodeGen/MachineInstr.cpp 1466 ModuleSlotTracker MST(M);
1472 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST,
lib/CodeGen/MachineOperand.cpp 439 ModuleSlotTracker &MST) {
450 ModuleSlotTracker CustomMST(M, /*ShouldInitializeAllMetadata=*/false);
462 ModuleSlotTracker &MST) {
736 ModuleSlotTracker DummyMST(nullptr);
742 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST,
1069 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST,
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp 470 ModuleSlotTracker MST(M);
lib/IR/AsmWriter.cpp 4213 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST,
4287 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata);
4291 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST,
4346 ModuleSlotTracker &MST) {
4368 ModuleSlotTracker MST(Machine, M);
4373 ModuleSlotTracker &MST) const {
4382 ModuleSlotTracker &MST, const Module *M,
4400 ModuleSlotTracker MST(M, isa<MDNode>(this));
4404 void Metadata::printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST,
4411 ModuleSlotTracker MST(M, isa<MDNode>(this));
4415 void Metadata::print(raw_ostream &OS, ModuleSlotTracker &MST,
lib/IR/Verifier.cpp 121 ModuleSlotTracker MST;
unittests/CodeGen/MachineOperandTest.cpp 297 ModuleSlotTracker MST(&M);
unittests/IR/MetadataTest.cpp 363 ModuleSlotTracker MST(&M);
395 ModuleSlotTracker MST(&M);
421 ModuleSlotTracker MST(&M);
unittests/IR/ValueTest.cpp 145 ModuleSlotTracker MST(M.get());
217 ModuleSlotTracker MST(M.get());
245 ModuleSlotTracker MST(M.get());