Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCTargetAsmParser.cpp23 MCSubtargetInfo &STICopy = getContext().getSubtargetCopy(getSTI()); in copySTI()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYAsmPrinter.cpp50 OutStreamer->getContext().getSubtargetCopy(*TM.getMCSubtargetInfo()); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h655 MCSubtargetInfo &getSubtargetCopy(const MCSubtargetInfo &STI);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp887 MCSubtargetInfo &MCContext::getSubtargetCopy(const MCSubtargetInfo &STI) { in getSubtargetCopy() function in MCContext
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp52 MCSubtargetInfo &STICopy = Ctx.getSubtargetCopy(STI); in addDefaultWaveSize()