/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | ModuleSlotTracker.h | 29 class ModuleSlotTracker { 41 ModuleSlotTracker(SlotTracker &Machine, const Module *M, 51 explicit ModuleSlotTracker(const Module *M, 55 ~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,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 127 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 D | MachineOperand.cpp | 452 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 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 | 556 ModuleSlotTracker MST(getFunction().getParent()); in print()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MIRFormatter.h | 58 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue() 75 ModuleSlotTracker &MST);
|
H A D | MachineMemOperand.h | 32 class ModuleSlotTracker; variable 296 void print(raw_ostream &OS, ModuleSlotTracker &MST,
|
H A D | MachineBasicBlock.h | 37 class ModuleSlotTracker; variable 1044 void print(raw_ostream &OS, ModuleSlotTracker &MST, 1053 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 1696 void print(raw_ostream &OS, ModuleSlotTracker &MST, bool IsStandalone = true,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 877 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 D | Verifier.cpp | 128 ModuleSlotTracker MST;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 515 ModuleSlotTracker MST(M); in printMemOperand()
|
/netbsd-src/external/apache2/llvm/dist/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() 3166 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks()
|