Home
last modified time | relevance | path

Searched defs:MST (Results 1 – 25 of 50) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMIRPrinter.cpp137 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 DMachineOperand.cpp487 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 DMachineBasicBlock.cpp345 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 DMIRPrinter.cpp144 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 DMachineOperand.cpp440 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 DMachineBasicBlock.cpp285 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 DMIRPrinter.cpp102 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 DMachineInstr.cpp313 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 DMachineBasicBlock.cpp243 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 DValueTest.cpp135 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 DAsmWriter.cpp3322 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 DAsmWriter.cpp4628 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 DSSAContext.cpp99 ModuleSlotTracker MST{BB->getParent()->getParent(), false}; in print() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp4249 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 DGCOVProfiling.cpp706 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 DMIRFormatter.h54 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h56 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h35 MaxSpanTree MST; variable
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h36 MaxSpanTree MST; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DMIRFormatter.h60 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DMIRFormatter.h60 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DMIRFormatter.h60 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DMIRFormatter.h60 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue()
/aosp_15_r20/external/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1929 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 DMIParser.cpp347 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

12