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

References

lib/Target/Hexagon/HexagonCopyToCombine.cpp
  671   if (HiOperand.isGlobal()) {
  673       .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(),
  673       .addGlobalAddress(HiOperand.getGlobal(), HiOperand.getOffset(),
  674                         HiOperand.getTargetFlags())
  680       .addImm(HiOperand.getImm())
  687   if (HiOperand.isBlockAddress()) {
  689       .addBlockAddress(HiOperand.getBlockAddress(), HiOperand.getOffset(),
  689       .addBlockAddress(HiOperand.getBlockAddress(), HiOperand.getOffset(),
  690                        HiOperand.getTargetFlags())
  696       .addImm(HiOperand.getImm())
  703   if (HiOperand.isJTI()) {
  705       .addJumpTableIndex(HiOperand.getIndex(), HiOperand.getTargetFlags())
  705       .addJumpTableIndex(HiOperand.getIndex(), HiOperand.getTargetFlags())
  711       .addImm(HiOperand.getImm())
  717   if (HiOperand.isCPI()) {
  719       .addConstantPoolIndex(HiOperand.getIndex(), HiOperand.getOffset(),
  719       .addConstantPoolIndex(HiOperand.getIndex(), HiOperand.getOffset(),
  720                             HiOperand.getTargetFlags())
  726       .addImm(HiOperand.getImm())
  737       .addImm(HiOperand.getImm())
  743   if (isInt<8>(HiOperand.getImm())) {
  745       .addImm(HiOperand.getImm())
  753     .addImm(HiOperand.getImm())