Home
last modified time | relevance | path

Searched refs:emitAttribute (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp105 void ARMTargetStreamer::emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute() function in ARMTargetStreamer
198 emitAttribute(ARMBuildAttrs::CPU_arch, getArchForCPU(STI)); in emitTargetAttributes()
201 emitAttribute(ARMBuildAttrs::CPU_arch_profile, in emitTargetAttributes()
204 emitAttribute(ARMBuildAttrs::CPU_arch_profile, in emitTargetAttributes()
207 emitAttribute(ARMBuildAttrs::CPU_arch_profile, in emitTargetAttributes()
211 emitAttribute(ARMBuildAttrs::ARM_ISA_use, STI.hasFeature(ARM::FeatureNoARM) in emitTargetAttributes()
216 emitAttribute(ARMBuildAttrs::THUMB_ISA_use, in emitTargetAttributes()
219 emitAttribute(ARMBuildAttrs::THUMB_ISA_use, in emitTargetAttributes()
222 emitAttribute(ARMBuildAttrs::THUMB_ISA_use, ARMBuildAttrs::Allowed); in emitTargetAttributes()
240 emitAttribute(ARMBuildAttrs::Advanced_SIMD_arch, in emitTargetAttributes()
[all …]
H A DARMELFStreamer.cpp91 void emitAttribute(unsigned Attribute, unsigned Value) override;
191 void ARMTargetAsmStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute() function in __anonf150d5940111::ARMTargetAsmStreamer
434 void emitAttribute(unsigned Attribute, unsigned Value) override;
796 void ARMTargetELFStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute() function in ARMTargetELFStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.cpp73 void CSKYTargetELFStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute() function in CSKYTargetELFStreamer
268 emitAttribute(CSKYAttrs::CSKY_ISA_FLAGS, ISAFlag); in emitTargetAttributes()
286 emitAttribute(CSKYAttrs::CSKY_ISA_EXT_FLAGS, ISAExtFlag); in emitTargetAttributes()
289 emitAttribute(CSKYAttrs::CSKY_DSP_VERSION, in emitTargetAttributes()
292 emitAttribute(CSKYAttrs::CSKY_DSP_VERSION, CSKYAttrs::DSP_VERSION_2); in emitTargetAttributes()
295 emitAttribute(CSKYAttrs::CSKY_VDSP_VERSION, CSKYAttrs::VDSP_VERSION_2); in emitTargetAttributes()
299 emitAttribute(CSKYAttrs::CSKY_FPU_VERSION, CSKYAttrs::FPU_VERSION_2); in emitTargetAttributes()
303 emitAttribute(CSKYAttrs::CSKY_FPU_VERSION, CSKYAttrs::FPU_VERSION_3); in emitTargetAttributes()
313 emitAttribute(CSKYAttrs::CSKY_FPU_ABI, CSKYAttrs::FPU_ABI_HARD); in emitTargetAttributes()
315 emitAttribute(CSKYAttrs::CSKY_FPU_ABI, CSKYAttrs::FPU_ABI_SOFTFP); in emitTargetAttributes()
[all …]
H A DCSKYTargetStreamer.h63 virtual void emitAttribute(unsigned Attribute, unsigned Value);
99 void emitAttribute(unsigned Attribute, unsigned Value) override;
H A DCSKYTargetStreamer.cpp129 void CSKYTargetStreamer::emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute() function in CSKYTargetStreamer
134 void CSKYTargetAsmStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute() function in CSKYTargetAsmStreamer
H A DCSKYELFStreamer.h89 void emitAttribute(unsigned Attribute, unsigned Value) override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp200 emitAttribute(HexagonAttrs::ARCH, Arch); in emitTargetAttributes()
202 emitAttribute(HexagonAttrs::HVXARCH, featureToArchVersion(*HVXArch)); in emitTargetAttributes()
204 emitAttribute(HexagonAttrs::HVXIEEEFP, 1); in emitTargetAttributes()
206 emitAttribute(HexagonAttrs::HVXQFLOAT, 1); in emitTargetAttributes()
208 emitAttribute(HexagonAttrs::ZREG, 1); in emitTargetAttributes()
210 emitAttribute(HexagonAttrs::AUDIO, 1); in emitTargetAttributes()
212 emitAttribute(HexagonAttrs::CABAC, 1); in emitTargetAttributes()
H A DHexagonTargetStreamer.h31 virtual void emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute() function
H A DHexagonMCTargetDesc.cpp300 void emitAttribute(unsigned Attribute, unsigned Value) override { in emitAttribute() function in __anon9dcc64640311::HexagonTargetAsmStreamer
356 void emitAttribute(uint32_t Attribute, uint32_t Value) override { in emitAttribute() function in __anon9dcc64640311::HexagonTargetELFStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp171 void emitAttribute(StringRef VendorName, unsigned Tag, unsigned Value, in emitAttribute() function in __anoneb8230060111::AArch64TargetAsmStreamer
187 AArch64TargetStreamer::emitAttribute(VendorName, Tag, Value, ""); in emitAttribute()
191 AArch64TargetStreamer::emitAttribute(VendorName, Tag, unsigned(-1), in emitAttribute()
202 AArch64TargetStreamer::emitAttribute(VendorName, Tag, Value, ""); in emitAttribute()
209 AArch64TargetStreamer::emitAttribute(VendorName, Tag, Value, ""); in emitAttribute()
220 AArch64TargetStreamer::emitAttribute(VendorName, Tag, Value, ""); in emitAttribute()
226 AArch64TargetStreamer::emitAttribute(VendorName, Tag, Value, ""); in emitAttribute()
443 void AArch64TargetELFStreamer::emitAttribute(StringRef VendorName, unsigned Tag, in emitAttribute() function in AArch64TargetELFStreamer
447 AArch64TargetStreamer::emitAttribute(VendorName, Tag, Value, ""); in emitAttribute()
449 AArch64TargetStreamer::emitAttribute(VendorName, Tag, unsigned(-1), String); in emitAttribute()
H A DAArch64TargetStreamer.h108 virtual void emitAttribute(StringRef VendorName, unsigned Tag, unsigned Value,
136 void emitAttribute(StringRef VendorName, unsigned Tag, unsigned Value,
H A DAArch64TargetStreamer.cpp196 void AArch64TargetStreamer::emitAttribute(StringRef VendorName, unsigned Tag, in emitAttribute() function in AArch64TargetStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp600 ATS.emitAttribute(ARMBuildAttrs::ABI_optimization_goals, OptimizationGoals); in emitEndOfAsmFile()
665 ATS.emitAttribute(ARMBuildAttrs::ABI_PCS_RW_data, in emitAttributes()
669 ATS.emitAttribute(ARMBuildAttrs::ABI_PCS_RW_data, in emitAttributes()
675 ATS.emitAttribute(ARMBuildAttrs::ABI_PCS_RO_data, in emitAttributes()
681 ATS.emitAttribute(ARMBuildAttrs::ABI_PCS_GOT_use, in emitAttributes()
684 ATS.emitAttribute(ARMBuildAttrs::ABI_PCS_GOT_use, in emitAttributes()
691 ATS.emitAttribute(ARMBuildAttrs::ABI_FP_denormal, in emitAttributes()
696 ATS.emitAttribute(ARMBuildAttrs::ABI_FP_denormal, in emitAttributes()
699 ATS.emitAttribute(ARMBuildAttrs::ABI_FP_denormal, in emitAttributes()
710 ATS.emitAttribute(ARMBuildAttrs::ABI_FP_denormal, in emitAttributes()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.cpp56 void RISCVTargetStreamer::emitAttribute(unsigned Attribute, unsigned Value) {} in emitAttribute() function in RISCVTargetStreamer
132 emitAttribute(RISCVAttrs::STACK_ALIGN, StackAlign); in emitTargetAttributes()
152 emitAttribute(RISCVAttrs::ATOMIC_ABI, AtomicABITag); in emitTargetAttributes()
225 void RISCVTargetAsmStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute() function in RISCVTargetAsmStreamer
H A DRISCVTargetStreamer.h56 virtual void emitAttribute(unsigned Attribute, unsigned Value);
76 void emitAttribute(unsigned Attribute, unsigned Value) override;
H A DRISCVELFStreamer.h47 void emitAttribute(unsigned Attribute, unsigned Value) override;
H A DRISCVELFStreamer.cpp54 void RISCVTargetELFStreamer::emitAttribute(unsigned Attribute, unsigned Value) { in emitAttribute() function in RISCVTargetELFStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp480 TS->emitAttribute(AArch64BuildAttributes::getVendorName( in emitAttributes()
484 TS->emitAttribute(AArch64BuildAttributes::getVendorName( in emitAttributes()
503 TS->emitAttribute(AArch64BuildAttributes::getVendorName( in emitAttributes()
506 TS->emitAttribute(AArch64BuildAttributes::getVendorName( in emitAttributes()
509 TS->emitAttribute(AArch64BuildAttributes::getVendorName( in emitAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h157 virtual void emitAttribute(unsigned Attribute, unsigned Value);
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1598 getTargetStreamer().emitAttribute(Tag, IntegerValue); in parseDirectiveAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp711 getTargetStreamer().emitAttribute(Tag, IntegerValue); in parseDirectiveAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3295 getTargetStreamer().emitAttribute(Tag, IntegerValue); in parseDirectiveAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp8160 getTargetStreamer().emitAttribute(ActiveSubsectionName, Tag, ValueInt, ""); in parseDirectiveAeabiAArch64Attr()
8163 getTargetStreamer().emitAttribute(ActiveSubsectionName, Tag, unsigned(-1), in parseDirectiveAeabiAArch64Attr()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11956 getTargetStreamer().emitAttribute(Tag, IntegerValue); in parseDirectiveEabiAttr()