Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSlotTracker.h44 class ModuleSlotTracker {
61 ModuleSlotTracker(SlotTracker &Machine, const Module *M,
71 explicit ModuleSlotTracker(const Module *M,
75 virtual ~ModuleSlotTracker();
H A DValue.h49 class ModuleSlotTracker; variable
238 void print(raw_ostream &O, ModuleSlotTracker &MST,
252 ModuleSlotTracker &MST) const;
H A DMetadata.h47 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 DMIRFormatter.h58 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue()
75 ModuleSlotTracker &MST);
H A DMachineModuleSlotTracker.h22 class MachineModuleSlotTracker : public ModuleSlotTracker {
H A DMachineMemOperand.h33 class ModuleSlotTracker; variable
343 void print(raw_ostream &OS, ModuleSlotTracker &MST,
H A DMachineBasicBlock.h37 class ModuleSlotTracker; variable
1040 void print(raw_ostream &OS, ModuleSlotTracker &MST,
1049 ModuleSlotTracker *moduleSlotTracker = nullptr) const;
H A DMachineOperand.h35 class ModuleSlotTracker; variable
302 void print(raw_ostream &os, ModuleSlotTracker &MST, LLT TypeToPrint,
H A DMachineInstr.h48 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 DMIRPrinter.cpp128 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 DMachineModuleSlotTracker.cpp67 : ModuleSlotTracker(MF->getFunction().getParent(), in MachineModuleSlotTracker()
H A DMachineOperand.cpp452 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 DMachineBasicBlock.cpp343 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 DMachineInstr.cpp1589 ModuleSlotTracker MST(M); in print()
1595 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
H A DMachineFunction.cpp575 ModuleSlotTracker MST(getFunction().getParent()); in print()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp829 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 DVerifier.cpp128 ModuleSlotTracker MST;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp517 ModuleSlotTracker MST(M); in printMemOperand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp347 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()