/external/llvm/include/llvm/IR/ |
D | ModuleSlotTracker.h | 30 class ModuleSlotTracker { 40 ModuleSlotTracker(SlotTracker &Machine, const Module *M, 50 explicit ModuleSlotTracker(const Module *M, 54 ~ModuleSlotTracker();
|
D | Value.h | 40 class ModuleSlotTracker; variable 205 void print(raw_ostream &O, ModuleSlotTracker &MST, 219 ModuleSlotTracker &MST) const;
|
D | Metadata.h | 33 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/unittests/IR/ |
D | ValueTest.cpp | 135 ModuleSlotTracker MST(M.get()); in TEST() 205 ModuleSlotTracker MST(M.get()); in TEST() 233 ModuleSlotTracker MST(M.get()); in TEST()
|
D | MetadataTest.cpp | 361 ModuleSlotTracker MST(&M); in TEST_F() 393 ModuleSlotTracker MST(&M); in TEST_F()
|
/external/llvm/lib/CodeGen/ |
D | MIRPrinter.cpp | 81 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()
|
D | MachineInstr.cpp | 308 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()
|
D | MachineBasicBlock.cpp | 253 ModuleSlotTracker MST(M); in print() 257 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
D | MachineFunction.cpp | 397 ModuleSlotTracker MST(getFunction()->getParent()); in print()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 31 class ModuleSlotTracker; variable 209 void print(raw_ostream &OS, ModuleSlotTracker &MST) const;
|
D | MachineOperand.h | 30 class ModuleSlotTracker; variable 222 void print(raw_ostream &os, ModuleSlotTracker &MST,
|
D | MachineInstr.h | 1125 void print(raw_ostream &OS, ModuleSlotTracker &MST,
|
D | MachineBasicBlock.h | 733 void print(raw_ostream &OS, ModuleSlotTracker &MST,
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 678 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/ |
D | MIParser.cpp | 1825 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()
|
/external/v8/third_party/llvm-build/Release+Asserts/ |
D | buildlog.txt | 2927 …linux_upload_clang/build/src/third_party/llvm-bootstrap-install/include/llvm/IR/ModuleSlotTracker.h
|