Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1450 SDValue combineVectorShift(SDNode *N, DAGCombinerInfo &DCI) const;
H A DPPCISelLowering.cpp18703 SDValue PPCTargetLowering::combineVectorShift(SDNode *N, in combineVectorShift() function in PPCTargetLowering
18785 return combineVectorShift(N, DCI); in combineSHL()
18818 return combineVectorShift(N, DCI); in combineSRA()
18828 return combineVectorShift(N, DCI); in combineSRL()