Home
last modified time | relevance | path

Searched refs:PPCVSXSwapRemoval (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCVSXSwapRemoval.cpp96 struct PPCVSXSwapRemoval : public MachineFunctionPass { struct
114 PPCVSXSwapRemoval() : MachineFunctionPass(ID) { in PPCVSXSwapRemoval() argument
219 void PPCVSXSwapRemoval::initialize(MachineFunction &MFParm) { in initialize()
241 bool PPCVSXSwapRemoval::gatherVectorInstructions() { in gatherVectorInstructions()
539 int PPCVSXSwapRemoval::addSwapEntry(MachineInstr *MI, in addSwapEntry()
558 unsigned PPCVSXSwapRemoval::lookThruCopyLike(unsigned SrcReg, in lookThruCopyLike()
588 void PPCVSXSwapRemoval::formWebs() { in formWebs()
640 void PPCVSXSwapRemoval::recordUnoptimizableWebs() { in recordUnoptimizableWebs()
774 void PPCVSXSwapRemoval::markSwapsForRemoval() { in markSwapsForRemoval()
825 void PPCVSXSwapRemoval::insertSwap(MachineInstr *MI, in insertSwap()
[all …]
HDPPCInstrAltivec.td25 // ** in PPCVSXSwapRemoval::gatherVectorInstructions(). **
HDPPCInstrVSX.td25 // ** in PPCVSXSwapRemoval::gatherVectorInstructions(). **
/freebsd-14-stable/lib/clang/libllvm/
HDMakefile1539 SRCS_MIN+= Target/PowerPC/PPCVSXSwapRemoval.cpp