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

References

lib/Target/Hexagon/HexagonCopyToCombine.cpp
  768   if (HiOperand.isGlobal()) {
  770       .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(),
  770       .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(),
  771                         HiOperand.getTargetFlags())
  776   if (HiOperand.isBlockAddress()) {
  778       .addBlockAddress(HiOperand.getBlockAddress(), HiOperand.getOffset(),
  778       .addBlockAddress(HiOperand.getBlockAddress(), HiOperand.getOffset(),
  779                        HiOperand.getTargetFlags())
  784   if (HiOperand.isJTI()) {
  786       .addJumpTableIndex(HiOperand.getIndex(), HiOperand.getTargetFlags())
  786       .addJumpTableIndex(HiOperand.getIndex(), HiOperand.getTargetFlags())
  791   if (HiOperand.isCPI()) {
  793       .addConstantPoolIndex(HiOperand.getIndex(), HiOperand.getOffset(),
  793       .addConstantPoolIndex(HiOperand.getIndex(), HiOperand.getOffset(),
  794                             HiOperand.getTargetFlags())
  801     .addImm(HiOperand.getImm())