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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUArgumentUsageInfo.cpp 55 << " DispatchID: " << FI.second.DispatchID
106 return std::make_pair(DispatchID ? &DispatchID : nullptr,
SIMachineFunctionInfo.cpp 36 DispatchID(false),
152 DispatchID = true;
218 ArgInfo.DispatchID = ArgDescriptor::createRegister(TRI.getMatchingSuperReg(
221 return ArgInfo.DispatchID.getRegister();
AMDGPUArgumentUsageInfo.h 111 ArgDescriptor DispatchID;
SIMachineFunctionInfo.h 156 bool DispatchID : 1;
329 return DispatchID;
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 95 bool DispatchID : 1;
196 return DispatchID;
SIMachineFunctionInfo.cpp 71 DispatchID(false),

Completed in 114 milliseconds