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

References

lib/CodeGen/GlobalISel/CallLowering.cpp
   54     Info.Callee = MachineOperand::CreateGA(F, 0);
   56     Info.Callee = MachineOperand::CreateReg(GetCalleeReg(), false);
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  369   Info.Callee = MachineOperand::CreateES(Name);
  435   Info.Callee = MachineOperand::CreateES(Name);
lib/Target/AArch64/AArch64CallLowering.cpp
  721   if (Info.Callee.isGlobal()) {
  722     const GlobalValue *GV = Info.Callee.getGlobal();
  808   unsigned Opc = getCallOpcode(F, Info.Callee.isReg(), true);
  810   MIB.add(Info.Callee);
  910   if (Info.Callee.isReg())
  913         *MF.getSubtarget().getRegBankInfo(), *MIB, MIB->getDesc(), Info.Callee,
  968   unsigned Opc = getCallOpcode(F, Info.Callee.isReg(), false);
  971   MIB.add(Info.Callee);
  996   if (Info.Callee.isReg())
  999         *MF.getSubtarget().getRegBankInfo(), *MIB, MIB->getDesc(), Info.Callee,
lib/Target/ARM/ARMCallLowering.cpp
  521   bool IsDirect = !Info.Callee.isReg();
  529   MIB.add(Info.Callee);
  531     auto CalleeReg = Info.Callee.getReg();
  536           *MIB.getInstr(), MIB->getDesc(), Info.Callee, CalleeIdx));
lib/Target/Mips/MipsCallLowering.cpp
  567       Info.Callee.isGlobal() && TM.isPositionIndependent();
  570       Info.Callee.isReg() || IsCalleeGlobalPIC ? Mips::JALRPseudo : Mips::JAL);
  576         MIRBuilder.buildGlobalValue(CalleeReg, Info.Callee.getGlobal());
  577     if (!Info.Callee.getGlobal()->hasLocalLinkage())
  581     MIB.add(Info.Callee);
  607   if (Info.Callee.isGlobal()) {
  608     const Function *CF = static_cast<const Function *>(Info.Callee.getGlobal());
  616       Info.Callee.isSymbol() ? Info.Callee.getSymbolName() : nullptr;
  616       Info.Callee.isSymbol() ? Info.Callee.getSymbolName() : nullptr;
lib/Target/X86/X86CallLowering.cpp
  399   unsigned CallOpc = Info.Callee.isReg()
  404                  .add(Info.Callee)
  450   if (Info.Callee.isReg())
  453         *MF.getSubtarget().getRegBankInfo(), *MIB, MIB->getDesc(), Info.Callee,