Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUArgumentUsageInfo.cpp55 << " DispatchID: " << FI.second.DispatchID in print()
106 return std::make_pair(DispatchID ? &DispatchID : nullptr, in getPreloadedValue()
DSIMachineFunctionInfo.cpp36 DispatchID(false), in SIMachineFunctionInfo()
152 DispatchID = true; in SIMachineFunctionInfo()
218 ArgInfo.DispatchID = ArgDescriptor::createRegister(TRI.getMatchingSuperReg( in addDispatchID()
221 return ArgInfo.DispatchID.getRegister(); in addDispatchID()
DSIMachineFunctionInfo.h156 bool DispatchID : 1; variable
329 return DispatchID; in hasDispatchID()
DAMDGPUArgumentUsageInfo.h111 ArgDescriptor DispatchID; member
DSIISelLowering.cpp1500 ArgInfo.DispatchID = allocateSGPR64Input(CCInfo); in allocateSpecialInputSGPRs()
/external/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h95 bool DispatchID : 1; variable
196 return DispatchID; in hasDispatchID()
DSIMachineFunctionInfo.cpp71 DispatchID(false),