/freebsd-src/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; in getVariable() 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-src/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; 339 void print(raw_ostream &OS, ModuleSlotTracker &MST, 34 class ModuleSlotTracker; global() variable
|
H A D | MachineBasicBlock.h | 37 class ModuleSlotTracker; 1191 void print(raw_ostream &OS, ModuleSlotTracker &MST, 1200 ModuleSlotTracker *moduleSlotTracker = nullptr) const; 36 class ModuleSlotTracker; global() variable
|
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; 1818 void print(raw_ostream &OS, ModuleSlotTracker &MST, bool IsStandalone = true, 50 class ModuleSlotTracker; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 43 #include "llvm/IR/ModuleSlotTracker.h" 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 in convert() [all...] |
H A D | MachineModuleSlotTracker.cpp | 68 : ModuleSlotTracker(MF->getFunction().getParent(), in MachineModuleSlotTracker()
|
H A D | MachineOperand.cpp | 28 #include "llvm/IR/ModuleSlotTracker.h" 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 | 33 #include "llvm/IR/ModuleSlotTracker.h" 353 ModuleSlotTracker MST(M); in print() 358 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() 485 /// \param moduleSlotTracker Optional ModuleSlotTracker. This method will in printName() 489 ModuleSlotTracker *moduleSlotTracker) const { in printName() 503 ModuleSlotTracker tmpTracker(bb->getModule(), false); in printName()
|
H A D | MachineInstr.cpp | 46 #include "llvm/IR/ModuleSlotTracker.h" 1672 ModuleSlotTracker MST(M); in print() 1678 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
H A D | MachineFunction.cpp | 56 #include "llvm/IR/ModuleSlotTracker.h" 644 ModuleSlotTracker MST(getFunction().getParent()); in needsFrameMoves()
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 59 #include "llvm/IR/ModuleSlotTracker.h" 876 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() 880 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in getMachine() 885 ModuleSlotTracker::~ModuleSlotTracker() = default; in getMachine() 887 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() 902 void ModuleSlotTracker::incorporateFunction(const Function &F) { in incorporateFunction() 916 int ModuleSlotTracker in setProcessHook() 869 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, ModuleSlotTracker() function in ModuleSlotTracker 873 ModuleSlotTracker::ModuleSlotTracker(const Module *M, ModuleSlotTracker() function in ModuleSlotTracker [all...] |
H A D | SSAContext.cpp | 93 ModuleSlotTracker MST{BB->getParent()->getParent(), false}; in print()
|
H A D | Verifier.cpp | 106 #include "llvm/IR/ModuleSlotTracker.h" 144 ModuleSlotTracker MST;
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 37 #include "llvm/IR/ModuleSlotTracker.h" 589 ModuleSlotTracker MST(M);
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 55 #include "llvm/IR/ModuleSlotTracker.h" 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 parseHeapAllocMarker()
|