Searched refs:isVShiftLImm (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3486 static bool isVShiftLImm(SDValue Op, EVT VT, int64_t &Cnt) { function
3527 if (isVShiftLImm(N->getOperand(1), VT, Cnt)) {
3562 if (!isVShiftLImm(N->getOperand(2), VT, Cnt))
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9718 /// isVShiftLImm - Check if this is a valid build_vector for the immediate
9722 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { function
9784 if (isVShiftLImm(N->getOperand(2), VT, false, Cnt)) {
9797 if (isVShiftLImm(N->getOperand(2), VT, true, Cnt))
9809 if (isVShiftLImm(N->getOperand(2), VT, false, Cnt))
9814 if (isVShiftLImm(N->getOperand(2), VT, false, Cnt))
9886 if (isVShiftLImm(N->getOperand(3), VT, false, Cnt))
9941 if (isVShiftLImm(N->getOperand(1), VT, false, Cnt))

Completed in 127 milliseconds