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

References

lib/Target/ARM/ARMISelDAGToDAG.cpp
 2371   SDLoc Loc(N);
 2375   switch (N->getValueType(1).getVectorElementType().getSizeInBits()) {
 2386   Ops.push_back(N->getOperand(2)); // vector of base addresses
 2388   int32_t ImmValue = cast<ConstantSDNode>(N->getOperand(3))->getZExtValue();
 2392     AddMVEPredicateToOps(Ops, Loc, N->getOperand(4));
 2396   Ops.push_back(N->getOperand(0)); // chain
 2398   CurDAG->SelectNodeTo(N, Opcode, N->getVTList(), makeArrayRef(Ops));
 2398   CurDAG->SelectNodeTo(N, Opcode, N->getVTList(), makeArrayRef(Ops));