HomeSort by relevance Sort by last modified time
    Searched refs:DispatchPtrReg (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUCallLowering.cpp 115 unsigned DispatchPtrReg = Info->addDispatchPtr(*TRI);
117 CCInfo.AllocateReg(DispatchPtrReg);
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 706 unsigned DispatchPtrReg = Info->addDispatchPtr(*TRI);
707 MF.addLiveIn(DispatchPtrReg, &AMDGPU::SReg_64RegClass);
708 CCInfo.AllocateReg(DispatchPtrReg);
    [all...]

Completed in 452 milliseconds