Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp509 RegisterMCAsmParser<BPFAsmParser> X(getTheBPFTarget()); in LLVMInitializeBPFAsmParser()
510 RegisterMCAsmParser<BPFAsmParser> Y(getTheBPFleTarget()); in LLVMInitializeBPFAsmParser()
511 RegisterMCAsmParser<BPFAsmParser> Z(getTheBPFbeTarget()); in LLVMInitializeBPFAsmParser()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DTargetRegistry.h946 static void RegisterMCAsmParser(Target &T, Target::MCAsmParserCtorTy Fn) { in RegisterMCAsmParser() function
1398 template <class MCAsmParserImpl> struct RegisterMCAsmParser { struct
1399 RegisterMCAsmParser(Target &T) { in RegisterMCAsmParser() function
1400 TargetRegistry::RegisterMCAsmParser(T, &Allocator); in RegisterMCAsmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1808 RegisterMCAsmParser<PPCAsmParser> A(getThePPC32Target()); in LLVMInitializePowerPCAsmParser()
1809 RegisterMCAsmParser<PPCAsmParser> B(getThePPC32LETarget()); in LLVMInitializePowerPCAsmParser()
1810 RegisterMCAsmParser<PPCAsmParser> C(getThePPC64Target()); in LLVMInitializePowerPCAsmParser()
1811 RegisterMCAsmParser<PPCAsmParser> D(getThePPC64LETarget()); in LLVMInitializePowerPCAsmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp1554 RegisterMCAsmParser<SparcAsmParser> A(getTheSparcTarget()); in LLVMInitializeSparcAsmParser()
1555 RegisterMCAsmParser<SparcAsmParser> B(getTheSparcV9Target()); in LLVMInitializeSparcAsmParser()
1556 RegisterMCAsmParser<SparcAsmParser> C(getTheSparcelTarget()); in LLVMInitializeSparcAsmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp1148 RegisterMCAsmParser<WebAssemblyAsmParser> X(getTheWebAssemblyTarget32()); in LLVMInitializeWebAssemblyAsmParser()
1149 RegisterMCAsmParser<WebAssemblyAsmParser> Y(getTheWebAssemblyTarget64()); in LLVMInitializeWebAssemblyAsmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp711 RegisterMCAsmParser<XtensaAsmParser> X(getTheXtensaTarget()); in LLVMInitializeXtensaAsmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp552 RegisterMCAsmParser<MSP430AsmParser> X(getTheMSP430Target()); in LLVMInitializeMSP430AsmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp1420 RegisterMCAsmParser<LoongArchAsmParser> X(getTheLoongArch32Target()); in LLVMInitializeLoongArchAsmParser()
1421 RegisterMCAsmParser<LoongArchAsmParser> Y(getTheLoongArch64Target()); in LLVMInitializeLoongArchAsmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp732 RegisterMCAsmParser<AVRAsmParser> X(getTheAVRTarget()); in LLVMInitializeAVRAsmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp223 RegisterMCAsmParser<M68kAsmParser> X(getTheM68kTarget()); in LLVMInitializeM68kAsmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp1254 RegisterMCAsmParser<LanaiAsmParser> x(getTheLanaiTarget()); in LLVMInitializeLanaiAsmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp2823 RegisterMCAsmParser<RISCVAsmParser> X(getTheRISCV32Target()); in LLVMInitializeRISCVAsmParser()
2824 RegisterMCAsmParser<RISCVAsmParser> Y(getTheRISCV64Target()); in LLVMInitializeRISCVAsmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7611 RegisterMCAsmParser<AArch64AsmParser> X(getTheAArch64leTarget()); in LLVMInitializeAArch64AsmParser()
7612 RegisterMCAsmParser<AArch64AsmParser> Y(getTheAArch64beTarget()); in LLVMInitializeAArch64AsmParser()
7613 RegisterMCAsmParser<AArch64AsmParser> Z(getTheARM64Target()); in LLVMInitializeAArch64AsmParser()
7614 RegisterMCAsmParser<AArch64AsmParser> W(getTheARM64_32Target()); in LLVMInitializeAArch64AsmParser()
7615 RegisterMCAsmParser<AArch64AsmParser> V(getTheAArch64_32Target()); in LLVMInitializeAArch64AsmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1749 RegisterMCAsmParser<SystemZAsmParser> X(getTheSystemZTarget()); in LLVMInitializeSystemZAsmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp1757 RegisterMCAsmParser<CSKYAsmParser> X(getTheCSKYTarget()); in LLVMInitializeCSKYAsmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp1548 RegisterMCAsmParser<VEAsmParser> A(getTheVETarget()); in LLVMInitializeVEAsmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp8958 RegisterMCAsmParser<MipsAsmParser> X(getTheMipsTarget()); in LLVMInitializeMipsAsmParser()
8959 RegisterMCAsmParser<MipsAsmParser> Y(getTheMipselTarget()); in LLVMInitializeMipsAsmParser()
8960 RegisterMCAsmParser<MipsAsmParser> A(getTheMips64Target()); in LLVMInitializeMipsAsmParser()
8961 RegisterMCAsmParser<MipsAsmParser> B(getTheMips64elTarget()); in LLVMInitializeMipsAsmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4981 RegisterMCAsmParser<X86AsmParser> X(getTheX86_32Target()); in LLVMInitializeX86AsmParser()
4982 RegisterMCAsmParser<X86AsmParser> Y(getTheX86_64Target()); in LLVMInitializeX86AsmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp825 RegisterMCAsmParser<HexagonAsmParser> X(getTheHexagonTarget()); in LLVMInitializeHexagonAsmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp12258 RegisterMCAsmParser<ARMAsmParser> X(getTheARMLETarget()); in LLVMInitializeARMAsmParser()
12259 RegisterMCAsmParser<ARMAsmParser> Y(getTheARMBETarget()); in LLVMInitializeARMAsmParser()
12260 RegisterMCAsmParser<ARMAsmParser> A(getTheThumbLETarget()); in LLVMInitializeARMAsmParser()
12261 RegisterMCAsmParser<ARMAsmParser> B(getTheThumbBETarget()); in LLVMInitializeARMAsmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp9075 RegisterMCAsmParser<AMDGPUAsmParser> A(getTheAMDGPUTarget()); in LLVMInitializeAMDGPUAsmParser()
9076 RegisterMCAsmParser<AMDGPUAsmParser> B(getTheGCNTarget()); in LLVMInitializeAMDGPUAsmParser()