HomeSort by: relevance | last modified time | path
    Searched refs:ModuleSlotTracker (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSlotTracker.h 1 //===-- llvm/IR/ModuleSlotTracker.h -----------------------------*- C++ -*-===//
27 /// If the IR changes from underneath \a ModuleSlotTracker, strings like
29 class ModuleSlotTracker {
41 ModuleSlotTracker(SlotTracker &Machine, const Module *M,
51 explicit ModuleSlotTracker(const Module *M,
55 ~ModuleSlotTracker();
Value.h 49 class ModuleSlotTracker;
238 void print(raw_ostream &O, ModuleSlotTracker &MST,
252 ModuleSlotTracker &MST) const;
Metadata.h 47 class ModuleSlotTracker;
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,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MIRFormatter.h 58 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST,
75 ModuleSlotTracker &MST);
MachineMemOperand.h 32 class ModuleSlotTracker;
296 void print(raw_ostream &OS, ModuleSlotTracker &MST,
MachineOperand.h 35 class ModuleSlotTracker;
302 void print(raw_ostream &os, ModuleSlotTracker &MST, LLT TypeToPrint,
MachineBasicBlock.h 37 class ModuleSlotTracker;
1044 void print(raw_ostream &OS, ModuleSlotTracker &MST,
1053 ModuleSlotTracker *moduleSlotTracker = nullptr) const;
MachineInstr.h 48 class ModuleSlotTracker;
1696 void print(raw_ostream &OS, ModuleSlotTracker &MST, bool IsStandalone = true,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRPrinter.cpp 50 #include "llvm/IR/ModuleSlotTracker.h"
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,
218 ModuleSlotTracker MST(MF.getFunction().getParent());
281 T &Object, ModuleSlotTracker &MST) {
335 void MIRPrinter::convert(ModuleSlotTracker &MST
    [all...]
MachineOperand.cpp 29 #include "llvm/IR/ModuleSlotTracker.h"
452 ModuleSlotTracker &MST) {
463 ModuleSlotTracker CustomMST(M, /*ShouldInitializeAllMetadata=*/false);
727 ModuleSlotTracker DummyMST(nullptr);
734 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST,
1069 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST,
MachineBasicBlock.cpp 31 #include "llvm/IR/ModuleSlotTracker.h"
343 ModuleSlotTracker MST(M);
348 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST,
475 /// \param moduleSlotTracker Optional ModuleSlotTracker. This method will
479 ModuleSlotTracker *moduleSlotTracker) const {
493 if (moduleSlotTracker) {
494 slot = moduleSlotTracker->getLocalSlot(bb);
496 ModuleSlotTracker tmpTracker(bb->getModule(), false)
    [all...]
MachineInstr.cpp 53 #include "llvm/IR/ModuleSlotTracker.h"
1589 ModuleSlotTracker MST(M);
1595 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST,
MachineFunction.cpp 55 #include "llvm/IR/ModuleSlotTracker.h"
556 ModuleSlotTracker MST(getFunction().getParent());
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp 60 #include "llvm/IR/ModuleSlotTracker.h"
877 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M,
881 ModuleSlotTracker::ModuleSlotTracker(const Module *M,
886 ModuleSlotTracker::~ModuleSlotTracker() = default;
888 SlotTracker *ModuleSlotTracker::getMachine() {
899 void ModuleSlotTracker::incorporateFunction(const Function &F) {
913 int ModuleSlotTracker::getLocalSlot(const Value *V)
    [all...]
Verifier.cpp 93 #include "llvm/IR/ModuleSlotTracker.h"
128 ModuleSlotTracker MST;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 36 #include "llvm/IR/ModuleSlotTracker.h"
515 ModuleSlotTracker MST(M);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 55 #include "llvm/IR/ModuleSlotTracker.h"
347 static void mapValueToSlot(const Value *V, ModuleSlotTracker &MST,
358 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false);
3166 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false);

Completed in 59 milliseconds