Home
last modified time | relevance | path

Searched refs:copySTI (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMCTargetAsmParser.cpp21 MCSubtargetInfo &MCTargetAsmParser::copySTI() { in copySTI() function in MCTargetAsmParser
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h332 MCSubtargetInfo &copySTI();
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp184 MCSubtargetInfo &STI = copySTI(); in setFeatureBits()
196 MCSubtargetInfo &STI = copySTI(); in clearFeatureBits()
216 copySTI().setFeatureBits(FeatureBits); in popFeatureBits()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1356 MCSubtargetInfo &STI = copySTI(); in ParseDirectiveMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp479 MCSubtargetInfo &STI = copySTI(); in selectArch()
490 MCSubtargetInfo &STI = copySTI(); in setFeatureBits()
499 MCSubtargetInfo &STI = copySTI(); in clearFeatureBits()
7435 MCSubtargetInfo &STI = copySTI(); in parseSetPopDirective()
7520 MCSubtargetInfo &STI = copySTI(); in parseSetMips0Directive()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6896 MCSubtargetInfo &STI = copySTI(); in parseDirectiveArch()
6950 MCSubtargetInfo &STI = copySTI(); in parseDirectiveArchExtension()
6997 MCSubtargetInfo &STI = copySTI(); in parseDirectiveCPU()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp602 MCSubtargetInfo &STI = copySTI(); in SwitchMode()
11383 MCSubtargetInfo &STI = copySTI(); in parseDirectiveArch()
11504 MCSubtargetInfo &STI = copySTI(); in parseDirectiveCPU()
11523 MCSubtargetInfo &STI = copySTI(); in parseDirectiveFPU()
12542 MCSubtargetInfo &STI = copySTI(); in enableArchExtFeature()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1224 MCSubtargetInfo &STI = copySTI(); in SwitchMode()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1364 copySTI().ToggleFeature("southern-islands"); in AMDGPUAsmParser()