Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp251 void SelectMVE_LongShift(SDNode *N, uint16_t Opcode, bool Immediate,
2617 void ARMDAGToDAGISel::SelectMVE_LongShift(SDNode *N, uint16_t Opcode, in SelectMVE_LongShift() function in ARMDAGToDAGISel
5210 SelectMVE_LongShift(N, ARM::MVE_URSHRL, true, false); in Select()
5213 SelectMVE_LongShift(N, ARM::MVE_UQSHLL, true, false); in Select()
5216 SelectMVE_LongShift(N, ARM::MVE_SRSHRL, true, false); in Select()
5219 SelectMVE_LongShift(N, ARM::MVE_SQSHLL, true, false); in Select()
5222 SelectMVE_LongShift(N, ARM::MVE_UQRSHLL, false, true); in Select()
5225 SelectMVE_LongShift(N, ARM::MVE_SQRSHRL, false, true); in Select()