Home
last modified time | relevance | path

Searched refs:copySTI (Results 1 – 9 of 9) 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.h369 MCSubtargetInfo &copySTI();
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp240 MCSubtargetInfo &STI = copySTI(); in setFeatureBits()
248 MCSubtargetInfo &STI = copySTI(); in clearFeatureBits()
268 copySTI().setFeatureBits(FeatureBits); in popFeatureBits()
2908 copySTI().setFeatureBits(OldFeatureBits); in parseDirectiveOption()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp472 MCSubtargetInfo &STI = copySTI(); in selectArch()
483 MCSubtargetInfo &STI = copySTI(); in setFeatureBits()
492 MCSubtargetInfo &STI = copySTI(); in clearFeatureBits()
7441 MCSubtargetInfo &STI = copySTI(); in parseSetPopDirective()
7526 MCSubtargetInfo &STI = copySTI(); in parseSetMips0Directive()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1333 MCSubtargetInfo &STI = copySTI(); in ParseDirectiveMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6970 MCSubtargetInfo &STI = copySTI(); in parseDirectiveArch()
7020 MCSubtargetInfo &STI = copySTI(); in parseDirectiveArchExtension()
7067 MCSubtargetInfo &STI = copySTI(); in parseDirectiveCPU()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp606 MCSubtargetInfo &STI = copySTI(); in SwitchMode()
11795 MCSubtargetInfo &STI = copySTI(); in parseDirectiveArch()
11916 MCSubtargetInfo &STI = copySTI(); in parseDirectiveCPU()
11935 MCSubtargetInfo &STI = copySTI(); in parseDirectiveFPU()
12967 MCSubtargetInfo &STI = copySTI(); in enableArchExtFeature()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1406 copySTI().ToggleFeature("southern-islands"); in AMDGPUAsmParser()
1415 copySTI().ToggleFeature(AMDGPU::FeatureWavefrontSize32); in AMDGPUAsmParser()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1239 MCSubtargetInfo &STI = copySTI(); in SwitchMode()