Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp249 void SelectMVE_LongShift(SDNode *N, uint16_t Opcode, bool Immediate,
2605 void ARMDAGToDAGISel::SelectMVE_LongShift(SDNode *N, uint16_t Opcode, in SelectMVE_LongShift() function in ARMDAGToDAGISel
5228 SelectMVE_LongShift(N, ARM::MVE_URSHRL, true, false); in Select()
5231 SelectMVE_LongShift(N, ARM::MVE_UQSHLL, true, false); in Select()
5234 SelectMVE_LongShift(N, ARM::MVE_SRSHRL, true, false); in Select()
5237 SelectMVE_LongShift(N, ARM::MVE_SQSHLL, true, false); in Select()
5240 SelectMVE_LongShift(N, ARM::MVE_UQRSHLL, false, true); in Select()
5243 SelectMVE_LongShift(N, ARM::MVE_SQRSHRL, false, true); in Select()