Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSlotTracker.h30 class ModuleSlotTracker {
42 ModuleSlotTracker(SlotTracker &Machine, const Module *M,
52 explicit ModuleSlotTracker(const Module *M,
56 ~ModuleSlotTracker();
DValue.h46 class ModuleSlotTracker; variable
227 void print(raw_ostream &O, ModuleSlotTracker &MST,
241 ModuleSlotTracker &MST) const;
DMetadata.h47 class ModuleSlotTracker; variable
122 void print(raw_ostream &OS, ModuleSlotTracker &MST, const Module *M = nullptr,
134 void printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST,
1398 void print(raw_ostream &ROS, ModuleSlotTracker &MST,
/external/llvm/include/llvm/IR/
DModuleSlotTracker.h30 class ModuleSlotTracker {
42 ModuleSlotTracker(SlotTracker &Machine, const Module *M,
52 explicit ModuleSlotTracker(const Module *M,
56 ~ModuleSlotTracker();
DValue.h43 class ModuleSlotTracker; variable
209 void print(raw_ostream &O, ModuleSlotTracker &MST,
223 ModuleSlotTracker &MST) const;
DMetadata.h35 class ModuleSlotTracker; variable
107 void print(raw_ostream &OS, ModuleSlotTracker &MST, const Module *M = nullptr,
119 void printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST,
1318 void print(raw_ostream &ROS, ModuleSlotTracker &MST,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRPrinter.cpp123 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI,
127 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
130 const MachineFunction &MF, ModuleSlotTracker &MST);
140 ModuleSlotTracker &MST;
150 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter()
209 ModuleSlotTracker MST(MF.getFunction().getParent()); in print()
262 T &Object, ModuleSlotTracker &MST) { in printStackObjectDbgInfo()
316 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert()
346 ModuleSlotTracker &MST) { in convertStackObjects()
471 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert()
DMachineOperand.cpp423 ModuleSlotTracker &MST) { in printIRBlockReference()
434 ModuleSlotTracker CustomMST(M, /*ShouldInitializeAllMetadata=*/false); in printIRBlockReference()
446 ModuleSlotTracker &MST) { in printIRValueReference()
714 ModuleSlotTracker DummyMST(nullptr); in print()
720 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
1033 ModuleSlotTracker DummyMST(nullptr); in print()
1037 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST) const { in print()
1043 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
/external/llvm/unittests/IR/
DValueTest.cpp135 ModuleSlotTracker MST(M.get()); in TEST()
205 ModuleSlotTracker MST(M.get()); in TEST()
233 ModuleSlotTracker MST(M.get()); in TEST()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp83 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI,
87 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
91 ModuleSlotTracker &MST,
102 ModuleSlotTracker &MST;
107 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter()
180 ModuleSlotTracker MST(MF.getFunction()->getParent()); in print()
254 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert()
285 ModuleSlotTracker &MST, in convertStackObjects()
406 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert()
628 ModuleSlotTracker CustomMST(F->getParent(), in printIRBlockReference()
DMachineInstr.cpp309 ModuleSlotTracker DummyMST(nullptr); in print()
313 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
545 ModuleSlotTracker DummyMST(nullptr); in print()
548 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST) const { in print()
1675 ModuleSlotTracker MST(M); in print()
1679 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
DMachineBasicBlock.cpp243 ModuleSlotTracker MST(M); in print()
247 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DValueTest.cpp146 ModuleSlotTracker MST(M.get()); in TEST()
218 ModuleSlotTracker MST(M.get()); in TEST()
246 ModuleSlotTracker MST(M.get()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h34 class ModuleSlotTracker; variable
297 void print(raw_ostream &OS, ModuleSlotTracker &MST) const;
298 void print(raw_ostream &OS, ModuleSlotTracker &MST,
DMachineOperand.h34 class ModuleSlotTracker; variable
293 void print(raw_ostream &os, ModuleSlotTracker &MST, LLT TypeToPrint,
DMachineBasicBlock.h41 class ModuleSlotTracker; variable
762 void print(raw_ostream &OS, ModuleSlotTracker &MST,
DMachineInstr.h44 class ModuleSlotTracker; variable
1282 void print(raw_ostream &OS, ModuleSlotTracker &MST, bool IsStandalone = true,
/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h32 class ModuleSlotTracker; variable
211 void print(raw_ostream &OS, ModuleSlotTracker &MST) const;
DMachineOperand.h30 class ModuleSlotTracker; variable
222 void print(raw_ostream &os, ModuleSlotTracker &MST,
/external/llvm/lib/IR/
DAsmWriter.cpp698 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
702 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
707 ModuleSlotTracker::~ModuleSlotTracker() {} in ~ModuleSlotTracker()
709 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine()
720 void ModuleSlotTracker::incorporateFunction(const Function &F) { in incorporateFunction()
734 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot()
3322 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
3396 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print()
3400 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
3455 ModuleSlotTracker &MST) { in printAsOperandImpl()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp813 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
817 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
822 ModuleSlotTracker::~ModuleSlotTracker() = default;
824 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine()
835 void ModuleSlotTracker::incorporateFunction(const Function &F) { in incorporateFunction()
849 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot()
3999 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
4073 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print()
4077 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
4132 ModuleSlotTracker &MST) { in printAsOperandImpl()
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h45 class ModuleSlotTracker; variable
212 void print(raw_ostream &O, ModuleSlotTracker &MST,
226 ModuleSlotTracker &MST) const;
DMetadata.h46 class ModuleSlotTracker; variable
119 void print(raw_ostream &OS, ModuleSlotTracker &MST, const Module *M = nullptr,
131 void printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST,
1357 void print(raw_ostream &ROS, ModuleSlotTracker &MST,
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
DMachineOperandTest.cpp298 ModuleSlotTracker MST(&M); in TEST()
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1929 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks()
1964 static void mapValueToSlot(const Value *V, ModuleSlotTracker &MST, in mapValueToSlot()
1975 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2Values()

12