Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DMCTargetAsmParser.cpp25 MCSubtargetInfo &STICopy = getContext().getSubtargetCopy(getSTI()); in copySTI()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DMCTargetAsmParser.cpp23 MCSubtargetInfo &STICopy = getContext().getSubtargetCopy(getSTI()); in copySTI()
/external/llvm/include/llvm/MC/
DMCContext.h421 MCSubtargetInfo &getSubtargetCopy(const MCSubtargetInfo &STI);
/external/llvm/lib/MC/
DMCContext.cpp456 MCSubtargetInfo &MCContext::getSubtargetCopy(const MCSubtargetInfo &STI) { in getSubtargetCopy() function in MCContext
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCContext.h481 MCSubtargetInfo &getSubtargetCopy(const MCSubtargetInfo &STI);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCContext.cpp534 MCSubtargetInfo &MCContext::getSubtargetCopy(const MCSubtargetInfo &STI) { in getSubtargetCopy() function in MCContext
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp246 OutContext.getSubtargetCopy(*STI), TM.Options.MCOptions); in doInitialization()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp292 OutContext.getSubtargetCopy(*STI), TM.Options.MCOptions); in doInitialization()