Searched refs:getThePPC32Target (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/TargetInfo/
H A DPowerPCTargetInfo.h16 Target &getThePPC32Target();
H A DPowerPCTargetInfo.cpp13 Target &llvm::getThePPC32Target() { function in class:llvm
27 RegisterTarget<Triple::ppc, /*HasJIT=*/true> X(getThePPC32Target(), "ppc32",
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp338 {&getThePPC32Target(), &getThePPC64Target(), &getThePPC64LETarget()}) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp55 TargetRegistry::RegisterMCDisassembler(getThePPC32Target(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp100 RegisterTargetMachine<PPCTargetMachine> A(getThePPC32Target());
H A DPPCAsmPrinter.cpp1830 TargetRegistry::RegisterAsmPrinter(getThePPC32Target(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1811 RegisterMCAsmParser<PPCAsmParser> A(getThePPC32Target());

Completed in 69 milliseconds