Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSlotTracker.h29 class ModuleSlotTracker {
41 ModuleSlotTracker(SlotTracker &Machine, const Module *M,
51 explicit ModuleSlotTracker(const Module *M,
55 ~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,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRPrinter.cpp127 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI,
131 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
134 const MachineFunction &MF, ModuleSlotTracker &MST);
137 ModuleSlotTracker &MST);
147 ModuleSlotTracker &MST;
157 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter()
218 ModuleSlotTracker MST(MF.getFunction().getParent()); in print()
281 T &Object, ModuleSlotTracker &MST) { in printStackObjectDbgInfo()
335 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert()
368 ModuleSlotTracker &MST) { in convertStackObjects()
[all …]
H A DMachineOperand.cpp452 ModuleSlotTracker &MST) { in printIRBlockReference()
463 ModuleSlotTracker CustomMST(M, /*ShouldInitializeAllMetadata=*/false); in printIRBlockReference()
727 ModuleSlotTracker DummyMST(nullptr); in print()
734 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
1069 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.cpp556 ModuleSlotTracker MST(getFunction().getParent()); in print()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h58 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue()
75 ModuleSlotTracker &MST);
H A DMachineMemOperand.h32 class ModuleSlotTracker; variable
296 void print(raw_ostream &OS, ModuleSlotTracker &MST,
H A DMachineBasicBlock.h37 class ModuleSlotTracker; variable
1044 void print(raw_ostream &OS, ModuleSlotTracker &MST,
1053 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
1696 void print(raw_ostream &OS, ModuleSlotTracker &MST, bool IsStandalone = true,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp877 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
881 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
886 ModuleSlotTracker::~ModuleSlotTracker() = default;
888 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine()
899 void ModuleSlotTracker::incorporateFunction(const Function &F) { in incorporateFunction()
913 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot()
4556 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
4630 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print()
4634 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
4689 ModuleSlotTracker &MST) { in printAsOperandImpl()
[all …]
H A DVerifier.cpp128 ModuleSlotTracker MST;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp515 ModuleSlotTracker MST(M); in printMemOperand()
/netbsd-src/external/apache2/llvm/dist/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()
3166 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks()