Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModuleSlotTracker.h30 class ModuleSlotTracker {
42 ModuleSlotTracker(SlotTracker &Machine, const Module *M,
52 explicit ModuleSlotTracker(const Module *M,
56 ~ModuleSlotTracker();
H A DValue.h46 class ModuleSlotTracker; variable
227 void print(raw_ostream &O, ModuleSlotTracker &MST,
241 ModuleSlotTracker &MST) const;
H A DMetadata.h47 class ModuleSlotTracker; variable
124 void print(raw_ostream &OS, ModuleSlotTracker &MST, const Module *M = nullptr,
136 void printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST,
1401 void print(raw_ostream &ROS, ModuleSlotTracker &MST,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMIRPrinter.cpp124 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI,
128 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
131 const MachineFunction &MF, ModuleSlotTracker &MST);
141 ModuleSlotTracker &MST;
151 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter()
211 ModuleSlotTracker MST(MF.getFunction().getParent()); in print()
264 T &Object, ModuleSlotTracker &MST) { in printStackObjectDbgInfo()
318 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert()
350 ModuleSlotTracker &MST) { in convertStackObjects()
477 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert()
H A DMachineOperand.cpp424 ModuleSlotTracker &MST) { in printIRBlockReference()
435 ModuleSlotTracker CustomMST(M, /*ShouldInitializeAllMetadata=*/false); in printIRBlockReference()
447 ModuleSlotTracker &MST) { in printIRValueReference()
721 ModuleSlotTracker DummyMST(nullptr); in print()
727 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
1040 ModuleSlotTracker DummyMST(nullptr); in print()
1044 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST) const { in print()
1050 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
H A DMachineBasicBlock.cpp276 ModuleSlotTracker MST(M); in print()
281 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
H A DMachineInstr.cpp1448 ModuleSlotTracker MST(M); in print()
1454 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
H A DMachineFunction.cpp491 ModuleSlotTracker MST(getFunction().getParent()); in print()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h34 class ModuleSlotTracker; variable
297 void print(raw_ostream &OS, ModuleSlotTracker &MST) const;
298 void print(raw_ostream &OS, ModuleSlotTracker &MST,
H A DMachineOperand.h34 class ModuleSlotTracker; variable
293 void print(raw_ostream &os, ModuleSlotTracker &MST, LLT TypeToPrint,
H A DMachineBasicBlock.h41 class ModuleSlotTracker; variable
768 void print(raw_ostream &OS, ModuleSlotTracker &MST,
H A DMachineInstr.h48 class ModuleSlotTracker; variable
1430 void print(raw_ostream &OS, ModuleSlotTracker &MST, bool IsStandalone = true,
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp819 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
823 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
828 ModuleSlotTracker::~ModuleSlotTracker() = default;
830 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine()
855 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot()
4159 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
4214 ModuleSlotTracker &MST) { in printAsOperandImpl()
4236 ModuleSlotTracker MST(Machine, M); in printAsOperand()
4241 ModuleSlotTracker &MST) const { in printAsOperand()
4268 ModuleSlotTracker MST(M, isa<MDNode>(this)); in printAsOperand()
[all …]
H A DVerifier.cpp122 ModuleSlotTracker MST;
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2798 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks()
2833 static void mapValueToSlot(const Value *V, ModuleSlotTracker &MST, in mapValueToSlot()
2844 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2Values()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp450 ModuleSlotTracker MST(M); in printMemOperand()