/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | ModuleSlotTracker.h | 44 class ModuleSlotTracker { 61 ModuleSlotTracker(SlotTracker &Machine, const Module *M, 71 explicit ModuleSlotTracker(const Module *M, 75 virtual ~ModuleSlotTracker();
|
H A D | Value.h | 48 class ModuleSlotTracker; variable 237 void print(raw_ostream &O, ModuleSlotTracker &MST, 251 ModuleSlotTracker &MST) const;
|
H A D | Metadata.h | 44 class ModuleSlotTracker; variable 125 void print(raw_ostream &OS, ModuleSlotTracker &MST, const Module *M = nullptr, 137 void printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST, 1189 void printTree(raw_ostream &OS, ModuleSlotTracker &MST, 1666 void print(raw_ostream &ROS, ModuleSlotTracker &MST,
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MIRFormatter.h | 56 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue() 73 ModuleSlotTracker &MST);
|
H A D | MachineModuleSlotTracker.h | 22 class MachineModuleSlotTracker : public ModuleSlotTracker {
|
H A D | MachineMemOperand.h | 33 class ModuleSlotTracker; variable 332 void print(raw_ostream &OS, ModuleSlotTracker &MST,
|
H A D | MachineBasicBlock.h | 36 class ModuleSlotTracker; variable 1127 void print(raw_ostream &OS, ModuleSlotTracker &MST, 1136 ModuleSlotTracker *moduleSlotTracker = nullptr) const;
|
H A D | MachineOperand.h | 34 class ModuleSlotTracker; variable 307 void print(raw_ostream &os, ModuleSlotTracker &MST, LLT TypeToPrint,
|
H A D | MachineInstr.h | 50 class ModuleSlotTracker; variable 1736 void print(raw_ostream &OS, ModuleSlotTracker &MST, bool IsStandalone = true,
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 114 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI, 118 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI, 121 const MachineFunction &MF, ModuleSlotTracker &MST); 124 ModuleSlotTracker &MST); 137 ModuleSlotTracker &MST; 147 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter() 290 T &Object, ModuleSlotTracker &MST) { in printStackObjectDbgInfo() 344 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert() 377 ModuleSlotTracker &MST) { in convertStackObjects() 511 ModuleSlotTracker &MST) { in convertCallSiteObjects() [all …]
|
H A D | MachineModuleSlotTracker.cpp | 67 : ModuleSlotTracker(MF->getFunction().getParent(), in MachineModuleSlotTracker()
|
H A D | MachineOperand.cpp | 487 ModuleSlotTracker &MST) { in printIRBlockReference() 498 ModuleSlotTracker CustomMST(M, /*ShouldInitializeAllMetadata=*/false); in printIRBlockReference() 770 ModuleSlotTracker DummyMST(nullptr); in print() 777 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() 1129 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
H A D | MachineBasicBlock.cpp | 345 ModuleSlotTracker MST(M); in print() 350 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() 481 ModuleSlotTracker *moduleSlotTracker) const { in printName() 495 ModuleSlotTracker tmpTracker(bb->getModule(), false); in printName()
|
H A D | MachineInstr.cpp | 1588 ModuleSlotTracker MST(M); in print() 1594 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
H A D | MachineFunction.cpp | 616 ModuleSlotTracker MST(getFunction().getParent()); in print()
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 844 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker 848 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker 853 ModuleSlotTracker::~ModuleSlotTracker() = default; 855 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() 870 void ModuleSlotTracker::incorporateFunction(const Function &F) { in incorporateFunction() 884 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot() 889 void ModuleSlotTracker::setProcessHook( in setProcessHook() 895 void ModuleSlotTracker::setProcessHook( in setProcessHook() 4628 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() 4702 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print() [all …]
|
H A D | SSAContext.cpp | 99 ModuleSlotTracker MST{BB->getParent()->getParent(), false}; in print()
|
H A D | Verifier.cpp | 128 ModuleSlotTracker MST;
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 532 ModuleSlotTracker MST(M); in printMemOperand()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 342 static void mapValueToSlot(const Value *V, ModuleSlotTracker &MST, in mapValueToSlot() 353 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2Values() 3505 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks()
|
/openbsd-src/distrib/sets/lists/comp/ |
H A D | clang.amd64 | 2021 ./usr/include/llvm/IR/ModuleSlotTracker.h
|
H A D | clang.macppc | 2020 ./usr/include/llvm/IR/ModuleSlotTracker.h
|
H A D | clang.loongson | 2020 ./usr/include/llvm/IR/ModuleSlotTracker.h
|
H A D | clang.octeon | 2020 ./usr/include/llvm/IR/ModuleSlotTracker.h
|
H A D | clang.arm64 | 2021 ./usr/include/llvm/IR/ModuleSlotTracker.h
|