reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMISelLowering.cpp
 7628   OpLHS = GeneratePerfectShuffle(PerfectShuffleTable[LHSID], LHS, RHS, DAG, dl);
 7630   EVT VT = OpLHS.getValueType();
 7638       return DAG.getNode(ARMISD::VREV64, dl, VT, OpLHS);
 7641       return DAG.getNode(ARMISD::VREV32, dl, VT, OpLHS);
 7644     return DAG.getNode(ARMISD::VREV16, dl, VT, OpLHS);
 7650                        OpLHS, DAG.getConstant(OpNum-OP_VDUP0, dl, MVT::i32));
 7655                        OpLHS, OpRHS,
 7660                        OpLHS, OpRHS).getValue(OpNum-OP_VUZPL);
 7664                        OpLHS, OpRHS).getValue(OpNum-OP_VZIPL);
 7668                        OpLHS, OpRHS).getValue(OpNum-OP_VTRNL);