/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
H A D | DWARFEmitterImpl.cpp |
|
H A D | DWARFEmitterImpl.h |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFEmitterImpl.cpp | 51 MSTI.reset(TheTarget->createMCSubtargetInfo(TripleName, "", "")); in init() 52 if (!MSTI) in init() 57 MC.reset(new MCContext(TheTriple, MAI.get(), MRI.get(), MSTI.get(), nullptr, in init() 62 MAB = TheTarget->createMCAsmBackend(*MSTI, *MRI, MCOptions); in init() 94 *MSTI); in init()
|
H A D | DebugLineSectionEmitter.h | 88 MSTI.reset(TheTarget->createMCSubtargetInfo(TripleName, "", "")); in init() 89 if (!MSTI) in init() 94 MC.reset(new MCContext(TheTriple, MAI.get(), MRI.get(), MSTI.get(), nullptr, in init() 425 std::unique_ptr<MCSubtargetInfo> MSTI; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/ |
H A D | llvm-dwp.cpp | 230 std::unique_ptr<MCSubtargetInfo> MSTI( in llvm_dwp_main() local 232 if (!MSTI) in llvm_dwp_main() 235 MCContext MC(*ErrOrTriple, MAI.get(), MRI.get(), MSTI.get()); in llvm_dwp_main() 241 auto MAB = TheTarget->createMCAsmBackend(*MSTI, *MRI, Options); in llvm_dwp_main() 270 *MSTI)); in llvm_dwp_main()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCContext.h | 129 const MCSubtargetInfo *MSTI = nullptr; variable 386 const MCRegisterInfo *MRI, const MCSubtargetInfo *MSTI, 418 const MCSubtargetInfo *getSubtargetInfo() const { return MSTI; } in getSubtargetInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 72 MSTI.reset(TheTarget->createMCSubtargetInfo(TripleName, "", "")); in init() 73 if (!MSTI) in init() 78 MC.reset(new MCContext(TheTriple, MAI.get(), MRI.get(), MSTI.get(), nullptr, in init() 83 MAB = TheTarget->createMCAsmBackend(*MSTI, *MRI, MCOptions); in init() 115 *MSTI); in init()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFStreamer.h |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFStreamer.h | 284 std::unique_ptr<MCSubtargetInfo> MSTI; variable
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCContext.cpp | 73 MAI(mai), MRI(mri), MSTI(msti), Symbols(Allocator), in MCContext()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 1218 MCSubtargetInfo const *MSTI = nullptr; member in __anon6862249c0111::KernelScopeInfo 1237 int totalVGPR = getTotalNumVGPRs(isGFX90A(*MSTI), AgprIndexUnusedMin, in usesVgprAt() 1246 if (!hasMAIInsts(*MSTI)) in usesAgprAt() 1259 int totalVGPR = getTotalNumVGPRs(isGFX90A(*MSTI), AgprIndexUnusedMin, in usesAgprAt() 1271 MSTI = Ctx->getSubtargetInfo(); in initialize() 1275 if (hasMAIInsts(*MSTI)) { in initialize()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 727 ModuloScheduleTestAnnotater MSTI(MF, MS); in schedule() local 728 MSTI.annotate(); in schedule()
|
/freebsd/share/misc/ |
H A D | pci_vendors | 23855 # IGP = on-chip integrated in the MSTI-PMX-1000 (Vortex86MX). 23879 # Found in MSTI-PMX-1000 (Vortex86MX) SoC.
|