Home
last modified time | relevance | path

Searched refs:getSubtargetCopy (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMCTargetAsmParser.cpp22 MCSubtargetInfo &STICopy = getContext().getSubtargetCopy(getSTI()); in copySTI()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp171 OutStreamer->getContext().getSubtargetCopy(*TM.getMCSubtargetInfo()); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h645 MCSubtargetInfo &getSubtargetCopy(const MCSubtargetInfo &STI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp784 MCSubtargetInfo &MCContext::getSubtargetCopy(const MCSubtargetInfo &STI) { in getSubtargetCopy() function in MCContext
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp324 OutContext.getSubtargetCopy(*STI), TM.Options.MCOptions); in doInitialization()