Home
last modified time | relevance | path

Searched refs:RegisterMCAsmParser (Results 1 – 21 of 21) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp533 RegisterMCAsmParser<BPFAsmParser> X(getTheBPFTarget()); in LLVMInitializeBPFAsmParser()
534 RegisterMCAsmParser<BPFAsmParser> Y(getTheBPFleTarget()); in LLVMInitializeBPFAsmParser()
535 RegisterMCAsmParser<BPFAsmParser> Z(getTheBPFbeTarget()); in LLVMInitializeBPFAsmParser()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h962 static void RegisterMCAsmParser(Target &T, Target::MCAsmParserCtorTy Fn) { in RegisterMCAsmParser() function
1416 template <class MCAsmParserImpl> struct RegisterMCAsmParser { struct
1417 RegisterMCAsmParser(Target &T) { in RegisterMCAsmParser() function
1418 TargetRegistry::RegisterMCAsmParser(T, &Allocator); in RegisterMCAsmParser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1877 RegisterMCAsmParser<PPCAsmParser> A(getThePPC32Target()); in LLVMInitializePowerPCAsmParser()
1878 RegisterMCAsmParser<PPCAsmParser> B(getThePPC32LETarget()); in LLVMInitializePowerPCAsmParser()
1879 RegisterMCAsmParser<PPCAsmParser> C(getThePPC64Target()); in LLVMInitializePowerPCAsmParser()
1880 RegisterMCAsmParser<PPCAsmParser> D(getThePPC64LETarget()); in LLVMInitializePowerPCAsmParser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1160 RegisterMCAsmParser<WebAssemblyAsmParser> X(getTheWebAssemblyTarget32()); in LLVMInitializeWebAssemblyAsmParser()
1161 RegisterMCAsmParser<WebAssemblyAsmParser> Y(getTheWebAssemblyTarget64()); in LLVMInitializeWebAssemblyAsmParser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1735 RegisterMCAsmParser<SparcAsmParser> A(getTheSparcTarget()); in LLVMInitializeSparcAsmParser()
1736 RegisterMCAsmParser<SparcAsmParser> B(getTheSparcV9Target()); in LLVMInitializeSparcAsmParser()
1737 RegisterMCAsmParser<SparcAsmParser> C(getTheSparcelTarget()); in LLVMInitializeSparcAsmParser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp691 RegisterMCAsmParser<XtensaAsmParser> X(getTheXtensaTarget()); in LLVMInitializeXtensaAsmParser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp541 RegisterMCAsmParser<MSP430AsmParser> X(getTheMSP430Target()); in LLVMInitializeMSP430AsmParser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp1526 RegisterMCAsmParser<LoongArchAsmParser> X(getTheLoongArch32Target()); in LLVMInitializeLoongArchAsmParser()
1527 RegisterMCAsmParser<LoongArchAsmParser> Y(getTheLoongArch64Target()); in LLVMInitializeLoongArchAsmParser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp731 RegisterMCAsmParser<AVRAsmParser> X(getTheAVRTarget()); in LLVMInitializeAVRAsmParser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp227 RegisterMCAsmParser<M68kAsmParser> X(getTheM68kTarget()); in LLVMInitializeM68kAsmParser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp1237 RegisterMCAsmParser<LanaiAsmParser> x(getTheLanaiTarget()); in LLVMInitializeLanaiAsmParser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7700 RegisterMCAsmParser<AArch64AsmParser> X(getTheAArch64leTarget()); in LLVMInitializeAArch64AsmParser()
7701 RegisterMCAsmParser<AArch64AsmParser> Y(getTheAArch64beTarget()); in LLVMInitializeAArch64AsmParser()
7702 RegisterMCAsmParser<AArch64AsmParser> Z(getTheARM64Target()); in LLVMInitializeAArch64AsmParser()
7703 RegisterMCAsmParser<AArch64AsmParser> W(getTheARM64_32Target()); in LLVMInitializeAArch64AsmParser()
7704 RegisterMCAsmParser<AArch64AsmParser> V(getTheAArch64_32Target()); in LLVMInitializeAArch64AsmParser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp1549 RegisterMCAsmParser<VEAsmParser> A(getTheVETarget()); in LLVMInitializeVEAsmParser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1708 RegisterMCAsmParser<SystemZAsmParser> X(getTheSystemZTarget()); in LLVMInitializeSystemZAsmParser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1663 RegisterMCAsmParser<CSKYAsmParser> X(getTheCSKYTarget()); in LLVMInitializeCSKYAsmParser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp3680 RegisterMCAsmParser<RISCVAsmParser> X(getTheRISCV32Target()); in LLVMInitializeRISCVAsmParser()
3681 RegisterMCAsmParser<RISCVAsmParser> Y(getTheRISCV64Target()); in LLVMInitializeRISCVAsmParser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp8964 RegisterMCAsmParser<MipsAsmParser> X(getTheMipsTarget()); in LLVMInitializeMipsAsmParser()
8965 RegisterMCAsmParser<MipsAsmParser> Y(getTheMipselTarget()); in LLVMInitializeMipsAsmParser()
8966 RegisterMCAsmParser<MipsAsmParser> A(getTheMips64Target()); in LLVMInitializeMipsAsmParser()
8967 RegisterMCAsmParser<MipsAsmParser> B(getTheMips64elTarget()); in LLVMInitializeMipsAsmParser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4874 RegisterMCAsmParser<X86AsmParser> X(getTheX86_32Target()); in LLVMInitializeX86AsmParser()
4875 RegisterMCAsmParser<X86AsmParser> Y(getTheX86_64Target()); in LLVMInitializeX86AsmParser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp824 RegisterMCAsmParser<HexagonAsmParser> X(getTheHexagonTarget()); in LLVMInitializeHexagonAsmParser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp12413 RegisterMCAsmParser<ARMAsmParser> X(getTheARMLETarget()); in LLVMInitializeARMAsmParser()
12414 RegisterMCAsmParser<ARMAsmParser> Y(getTheARMBETarget()); in LLVMInitializeARMAsmParser()
12415 RegisterMCAsmParser<ARMAsmParser> A(getTheThumbLETarget()); in LLVMInitializeARMAsmParser()
12416 RegisterMCAsmParser<ARMAsmParser> B(getTheThumbBETarget()); in LLVMInitializeARMAsmParser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp9212 RegisterMCAsmParser<AMDGPUAsmParser> A(getTheR600Target()); in LLVMInitializeAMDGPUAsmParser()
9213 RegisterMCAsmParser<AMDGPUAsmParser> B(getTheGCNTarget()); in LLVMInitializeAMDGPUAsmParser()