| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/ |
| H A D | BPFAsmParser.cpp | 507 RegisterMCAsmParser<BPFAsmParser> X(getTheBPFTarget()); in LLVMInitializeBPFAsmParser() 508 RegisterMCAsmParser<BPFAsmParser> Y(getTheBPFleTarget()); in LLVMInitializeBPFAsmParser() 509 RegisterMCAsmParser<BPFAsmParser> Z(getTheBPFbeTarget()); in LLVMInitializeBPFAsmParser()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TargetRegistry.h | 842 static void RegisterMCAsmParser(Target &T, Target::MCAsmParserCtorTy Fn) { in RegisterMCAsmParser() function 1241 template <class MCAsmParserImpl> struct RegisterMCAsmParser { struct 1242 RegisterMCAsmParser(Target &T) { in RegisterMCAsmParser() argument 1243 TargetRegistry::RegisterMCAsmParser(T, &Allocator); in RegisterMCAsmParser()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 1716 RegisterMCAsmParser<PPCAsmParser> A(getThePPC32Target()); in LLVMInitializePowerPCAsmParser() 1717 RegisterMCAsmParser<PPCAsmParser> B(getThePPC32LETarget()); in LLVMInitializePowerPCAsmParser() 1718 RegisterMCAsmParser<PPCAsmParser> C(getThePPC64Target()); in LLVMInitializePowerPCAsmParser() 1719 RegisterMCAsmParser<PPCAsmParser> D(getThePPC64LETarget()); in LLVMInitializePowerPCAsmParser()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
| H A D | SparcAsmParser.cpp | 1429 RegisterMCAsmParser<SparcAsmParser> A(getTheSparcTarget()); in LLVMInitializeSparcAsmParser() 1430 RegisterMCAsmParser<SparcAsmParser> B(getTheSparcV9Target()); in LLVMInitializeSparcAsmParser() 1431 RegisterMCAsmParser<SparcAsmParser> C(getTheSparcelTarget()); in LLVMInitializeSparcAsmParser()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 1136 RegisterMCAsmParser<WebAssemblyAsmParser> X(getTheWebAssemblyTarget32()); in LLVMInitializeWebAssemblyAsmParser() 1137 RegisterMCAsmParser<WebAssemblyAsmParser> Y(getTheWebAssemblyTarget64()); in LLVMInitializeWebAssemblyAsmParser()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 549 RegisterMCAsmParser<MSP430AsmParser> X(getTheMSP430Target()); in LLVMInitializeMSP430AsmParser()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 651 RegisterMCAsmParser<CSKYAsmParser> X(getTheCSKYTarget()); in LLVMInitializeCSKYAsmParser()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
| H A D | AVRAsmParser.cpp | 705 RegisterMCAsmParser<AVRAsmParser> X(getTheAVRTarget()); in LLVMInitializeAVRAsmParser()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/ |
| H A D | M68kAsmParser.cpp | 207 RegisterMCAsmParser<M68kAsmParser> X(getTheM68kTarget()); in LLVMInitializeM68kAsmParser()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 1252 RegisterMCAsmParser<LanaiAsmParser> x(getTheLanaiTarget()); in LLVMInitializeLanaiAsmParser()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 2706 RegisterMCAsmParser<RISCVAsmParser> X(getTheRISCV32Target()); in LLVMInitializeRISCVAsmParser() 2707 RegisterMCAsmParser<RISCVAsmParser> Y(getTheRISCV64Target()); in LLVMInitializeRISCVAsmParser()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 6656 RegisterMCAsmParser<AArch64AsmParser> X(getTheAArch64leTarget()); in LLVMInitializeAArch64AsmParser() 6657 RegisterMCAsmParser<AArch64AsmParser> Y(getTheAArch64beTarget()); in LLVMInitializeAArch64AsmParser() 6658 RegisterMCAsmParser<AArch64AsmParser> Z(getTheARM64Target()); in LLVMInitializeAArch64AsmParser() 6659 RegisterMCAsmParser<AArch64AsmParser> W(getTheARM64_32Target()); in LLVMInitializeAArch64AsmParser() 6660 RegisterMCAsmParser<AArch64AsmParser> V(getTheAArch64_32Target()); in LLVMInitializeAArch64AsmParser()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 1692 RegisterMCAsmParser<SystemZAsmParser> X(getTheSystemZTarget()); in LLVMInitializeSystemZAsmParser()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
| H A D | VEAsmParser.cpp | 1510 RegisterMCAsmParser<VEAsmParser> A(getTheVETarget()); in LLVMInitializeVEAsmParser()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 8900 RegisterMCAsmParser<MipsAsmParser> X(getTheMipsTarget()); in LLVMInitializeMipsAsmParser() 8901 RegisterMCAsmParser<MipsAsmParser> Y(getTheMipselTarget()); in LLVMInitializeMipsAsmParser() 8902 RegisterMCAsmParser<MipsAsmParser> A(getTheMips64Target()); in LLVMInitializeMipsAsmParser() 8903 RegisterMCAsmParser<MipsAsmParser> B(getTheMips64elTarget()); in LLVMInitializeMipsAsmParser()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 4974 RegisterMCAsmParser<X86AsmParser> X(getTheX86_32Target()); in LLVMInitializeX86AsmParser() 4975 RegisterMCAsmParser<X86AsmParser> Y(getTheX86_64Target()); in LLVMInitializeX86AsmParser()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 827 RegisterMCAsmParser<HexagonAsmParser> X(getTheHexagonTarget()); in LLVMInitializeHexagonAsmParser()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 12019 RegisterMCAsmParser<ARMAsmParser> X(getTheARMLETarget()); in LLVMInitializeARMAsmParser() 12020 RegisterMCAsmParser<ARMAsmParser> Y(getTheARMBETarget()); in LLVMInitializeARMAsmParser() 12021 RegisterMCAsmParser<ARMAsmParser> A(getTheThumbLETarget()); in LLVMInitializeARMAsmParser() 12022 RegisterMCAsmParser<ARMAsmParser> B(getTheThumbBETarget()); in LLVMInitializeARMAsmParser()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 8264 RegisterMCAsmParser<AMDGPUAsmParser> A(getTheAMDGPUTarget()); in LLVMInitializeAMDGPUAsmParser() 8265 RegisterMCAsmParser<AMDGPUAsmParser> B(getTheGCNTarget()); in LLVMInitializeAMDGPUAsmParser()
|