Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp253 void SelectMVE_LongShift(SDNode *N, uint16_t Opcode, bool Immediate,
2613 void ARMDAGToDAGISel::SelectMVE_LongShift(SDNode *N, uint16_t Opcode, in SelectMVE_LongShift() function in ARMDAGToDAGISel
5217 SelectMVE_LongShift(N, ARM::MVE_URSHRL, true, false); in Select()
5220 SelectMVE_LongShift(N, ARM::MVE_UQSHLL, true, false); in Select()
5223 SelectMVE_LongShift(N, ARM::MVE_SRSHRL, true, false); in Select()
5226 SelectMVE_LongShift(N, ARM::MVE_SQSHLL, true, false); in Select()
5229 SelectMVE_LongShift(N, ARM::MVE_UQRSHLL, false, true); in Select()
5232 SelectMVE_LongShift(N, ARM::MVE_SQRSHRL, false, true); in Select()