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

References

lib/Target/Mips/MipsCallLowering.cpp
  142   if (VT == MVT::f64 && PhysReg >= Mips::A0 && PhysReg <= Mips::A3) {
  142   if (VT == MVT::f64 && PhysReg >= Mips::A0 && PhysReg <= Mips::A3) {
  150         .addUse(PhysReg + (STI.isLittle() ? 0 : 1))
  151         .addUse(PhysReg + (STI.isLittle() ? 1 : 0))
  154     markPhysRegUsed(PhysReg);
  155     markPhysRegUsed(PhysReg + 1);
  156   } else if (VT == MVT::f32 && PhysReg >= Mips::A0 && PhysReg <= Mips::A3) {
  156   } else if (VT == MVT::f32 && PhysReg >= Mips::A0 && PhysReg <= Mips::A3) {
  159         .addUse(PhysReg)
  162     markPhysRegUsed(PhysReg);
  168       auto Copy = MIRBuilder.buildCopy(LLT{VA.getLocVT()}, PhysReg);
  173       MIRBuilder.buildCopy(ValVReg, PhysReg);
  176     markPhysRegUsed(PhysReg);