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

References

include/llvm/CodeGen/MachineOperand.h
  803     Op.setTargetFlags(TargetFlags);
  816     Op.setTargetFlags(TargetFlags);
  824     Op.setTargetFlags(TargetFlags);
  830     Op.setTargetFlags(TargetFlags);
  838     Op.setTargetFlags(TargetFlags);
  846     Op.setTargetFlags(TargetFlags);
  854     Op.setTargetFlags(TargetFlags);
  892     Op.setTargetFlags(TargetFlags);
lib/CodeGen/MIRParser/MIParser.cpp
 2540   Dest.setTargetFlags(TF);
lib/CodeGen/MachineOperand.cpp
  181   setTargetFlags(TargetFlags);
  194   setTargetFlags(TargetFlags);
  227   setTargetFlags(TargetFlags);
lib/Target/AArch64/AArch64AsmPrinter.cpp
  931       Hi_MOSym.setTargetFlags(AArch64II::MO_G1 | AArch64II::MO_S);
  932       Lo_MOSym.setTargetFlags(AArch64II::MO_G0 | AArch64II::MO_NC);
 1022     MO_TLSDESC_LO12.setTargetFlags(AArch64II::MO_TLS | AArch64II::MO_PAGEOFF);
 1023     MO_TLSDESC.setTargetFlags(AArch64II::MO_TLS | AArch64II::MO_PAGE);
lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
  565       Tag.setTargetFlags(AArch64II::MO_PREL | AArch64II::MO_G3);
lib/Target/AArch64/AArch64InstructionSelector.cpp
 1124   MovZ->getOperand(1).setTargetFlags(OpFlags | AArch64II::MO_G0 |
 1697       I.getOperand(1).setTargetFlags(OpFlags);
 1705       I.getOperand(1).setTargetFlags(OpFlags);
 1708       I.getOperand(1).setTargetFlags(OpFlags | AArch64II::MO_PAGE);
lib/Target/AArch64/AArch64StackTaggingPreRA.cpp
  157         UseI->getOperand(OpIdx).setTargetFlags(AArch64II::MO_TAGGED);
lib/Target/ARM/ARMInstructionSelector.cpp
  683     MIB->getOperand(1).setTargetFlags(TargetFlags);
lib/Target/Mips/MipsCallLowering.cpp
  578       CalleeGlobalValue->getOperand(1).setTargetFlags(MipsII::MO_GOT_CALL);
lib/Target/Mips/MipsInstructionSelector.cpp
  564         LWGOT->getOperand(2).setTargetFlags(MipsII::MO_GOT_CALL);
  566         LWGOT->getOperand(2).setTargetFlags(MipsII::MO_GOT);
  582         ADDiu->getOperand(2).setTargetFlags(MipsII::MO_ABS_LO);
  592       LUi->getOperand(1).setTargetFlags(MipsII::MO_ABS_HI);
  601       ADDiu->getOperand(2).setTargetFlags(MipsII::MO_ABS_LO);
lib/Target/PowerPC/PPCInstrInfo.cpp
 3666       ImmMO->setTargetFlags(PPCII::MO_TOC_LO);
lib/Target/X86/X86MCInstLower.cpp
 1377     TOp.setTargetFlags(X86II::MO_PLT);
 1478     TOp.setTargetFlags(X86II::MO_PLT);