Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRPrinter.cpp147 ModuleSlotTracker &MST; member in llvm::MIPrinter
157 MIPrinter(raw_ostream &OS, ModuleSlotTracker &MST, in MIPrinter()
218 ModuleSlotTracker MST(MF.getFunction().getParent()); in print() local
281 T &Object, ModuleSlotTracker &MST) { in printStackObjectDbgInfo()
335 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert()
368 ModuleSlotTracker &MST) { in convertStackObjects()
496 ModuleSlotTracker &MST) { in convertCallSiteObjects()
550 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert()
898 ModuleSlotTracker &MST) { in printIRValue()
H A DMachineOperand.cpp452 ModuleSlotTracker &MST) { in printIRBlockReference()
734 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
1069 void MachineMemOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
H A DMachineBasicBlock.cpp343 ModuleSlotTracker MST(M); in print() local
348 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
H A DMachineInstr.cpp1589 ModuleSlotTracker MST(M); in print() local
1595 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
H A DMachineFunction.cpp556 ModuleSlotTracker MST(getFunction().getParent()); in print() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h58 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h35 MaxSpanTree MST; variable
H A DGCOVProfiling.cpp756 static BasicBlock *getInstrBB(CFGMST<Edge, BBInfo> &MST, Edge &E, in getInstrBB()
801 static void dumpEdges(CFGMST<Edge, BBInfo> &MST, GCOVFunction &GF) { in dumpEdges()
865 CFGMST<Edge, BBInfo> MST(F, /*InstrumentFuncEntry_=*/false, BPI, BFI); in emitProfileNotes() local
H A DPGOInstrumentation.cpp586 CFGMST<Edge, BBInfo> MST; member in __anon333165960211::FuncPGOInstrumentation
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp4556 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
4630 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print() local
4634 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
4689 ModuleSlotTracker &MST) { in printAsOperandImpl()
4711 ModuleSlotTracker MST(Machine, M); in printAsOperand() local
4725 ModuleSlotTracker &MST, const Module *M, in printMetadataImpl()
4743 ModuleSlotTracker MST(M, isa<MDNode>(this)); in printAsOperand() local
4747 void Metadata::printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST, in printAsOperand()
4754 ModuleSlotTracker MST(M, isa<MDNode>(this)); in print() local
4758 void Metadata::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
H A DVerifier.cpp128 ModuleSlotTracker MST; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp515 ModuleSlotTracker MST(M); in printMemOperand() local
H A DLegalizeVectorTypes.cpp4895 MaskedStoreSDNode *MST = cast<MaskedStoreSDNode>(N); in WidenVecOp_MSTORE() local
H A DSelectionDAG.cpp693 const MaskedStoreSDNode *MST = cast<MaskedStoreSDNode>(N); in AddNodeIDCustom() local
H A DDAGCombiner.cpp9696 MaskedStoreSDNode *MST = cast<MaskedStoreSDNode>(N); in visitMSTORE() local
/netbsd-src/external/apache2/llvm/dist/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
3166 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks() local