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

References

lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
 1330   switch (N.getOpcode()) {
 1332     if (N.getValueType() != MVT::i32)
 1334     int32_t V = cast<const ConstantSDNode>(N)->getZExtValue();
 1337     R = CurDAG->getTargetConstant(V, SDLoc(N), N.getValueType());
 1337     R = CurDAG->getTargetConstant(V, SDLoc(N), N.getValueType());
 1345     R = N.getOperand(0);
 1351     R = N;
 1355     if (LogAlign > 2 || !IsAligned(cast<BlockAddressSDNode>(N)->getOffset()))
 1357     R = N;
 1361   if (SelectGlobalAddress(N, R, false, LogAlign) ||
 1362       SelectGlobalAddress(N, R, true, LogAlign))