| /freebsd-13.1/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 | Value.h | 49 class ModuleSlotTracker; variable 238 void print(raw_ostream &O, ModuleSlotTracker &MST, 252 ModuleSlotTracker &MST) const;
|
| H A D | Metadata.h | 47 class ModuleSlotTracker; variable 126 void print(raw_ostream &OS, ModuleSlotTracker &MST, const Module *M = nullptr, 138 void printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST, 1465 void print(raw_ostream &ROS, ModuleSlotTracker &MST,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MIRFormatter.h | 58 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue() 75 ModuleSlotTracker &MST);
|
| H A D | MachineModuleSlotTracker.h | 22 class MachineModuleSlotTracker : public ModuleSlotTracker {
|
| H A D | MachineMemOperand.h | 33 class ModuleSlotTracker; variable 343 void print(raw_ostream &OS, ModuleSlotTracker &MST,
|
| H A D | MachineBasicBlock.h | 37 class ModuleSlotTracker; variable 1040 void print(raw_ostream &OS, ModuleSlotTracker &MST, 1049 ModuleSlotTracker *moduleSlotTracker = nullptr) const;
|
| H A D | MachineOperand.h | 35 class ModuleSlotTracker; variable 302 void print(raw_ostream &os, ModuleSlotTracker &MST, LLT TypeToPrint,
|
| H A D | MachineInstr.h | 48 class ModuleSlotTracker; variable 1706 void print(raw_ostream &OS, ModuleSlotTracker &MST, bool IsStandalone = true,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 128 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI, 132 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI, 138 ModuleSlotTracker &MST); 151 ModuleSlotTracker &MST; 161 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter() 293 T &Object, ModuleSlotTracker &MST) { in printStackObjectDbgInfo() 347 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert() 380 ModuleSlotTracker &MST) { in convertStackObjects() 508 ModuleSlotTracker &MST) { in convertCallSiteObjects() 575 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert() [all …]
|
| H A D | MachineModuleSlotTracker.cpp | 67 : ModuleSlotTracker(MF->getFunction().getParent(), in MachineModuleSlotTracker()
|
| H A D | MachineOperand.cpp | 452 ModuleSlotTracker &MST) { in printIRBlockReference() 463 ModuleSlotTracker CustomMST(M, /*ShouldInitializeAllMetadata=*/false); in printIRBlockReference() 735 ModuleSlotTracker DummyMST(nullptr); in print() 742 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() 1086 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
| H A D | MachineBasicBlock.cpp | 343 ModuleSlotTracker MST(M); in print() 348 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() 479 ModuleSlotTracker *moduleSlotTracker) const { in printName() 496 ModuleSlotTracker tmpTracker(bb->getModule(), false); in printName()
|
| H A D | MachineInstr.cpp | 1589 ModuleSlotTracker MST(M); in print() 1595 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
| H A D | MachineFunction.cpp | 575 ModuleSlotTracker MST(getFunction().getParent()); in print()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 829 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker 833 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker 838 ModuleSlotTracker::~ModuleSlotTracker() = default; 840 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() 869 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() 874 void ModuleSlotTracker::setProcessHook( in setProcessHook() 880 void ModuleSlotTracker::setProcessHook( in setProcessHook() 4659 ModuleSlotTracker &MST) { in printAsOperandImpl() 4681 ModuleSlotTracker MST(Machine, M); in printAsOperand() 4713 ModuleSlotTracker MST(M, isa<MDNode>(this)); in printAsOperand() [all …]
|
| H A D | Verifier.cpp | 128 ModuleSlotTracker MST;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 517 ModuleSlotTracker MST(M); in printMemOperand()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIParser.cpp | 347 static void mapValueToSlot(const Value *V, ModuleSlotTracker &MST, in mapValueToSlot() 358 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2Values() 3354 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks()
|