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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6055 /// isVShiftLImm - Check if this is a valid build_vector for the immediate
6059 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { function
6104 if (isVShiftLImm(N->getOperand(1), VT, false, Cnt))
13816 if (isVShiftLImm(N->getOperand(2), VT, false, Cnt)) {
13835 if (isVShiftLImm(N->getOperand(2), VT, false, Cnt))
13840 if (isVShiftLImm(N->getOperand(2), VT, false, Cnt))
13914 if (isVShiftLImm(N->getOperand(3), VT, false, Cnt))
14007 if (isVShiftLImm(N->getOperand(1), VT, false, Cnt)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8304 /// isVShiftLImm - Check if this is a valid build_vector for the immediate
8308 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { function
8342 if (isVShiftLImm(Op.getOperand(1), VT, false, Cnt) && Cnt < EltSize)

Completed in 303 milliseconds