Home
last modified time | relevance | path

Searched refs:PPCQPXLoadSplat (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCQPXLoadSplat.cpp39 struct PPCQPXLoadSplat : public MachineFunctionPass { struct
41 PPCQPXLoadSplat() : MachineFunctionPass(ID) { in PPCQPXLoadSplat() argument
51 char PPCQPXLoadSplat::ID = 0;
54 INITIALIZE_PASS(PPCQPXLoadSplat, "ppc-qpx-load-splat",
59 return new PPCQPXLoadSplat(); in createPPCQPXLoadSplatPass()
62 bool PPCQPXLoadSplat::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile1118 SRCS_MIN+= Target/PowerPC/PPCQPXLoadSplat.cpp