/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 147 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 D | MachineOperand.cpp | 452 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 D | MachineBasicBlock.cpp | 343 ModuleSlotTracker MST(M); in print() local 348 void MachineBasicBlock::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
H A D | MachineInstr.cpp | 1589 ModuleSlotTracker MST(M); in print() local 1595 void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
|
H A D | MachineFunction.cpp | 556 ModuleSlotTracker MST(getFunction().getParent()); in print() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MIRFormatter.h | 58 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | MaximumSpanningTree.h | 35 MaxSpanTree MST; variable
|
H A D | GCOVProfiling.cpp | 756 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 D | PGOInstrumentation.cpp | 586 CFGMST<Edge, BBInfo> MST; member in __anon333165960211::FuncPGOInstrumentation
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 4556 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 D | Verifier.cpp | 128 ModuleSlotTracker MST; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 515 ModuleSlotTracker MST(M); in printMemOperand() local
|
H A D | LegalizeVectorTypes.cpp | 4895 MaskedStoreSDNode *MST = cast<MaskedStoreSDNode>(N); in WidenVecOp_MSTORE() local
|
H A D | SelectionDAG.cpp | 693 const MaskedStoreSDNode *MST = cast<MaskedStoreSDNode>(N); in AddNodeIDCustom() local
|
H A D | DAGCombiner.cpp | 9696 MaskedStoreSDNode *MST = cast<MaskedStoreSDNode>(N); in visitMSTORE() local
|
/netbsd-src/external/apache2/llvm/dist/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 3166 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2BasicBlocks() local
|