Home
last modified time | relevance | path

Searched refs:MSTI (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp165 std::unique_ptr<MCSubtargetInfo> MSTI( in main() local
167 if (!MSTI) in main()
170 MCContext MC(*ErrOrTriple, MAI.get(), MRI.get(), MSTI.get()); in main()
176 auto MAB = TheTarget->createMCAsmBackend(*MSTI, *MRI, Options); in main()
204 MAB->createObjectWriter(*OS), std::unique_ptr<MCCodeEmitter>(MCE), *MSTI, in main()
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp55 MSTI.reset(TheTarget->createMCSubtargetInfo(TripleName, "", "")); in init()
56 if (!MSTI) in init()
59 MC.reset(new MCContext(TheTriple, MAI.get(), MRI.get(), MSTI.get(), nullptr, in init()
64 MAB = TheTarget->createMCAsmBackend(*MSTI, *MRI, MCOptions); in init()
90 *MSTI, MCOptions.MCRelaxAll, MCOptions.MCIncrementalLinkerCompatible, in init()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h122 const MCSubtargetInfo *MSTI; variable
420 const MCRegisterInfo *MRI, const MCSubtargetInfo *MSTI,
452 const MCSubtargetInfo *getSubtargetInfo() const { return MSTI; } in getSubtargetInfo()
/openbsd/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h203 std::unique_ptr<MCSubtargetInfo> MSTI; variable
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp73 MAI(mai), MRI(mri), MSTI(msti), Symbols(Allocator), UsedNames(Allocator), in MCContext()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1169 MCSubtargetInfo const *MSTI = nullptr; member in __anon1b27f7090111::KernelScopeInfo
1188 int totalVGPR = getTotalNumVGPRs(isGFX90A(*MSTI), AgprIndexUnusedMin, in usesVgprAt()
1197 if (!hasMAIInsts(*MSTI)) in usesAgprAt()
1210 int totalVGPR = getTotalNumVGPRs(isGFX90A(*MSTI), AgprIndexUnusedMin, in usesAgprAt()
1222 MSTI = Ctx->getSubtargetInfo(); in initialize()
1226 if (hasMAIInsts(*MSTI)) { in initialize()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp654 ModuloScheduleTestAnnotater MSTI(MF, MS); in schedule() local
655 MSTI.annotate(); in schedule()