Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp253 void SelectMVE_LongShift(SDNode *N, uint16_t Opcode, bool Immediate,
2611 void ARMDAGToDAGISel::SelectMVE_LongShift(SDNode *N, uint16_t Opcode, in SelectMVE_LongShift() function in ARMDAGToDAGISel
5209 SelectMVE_LongShift(N, ARM::MVE_URSHRL, true, false); in Select()
5212 SelectMVE_LongShift(N, ARM::MVE_UQSHLL, true, false); in Select()
5215 SelectMVE_LongShift(N, ARM::MVE_SRSHRL, true, false); in Select()
5218 SelectMVE_LongShift(N, ARM::MVE_SQSHLL, true, false); in Select()
5221 SelectMVE_LongShift(N, ARM::MVE_UQRSHLL, false, true); in Select()
5224 SelectMVE_LongShift(N, ARM::MVE_SQRSHRL, false, true); in Select()