Home
last modified time | relevance | path

Searched refs:getVShiftImm (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp7492 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) { in getVShiftImm() function
7515 if (! getVShiftImm(Op, ElementBits, Cnt)) in isVShiftLImm()
7530 if (! getVShiftImm(Op, ElementBits, Cnt)) in isVShiftRImm()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp6584 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) { in getVShiftImm() function
6607 if (!getVShiftImm(Op, ElementBits, Cnt)) in isVShiftLImm()
6618 if (!getVShiftImm(Op, ElementBits, Cnt)) in isVShiftRImm()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp10500 static bool getVShiftImm(SDValue Op, unsigned ElementBits, int64_t &Cnt) { in getVShiftImm() function
10523 if (! getVShiftImm(Op, ElementBits, Cnt)) in isVShiftLImm()
10538 if (! getVShiftImm(Op, ElementBits, Cnt)) in isVShiftRImm()