Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMCTargetAsmParser.cpp22 MCSubtargetInfo &STICopy = getContext().getSubtargetCopy(getSTI()); in copySTI()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp177 OutStreamer->getContext().getSubtargetCopy(*TM.getMCSubtargetInfo()); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp50 OutStreamer->getContext().getSubtargetCopy(*TM.getMCSubtargetInfo()); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h682 MCSubtargetInfo &getSubtargetCopy(const MCSubtargetInfo &STI);
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp849 MCSubtargetInfo &MCContext::getSubtargetCopy(const MCSubtargetInfo &STI) { in getSubtargetCopy() function in MCContext