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

References

lib/Target/AMDGPU/AMDGPUCallLowering.cpp
  495   if (!LLTy.isVector() && !PartLLT.isVector()) {
  500   if (LLTy.isVector() && PartLLT.isVector()) {
  501     assert(LLTy.getElementType() == PartLLT.getElementType());
  503     int DstElts = LLTy.getNumElements();
  520   assert(LLTy.isVector() && !PartLLT.isVector());
  522   LLT DstEltTy = LLTy.getElementType();
  534     for (int I = 0, NumElts = LLTy.getNumElements(); I != NumElts; ++I)  {
  544     LLT BVType = LLT::vector(LLTy.getNumElements(), PartLLT);