Home
last modified time | relevance | path

Searched defs:PPC (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp25 class PPC final : public TargetInfo { class
157 PPC::PPC(Ctx &ctx) : TargetInfo(ctx) { in PPC() function in PPC
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DPPCTargetParser.cpp23 namespace PPC { namespace
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp47 namespace llvm { namespace PPC { namespace
H A DPPCHazardRecognizers.cpp81 namespace llvm { namespace PPC { extern int getNonRecordFormOpcode(uint16_t); } } namespace
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1494 SemaPPC &PPC() { in PPC() function