Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.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 …]
H A DPPCInstrAltivec.td25 // ** in PPCVSXSwapRemoval::gatherVectorInstructions(). **
H A DPPCInstrVSX.td25 // ** in PPCVSXSwapRemoval::gatherVectorInstructions(). **
/freebsd/lib/clang/libllvm/
H A DMakefile1539 SRCS_MIN+= Target/PowerPC/PPCVSXSwapRemoval.cpp