/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ModuleSlotTracker.h | 29 class ModuleSlotTracker { 41 ModuleSlotTracker(SlotTracker &Machine, const Module *M, 51 explicit ModuleSlotTracker(const Module *M, 55 ~ModuleSlotTracker();
|
D | Value.h | 47 class ModuleSlotTracker; variable 228 void print(raw_ostream &O, ModuleSlotTracker &MST, 242 ModuleSlotTracker &MST) const;
|
D | Metadata.h | 47 class ModuleSlotTracker; variable 124 void print(raw_ostream &OS, ModuleSlotTracker &MST, const Module *M = nullptr, 136 void printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST, 1409 void print(raw_ostream &ROS, ModuleSlotTracker &MST,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MIRPrinter.cpp | 124 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI, 128 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI, 131 const MachineFunction &MF, ModuleSlotTracker &MST); 134 ModuleSlotTracker &MST); 144 ModuleSlotTracker &MST; 154 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter() 214 ModuleSlotTracker MST(MF.getFunction().getParent()); in print() 273 T &Object, ModuleSlotTracker &MST) { in printStackObjectDbgInfo() 327 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert() 359 ModuleSlotTracker &MST) { in convertStackObjects() [all …]
|
D | MachineOperand.cpp | 440 ModuleSlotTracker &MST) { in printIRBlockReference() 451 ModuleSlotTracker CustomMST(M, /*ShouldInitializeAllMetadata=*/false); in printIRBlockReference() 715 ModuleSlotTracker DummyMST(nullptr); in print() 722 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() 1059 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
D | MachineBasicBlock.cpp | 285 ModuleSlotTracker MST(M); in print() 290 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
D | MachineInstr.cpp | 1466 ModuleSlotTracker MST(M); in print() 1472 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
D | MachineFunction.cpp | 533 ModuleSlotTracker MST(getFunction().getParent()); in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MIRFormatter.h | 54 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue() 71 ModuleSlotTracker &MST);
|
D | MachineMemOperand.h | 31 class ModuleSlotTracker; variable 296 void print(raw_ostream &OS, ModuleSlotTracker &MST,
|
D | MachineOperand.h | 35 class ModuleSlotTracker; variable 300 void print(raw_ostream &os, ModuleSlotTracker &MST, LLT TypeToPrint,
|
D | MachineBasicBlock.h | 40 class ModuleSlotTracker; variable 792 void print(raw_ostream &OS, ModuleSlotTracker &MST,
|
D | MachineInstr.h | 47 class ModuleSlotTracker; variable 1528 void print(raw_ostream &OS, ModuleSlotTracker &MST, bool IsStandalone = true,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Value.h | 45 class ModuleSlotTracker; variable 212 void print(raw_ostream &O, ModuleSlotTracker &MST, 226 ModuleSlotTracker &MST) const;
|
D | Metadata.h | 46 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,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 826 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker 830 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker 835 ModuleSlotTracker::~ModuleSlotTracker() = default; 837 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() 848 void ModuleSlotTracker::incorporateFunction(const Function &F) { in incorporateFunction() 862 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() 4249 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() 4323 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print() 4327 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() 4382 ModuleSlotTracker &MST) { in printAsOperandImpl() [all …]
|
D | Verifier.cpp | 123 ModuleSlotTracker MST;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 347 static void mapValueToSlot(const Value *V, ModuleSlotTracker &MST, in mapValueToSlot() 358 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2Values() 3105 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 479 ModuleSlotTracker MST(M); in printMemOperand()
|