Home
last modified time | relevance | path

Searched refs:addDispatchPtr (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp156 unsigned SIMachineFunctionInfo::addDispatchPtr(const SIRegisterInfo &TRI) { in addDispatchPtr() function in SIMachineFunctionInfo
DSIMachineFunctionInfo.h143 unsigned addDispatchPtr(const SIRegisterInfo &TRI);
DSIISelLowering.cpp706 unsigned DispatchPtrReg = Info->addDispatchPtr(*TRI); in LowerFormalArguments()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUCallLowering.cpp115 unsigned DispatchPtrReg = Info->addDispatchPtr(*TRI); in lowerFormalArguments()
DSIMachineFunctionInfo.cpp195 unsigned SIMachineFunctionInfo::addDispatchPtr(const SIRegisterInfo &TRI) { in addDispatchPtr() function in SIMachineFunctionInfo
DSIMachineFunctionInfo.h256 unsigned addDispatchPtr(const SIRegisterInfo &TRI);
DSIISelLowering.cpp1536 unsigned DispatchPtrReg = Info.addDispatchPtr(TRI); in allocateHSAUserSGPRs()