/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ModuleSlotTracker.h | 44 class ModuleSlotTracker { 61 ModuleSlotTracker(SlotTracker &Machine, const Module *M, 71 explicit ModuleSlotTracker(const Module *M, 75 virtual ~ModuleSlotTracker();
|
H A D | DebugProgramInstruction.h | 155 void print(raw_ostream &O, ModuleSlotTracker &MST, bool IsForDebug) const; 243 void print(raw_ostream &ROS, ModuleSlotTracker &MST, bool IsForDebug) const; 532 void print(raw_ostream &ROS, ModuleSlotTracker &MST, bool IsForDebug) const; 598 void print(raw_ostream &ROS, ModuleSlotTracker &MST, bool IsForDebug) const;
|
H A D | Value.h | 48 class ModuleSlotTracker; variable 237 void print(raw_ostream &O, ModuleSlotTracker &MST, 251 ModuleSlotTracker &MST) const;
|
H A D | Metadata.h | 44 class ModuleSlotTracker; variable 126 void print(raw_ostream &OS, ModuleSlotTracker &MST, const Module *M = nullptr, 138 void printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST, 1323 void printTree(raw_ostream &OS, ModuleSlotTracker &MST, 1810 void print(raw_ostream &ROS, ModuleSlotTracker &MST,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MIRFormatter.h | 26 class ModuleSlotTracker; variable 60 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue() 77 ModuleSlotTracker &MST);
|
H A D | MachineModuleSlotTracker.h | 22 class MachineModuleSlotTracker : public ModuleSlotTracker {
|
H A D | MachineMemOperand.h | 35 class ModuleSlotTracker; variable 339 void print(raw_ostream &OS, ModuleSlotTracker &MST,
|
H A D | MachineBasicBlock.h | 37 class ModuleSlotTracker; variable 1191 void print(raw_ostream &OS, ModuleSlotTracker &MST, 1200 ModuleSlotTracker *moduleSlotTracker = nullptr) const;
|
H A D | MachineOperand.h | 34 class ModuleSlotTracker; variable 310 void print(raw_ostream &os, ModuleSlotTracker &MST, LLT TypeToPrint,
|
H A D | MachineInstr.h | 51 class ModuleSlotTracker; variable 1818 void print(raw_ostream &OS, ModuleSlotTracker &MST, bool IsStandalone = true,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 116 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI, 120 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI, 123 const MachineFunction &MF, ModuleSlotTracker &MST); 126 ModuleSlotTracker &MST); 129 ModuleSlotTracker &MST); 142 ModuleSlotTracker &MST; 152 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter() 297 T &Object, ModuleSlotTracker &MST) { in printStackObjectDbgInfo() 351 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert() 385 ModuleSlotTracker &MST) { in convertEntryValueObjects() [all …]
|
H A D | MachineModuleSlotTracker.cpp | 68 : ModuleSlotTracker(MF->getFunction().getParent(), in MachineModuleSlotTracker()
|
H A D | MachineOperand.cpp | 505 ModuleSlotTracker &MST) { in printIRBlockReference() 516 ModuleSlotTracker CustomMST(M, /*ShouldInitializeAllMetadata=*/false); in printIRBlockReference() 788 ModuleSlotTracker DummyMST(nullptr); in print() 795 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() 1140 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
H A D | MachineBasicBlock.cpp | 353 ModuleSlotTracker MST(M); in print() 358 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() 489 ModuleSlotTracker *moduleSlotTracker) const { in printName() 503 ModuleSlotTracker tmpTracker(bb->getModule(), false); in printName()
|
H A D | MachineInstr.cpp | 1672 ModuleSlotTracker MST(M); in print() 1678 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
H A D | MachineFunction.cpp | 644 ModuleSlotTracker MST(getFunction().getParent()); in print()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 876 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker 880 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker 885 ModuleSlotTracker::~ModuleSlotTracker() = default; 887 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() 902 void ModuleSlotTracker::incorporateFunction(const Function &F) { in incorporateFunction() 916 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() 921 void ModuleSlotTracker::setProcessHook( in setProcessHook() 927 void ModuleSlotTracker::setProcessHook( in setProcessHook() 4889 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() 4958 ModuleSlotTracker MST(getModuleFromDPI(this), true); in print() [all …]
|
H A D | SSAContext.cpp | 21 #include "llvm/IR/ModuleSlotTracker.h" 93 ModuleSlotTracker MST{BB->getParent()->getParent(), false}; in print()
|
H A D | DebugProgramInstruction.cpp | 103 void DbgRecord::print(raw_ostream &O, ModuleSlotTracker &MST, in print()
|
H A D | Verifier.cpp | 144 ModuleSlotTracker MST;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 343 static void mapValueToSlot(const Value *V, ModuleSlotTracker &MST, in mapValueToSlot() 354 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2Values() 3526 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 589 ModuleSlotTracker MST(M); in printMemOperand()
|