reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/MC/MCParser/MCTargetAsmParser.h
  335   MCSubtargetInfo &copySTI();

References

lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
 5123   MCSubtargetInfo &STI = copySTI();
 5178   MCSubtargetInfo &STI = copySTI();
 5226   MCSubtargetInfo &STI = copySTI();
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 1111       copySTI().ToggleFeature("southern-islands");
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  529     MCSubtargetInfo &STI = copySTI();
10792   MCSubtargetInfo &STI = copySTI();
10903   MCSubtargetInfo &STI = copySTI();
10922   MCSubtargetInfo &STI = copySTI();
11787     MCSubtargetInfo &STI = copySTI();
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  450     MCSubtargetInfo &STI = copySTI();
  461       MCSubtargetInfo &STI = copySTI();
  470       MCSubtargetInfo &STI = copySTI();
 7031   MCSubtargetInfo &STI = copySTI();
 7116   MCSubtargetInfo &STI = copySTI();
lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
  143       MCSubtargetInfo &STI = copySTI();
  151       MCSubtargetInfo &STI = copySTI();
  166     copySTI().setFeatureBits(FeatureBits);
lib/Target/X86/AsmParser/X86AsmParser.cpp
  934     MCSubtargetInfo &STI = copySTI();