Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp140 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 DMachineOperand.cpp505 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 DMachineBasicBlock.cpp347 ModuleSlotTracker MST(M); print() local
352 print(raw_ostream & OS,ModuleSlotTracker & MST,const SlotIndexes * Indexes,bool IsStandalone) const print() argument
H A DMachineInstr.cpp1614 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 DMachineFunction.cpp632 ModuleSlotTracker MST(getFunction().getParent()); print() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h60 printCustomPseudoSourceValue(raw_ostream &OS, ModuleSlotTracker &MST, in printCustomPseudoSourceValue() argument
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DSSAContext.cpp93 ModuleSlotTracker MST{BB->getParent()->getParent(), false}; in print() local
H A DAsmWriter.cpp4780 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 DVerifier.cpp140 ModuleSlotTracker MST; global() member
/freebsd-src/contrib/llvm-project/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
H A DPGOInstrumentation.cpp531 CFGMST<Edge, BBInfo> MST; global() member in __anon44f3207d0111::FuncPGOInstrumentation
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp550 ModuleSlotTracker MST(M); printMemOperand() local
H A DLegalizeVectorTypes.cpp6591 MaskedStoreSDNode *MST = cast<MaskedStoreSDNode>(N); WidenVecOp_MSTORE() local
[all...]
H A DSelectionDAG.cpp865 const MaskedStoreSDNode *MST = cast<MaskedStoreSDNode>(N); AddNodeIDCustom() local
H A DDAGCombiner.cpp11889 MaskedStoreSDNode *MST = cast<MaskedStoreSDNode>(N); visitMSTORE() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp343 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 DAArch64ISelLowering.cpp21539 MaskedStoreSDNode *MST = cast<MaskedStoreSDNode>(N); performMSTORECombine() local
[all...]