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

References

lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp
  439   const unsigned TyBitWidth = DL->getTypeSizeInBits(Ty);
  470   Mbcnt = B.CreateIntCast(Mbcnt, Ty, false);
  482     NewV = B.CreateIntrinsic(Intrinsic::amdgcn_set_inactive, Ty, {V, Identity});
  505       NewV = B.CreateBitCast(Insert, Ty);
  514     NewV = B.CreateIntrinsic(Intrinsic::amdgcn_wwm, Ty, NewV);
  525           B.CreateUnaryIntrinsic(Intrinsic::ctpop, Ballot), Ty, false);
  545           B.CreateUnaryIntrinsic(Intrinsic::ctpop, Ballot), Ty, false);
  583     PHINode *const PHI = B.CreatePHI(Ty, 2);
  584     PHI->addIncoming(UndefValue::get(Ty), EntryBB);
  604       BroadcastI = B.CreateBitCast(Insert, Ty);
  618       LaneOffset = B.CreateIntrinsic(Intrinsic::amdgcn_wwm, Ty, ExclScan);
  646       PHINode *const PHI = B.CreatePHI(Ty, 2);
  647       PHI->addIncoming(UndefValue::get(Ty), PixelEntryBB);