Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DModuleSlotTracker.h30 class ModuleSlotTracker {
40 ModuleSlotTracker(SlotTracker &Machine, const Module *M,
50 explicit ModuleSlotTracker(const Module *M,
54 ~ModuleSlotTracker();
DValue.h40 class ModuleSlotTracker; variable
205 void print(raw_ostream &O, ModuleSlotTracker &MST,
219 ModuleSlotTracker &MST) const;
DMetadata.h33 class ModuleSlotTracker; variable
130 void print(raw_ostream &OS, ModuleSlotTracker &MST, const Module *M = nullptr,
142 void printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST,
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp81 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI,
85 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
89 ModuleSlotTracker &MST,
100 ModuleSlotTracker &MST;
105 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter()
174 ModuleSlotTracker MST(MF.getFunction()->getParent()); in print()
241 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert()
272 ModuleSlotTracker &MST, in convertStackObjects()
393 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert()
607 ModuleSlotTracker CustomMST(F->getParent(), in printIRBlockReference()
DMachineInstr.cpp308 ModuleSlotTracker DummyMST(nullptr); in print()
312 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
539 ModuleSlotTracker DummyMST(nullptr); in print()
542 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST) const { in print()
1571 ModuleSlotTracker MST(M); in print()
1575 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
DMachineBasicBlock.cpp253 ModuleSlotTracker MST(M); in print()
257 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
DMachineFunction.cpp397 ModuleSlotTracker MST(getFunction()->getParent()); 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()
DMetadataTest.cpp361 ModuleSlotTracker MST(&M); in TEST_F()
393 ModuleSlotTracker MST(&M); in TEST_F()
/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h31 class ModuleSlotTracker; variable
209 void print(raw_ostream &OS, ModuleSlotTracker &MST) const;
DMachineOperand.h30 class ModuleSlotTracker; variable
222 void print(raw_ostream &os, ModuleSlotTracker &MST,
DMachineInstr.h1125 void print(raw_ostream &OS, ModuleSlotTracker &MST,
DMachineBasicBlock.h733 void print(raw_ostream &OS, ModuleSlotTracker &MST,
/external/llvm/lib/IR/
DAsmWriter.cpp678 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
682 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
688 ModuleSlotTracker::~ModuleSlotTracker() {} in ~ModuleSlotTracker()
690 void ModuleSlotTracker::incorporateFunction(const Function &F) { in incorporateFunction()
703 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot()
3292 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print()
3296 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
3351 ModuleSlotTracker &MST) { in printAsOperandImpl()
3375 ModuleSlotTracker MST(Machine, M); in printAsOperand()
3380 ModuleSlotTracker &MST) const { in printAsOperand()
[all …]
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1825 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks()
1860 static void mapValueToSlot(const Value *V, ModuleSlotTracker &MST, in mapValueToSlot()
1871 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2Values()