/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 137 ModuleSlotTracker &MST; member in llvm::MIPrinter 147 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter() 219 MachineModuleSlotTracker MST(&MF); in print() local 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() 545 MachineModuleSlotTracker &MST) { in convertMachineMetadataNodes() 578 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert() 940 ModuleSlotTracker &MST) { in printIRValue()
|
H A D | MachineOperand.cpp | 487 ModuleSlotTracker &MST) { in printIRBlockReference() 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() local 350 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 144 ModuleSlotTracker &MST; member in llvm::MIPrinter 154 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter() 214 ModuleSlotTracker MST(MF.getFunction().getParent()); in print() local 273 T &Object, ModuleSlotTracker &MST) { in printStackObjectDbgInfo() 327 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert() 359 ModuleSlotTracker &MST) { in convertStackObjects() 469 ModuleSlotTracker &MST) { in convertCallSiteObjects() 523 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert() 878 ModuleSlotTracker &MST) { in printIRValue()
|
H A D | MachineOperand.cpp | 440 ModuleSlotTracker &MST) { in printIRBlockReference() 722 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() 1059 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
H A D | MachineBasicBlock.cpp | 285 ModuleSlotTracker MST(M); in print() local 290 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 102 ModuleSlotTracker &MST; member in llvm::MIPrinter 107 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter() 180 ModuleSlotTracker MST(MF.getFunction()->getParent()); in print() local 254 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert() 285 ModuleSlotTracker &MST, in convertStackObjects() 406 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert()
|
H A D | MachineInstr.cpp | 313 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() 1675 ModuleSlotTracker MST(M); in print() local 1679 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
H A D | MachineBasicBlock.cpp | 243 ModuleSlotTracker MST(M); in print() local 247 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | ValueTest.cpp | 135 ModuleSlotTracker MST(M.get()); in TEST() local 205 ModuleSlotTracker MST(M.get()); in TEST() local 233 ModuleSlotTracker MST(M.get()); in TEST() local
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 3322 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() 3396 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print() local 3400 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() 3455 ModuleSlotTracker &MST) { in printAsOperandImpl() 3479 ModuleSlotTracker MST(Machine, M); in printAsOperand() local 3493 ModuleSlotTracker &MST, const Module *M, in printMetadataImpl() 3513 ModuleSlotTracker MST(M, isa<MDNode>(this)); in printAsOperand() local 3517 void Metadata::printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST, in printAsOperand() 3524 ModuleSlotTracker MST(M, isa<MDNode>(this)); in print() local 3528 void Metadata::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 4628 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() 4702 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print() local 4706 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() 4767 ModuleSlotTracker &MST) { in printAsOperandImpl() 4789 ModuleSlotTracker MST(Machine, M); in printAsOperand() local 4860 ModuleSlotTracker &MST, const Module *M, in printMetadataImpl() 4885 ModuleSlotTracker MST(M, isa<MDNode>(this)); in printAsOperand() local 4889 void Metadata::printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST, in printAsOperand() 4896 ModuleSlotTracker MST(M, isa<MDNode>(this)); in print() local 4900 void Metadata::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() [all …]
|
H A D | SSAContext.cpp | 99 ModuleSlotTracker MST{BB->getParent()->getParent(), false}; in print() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 4249 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() 4323 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print() local 4327 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print() 4382 ModuleSlotTracker &MST) { in printAsOperandImpl() 4404 ModuleSlotTracker MST(Machine, M); in printAsOperand() local 4418 ModuleSlotTracker &MST, const Module *M, in printMetadataImpl() 4436 ModuleSlotTracker MST(M, isa<MDNode>(this)); in printAsOperand() local 4440 void Metadata::printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST, in printAsOperand() 4447 ModuleSlotTracker MST(M, isa<MDNode>(this)); in print() local 4451 void Metadata::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 706 static BasicBlock *getInstrBB(CFGMST<Edge, BBInfo> &MST, Edge &E, in getInstrBB() 751 static void dumpEdges(CFGMST<Edge, BBInfo> &MST, GCOVFunction &GF) { in dumpEdges() 820 CFGMST<Edge, BBInfo> MST(F, /*InstrumentFuncEntry_=*/false, BPI, BFI); in emitProfileNotes() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MIRFormatter.h | 54 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | MIRFormatter.h | 56 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | MaximumSpanningTree.h | 35 MaxSpanTree MST; variable
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | MaximumSpanningTree.h | 36 MaxSpanTree MST; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | MIRFormatter.h | 60 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | MIRFormatter.h | 60 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | MIRFormatter.h | 60 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | MIRFormatter.h | 60 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue()
|
/aosp_15_r20/external/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 1929 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks() local 1964 static void mapValueToSlot(const Value *V, ModuleSlotTracker &MST, in mapValueToSlot() 1975 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2Values() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 347 static void mapValueToSlot(const Value *V, ModuleSlotTracker &MST, in mapValueToSlot() 358 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2Values() local 3105 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks() local
|