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

References

lib/Target/Hexagon/HexagonISelLowering.cpp
 1787     Info.opc = ISD::INTRINSIC_W_CHAIN;
 1794     Info.memVT = MVT::getVT(ElTy);
 1796     Info.ptrVal = getUnderLyingObjectForBrevLdIntr(BasePtrVal);
 1799     Info.offset = 0;
 1800     Info.align =
 1801         MaybeAlign(DL.getABITypeAlignment(Info.memVT.getTypeForEVT(Cont)));
 1802     Info.flags = MachineMemOperand::MOLoad;
 1818     Info.opc = ISD::INTRINSIC_W_CHAIN;
 1820     Info.memVT = MVT::getVT(VecTy);
 1821     Info.ptrVal = I.getArgOperand(0);
 1822     Info.offset = 0;
 1823     Info.align =
 1825     Info.flags = MachineMemOperand::MOLoad |