/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 140 ModuleSlotTracker &MST; global() member in llvm::MIPrinter 150 MIPrinter(raw_ostream & OS,ModuleSlotTracker & MST,const DenseMap<const uint32_t *,unsigned> & RegisterMaskIds,const DenseMap<int,FrameIndexOperand> & StackObjectOperandMapping) MIPrinter() argument 223 MachineModuleSlotTracker MST(&MF); print() local 295 printStackObjectDbgInfo(const MachineFunction::VariableDbgInfo & DebugVar,T & Object,ModuleSlotTracker & MST) printStackObjectDbgInfo() argument 349 convert(ModuleSlotTracker & MST,yaml::MachineFrameInfo & YamlMFI,const MachineFrameInfo & MFI) convert() argument 382 convertEntryValueObjects(yaml::MachineFunction & YMF,const MachineFunction & MF,ModuleSlotTracker & MST) convertEntryValueObjects() argument 395 convertStackObjects(yaml::MachineFunction & YMF,const MachineFunction & MF,ModuleSlotTracker & MST) convertStackObjects() argument 529 convertCallSiteObjects(yaml::MachineFunction & YMF,const MachineFunction & MF,ModuleSlotTracker & MST) convertCallSiteObjects() argument 563 convertMachineMetadataNodes(yaml::MachineFunction & YMF,const MachineFunction & MF,MachineModuleSlotTracker & MST) convertMachineMetadataNodes() argument 596 convert(ModuleSlotTracker & MST,yaml::MachineJumpTable & YamlJTI,const MachineJumpTableInfo & JTI) convert() argument 962 printIRValue(raw_ostream & OS,const Value & V,ModuleSlotTracker & MST) printIRValue() argument [all...] |
H A D | MachineOperand.cpp | 505 ModuleSlotTracker &MST) { in printIRBlockReference() argument 795 void MachineOperand::print(raw_ostream &OS, ModuleSlotTracker &MST, in print() argument 1137 print(raw_ostream & OS,ModuleSlotTracker & MST,SmallVectorImpl<StringRef> & SSNs,const LLVMContext & Context,const MachineFrameInfo * MFI,const TargetInstrInfo * TII) const print() argument [all...] |
H A D | MachineBasicBlock.cpp | 347 ModuleSlotTracker MST(M); print() local 352 print(raw_ostream & OS,ModuleSlotTracker & MST,const SlotIndexes * Indexes,bool IsStandalone) const print() argument
|
H A D | MachineInstr.cpp | 1614 ModuleSlotTracker MST(M); print() local 1620 print(raw_ostream & OS,ModuleSlotTracker & MST,bool IsStandalone,bool SkipOpers,bool SkipDebugLoc,bool AddNewLine,const TargetInstrInfo * TII) const print() argument [all...] |
H A D | MachineFunction.cpp | 632 ModuleSlotTracker MST(getFunction().getParent()); print() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MIRFormatter.h | 60 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | SSAContext.cpp | 93 ModuleSlotTracker MST{BB->getParent()->getParent(), false}; in print() local
|
H A D | AsmWriter.cpp | 4780 print(raw_ostream & ROS,ModuleSlotTracker & MST,bool IsForDebug) const print() argument 4849 ModuleSlotTracker MST(getModuleFromDPI(this), true); print() local 4855 ModuleSlotTracker MST(getModuleFromDPI(this), true); print() local 4859 print(raw_ostream & ROS,ModuleSlotTracker & MST,bool IsForDebug) const print() argument 4876 print(raw_ostream & ROS,ModuleSlotTracker & MST,bool IsForDebug) const print() argument 4901 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); print() local 4905 print(raw_ostream & ROS,ModuleSlotTracker & MST,bool IsForDebug) const print() argument 4966 printAsOperandImpl(const Value & V,raw_ostream & O,bool PrintType,ModuleSlotTracker & MST) printAsOperandImpl() argument 4988 ModuleSlotTracker MST(Machine, M); printAsOperand() local 5059 printMetadataImpl(raw_ostream & ROS,const Metadata & MD,ModuleSlotTracker & MST,const Module * M,bool OnlyAsOperand,bool PrintAsTree=false) printMetadataImpl() argument 5084 ModuleSlotTracker MST(M, isa<MDNode>(this)); printAsOperand() local 5088 printAsOperand(raw_ostream & OS,ModuleSlotTracker & MST,const Module * M) const printAsOperand() argument 5095 ModuleSlotTracker MST(M, isa<MDNode>(this)); print() local 5099 print(raw_ostream & OS,ModuleSlotTracker & MST,const Module * M,bool) const print() argument 5105 ModuleSlotTracker MST(M, true); printTree() local 5110 printTree(raw_ostream & OS,ModuleSlotTracker & MST,const Module * M) const printTree() argument [all...] |
H A D | Verifier.cpp | 140 ModuleSlotTracker MST; global() member
|
/freebsd-src/contrib/llvm-project/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
|
H A D | PGOInstrumentation.cpp | 531 CFGMST<Edge, BBInfo> MST; global() member in __anon44f3207d0111::FuncPGOInstrumentation [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 550 ModuleSlotTracker MST(M); printMemOperand() local
|
H A D | LegalizeVectorTypes.cpp | 6591 MaskedStoreSDNode *MST = cast<MaskedStoreSDNode>(N); WidenVecOp_MSTORE() local [all...] |
H A D | SelectionDAG.cpp | 865 const MaskedStoreSDNode *MST = cast<MaskedStoreSDNode>(N); AddNodeIDCustom() local
|
H A D | DAGCombiner.cpp | 11889 MaskedStoreSDNode *MST = cast<MaskedStoreSDNode>(N); visitMSTORE() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 343 static void mapValueToSlot(const Value *V, ModuleSlotTracker &MST, in mapValueToSlot() argument 354 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); in initSlots2Values() local 3550 ModuleSlotTracker MST(F.getParent(), /*ShouldInitializeAllMetadata=*/false); initSlots2BasicBlocks() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 21539 MaskedStoreSDNode *MST = cast<MaskedStoreSDNode>(N); performMSTORECombine() local [all...] |