Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCTargetAsmParser.cpp22 MCSubtargetInfo &MCTargetAsmParser::copySTI() { in copySTI() function in MCTargetAsmParser
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h352 MCSubtargetInfo &copySTI();
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp100 MCSubtargetInfo &STI = copySTI(); in setFeatureBits()
108 MCSubtargetInfo &STI = copySTI(); in clearFeatureBits()
123 copySTI().setFeatureBits(FeatureBits); in popFeatureBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp249 MCSubtargetInfo &STI = copySTI(); in setFeatureBits()
257 MCSubtargetInfo &STI = copySTI(); in clearFeatureBits()
277 copySTI().setFeatureBits(FeatureBits); in popFeatureBits()
3111 copySTI().setFeatureBits(OldFeatureBits); in parseDirectiveOption()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp470 MCSubtargetInfo &STI = copySTI(); in selectArch()
481 MCSubtargetInfo &STI = copySTI(); in setFeatureBits()
490 MCSubtargetInfo &STI = copySTI(); in clearFeatureBits()
7435 MCSubtargetInfo &STI = copySTI(); in parseSetPopDirective()
7520 MCSubtargetInfo &STI = copySTI(); in parseSetMips0Directive()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1399 MCSubtargetInfo &STI = copySTI(); in parseDirectiveMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp609 MCSubtargetInfo &STI = copySTI(); in SwitchMode()
11853 MCSubtargetInfo &STI = copySTI(); in parseDirectiveArch()
11974 MCSubtargetInfo &STI = copySTI(); in parseDirectiveCPU()
11993 MCSubtargetInfo &STI = copySTI(); in parseDirectiveFPU()
13024 MCSubtargetInfo &STI = copySTI(); in enableArchExtFeature()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7198 MCSubtargetInfo &STI = copySTI(); in parseDirectiveArch()
7260 MCSubtargetInfo &STI = copySTI(); in parseDirectiveArchExtension()
7295 MCSubtargetInfo &STI = copySTI(); in parseDirectiveCPU()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1460 copySTI().ToggleFeature("southern-islands"); in AMDGPUAsmParser()
1469 copySTI().ToggleFeature(AMDGPU::FeatureWavefrontSize32); in AMDGPUAsmParser()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1261 MCSubtargetInfo &STI = copySTI(); in SwitchMode()