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

References

lib/Target/Hexagon/HexagonCopyToCombine.cpp
  816   if (LoOperand.isGlobal()) {
  819       .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(),
  819       .addGlobalAddress(LoOperand.getGlobal(), LoOperand.getOffset(),
  820                         LoOperand.getTargetFlags());
  824   if (LoOperand.isBlockAddress()) {
  827       .addBlockAddress(LoOperand.getBlockAddress(), LoOperand.getOffset(),
  827       .addBlockAddress(LoOperand.getBlockAddress(), LoOperand.getOffset(),
  828                        LoOperand.getTargetFlags());
  832   if (LoOperand.isJTI()) {
  835       .addJumpTableIndex(LoOperand.getIndex(), LoOperand.getTargetFlags());
  835       .addJumpTableIndex(LoOperand.getIndex(), LoOperand.getTargetFlags());
  839   if (LoOperand.isCPI()) {
  842       .addConstantPoolIndex(LoOperand.getIndex(), LoOperand.getOffset(),
  842       .addConstantPoolIndex(LoOperand.getIndex(), LoOperand.getOffset(),
  843                             LoOperand.getTargetFlags());
  851     .addImm(LoOperand.getImm());