Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.cpp70 << " DispatchID: " << FI.second.DispatchID in print()
123 return std::make_tuple(DispatchID ? &DispatchID : nullptr, in getPreloadedValue()
159 AI.DispatchID = ArgDescriptor::createRegister(AMDGPU::SGPR10_SGPR11); in fixedABILayout()
H A DSIMachineFunctionInfo.cpp23 DispatchID(false), in SIMachineFunctionInfo()
148 DispatchID = true; in SIMachineFunctionInfo()
157 DispatchID = true; in SIMachineFunctionInfo()
230 ArgInfo.DispatchID = ArgDescriptor::createRegister(TRI.getMatchingSuperReg( in addDispatchID()
233 return ArgInfo.DispatchID.getRegister(); in addDispatchID()
532 Any |= convertArg(AI.DispatchID, ArgInfo.DispatchID); in convertArgumentInfo()
H A DSIMachineFunctionInfo.h185 Optional<SIArgument> DispatchID;
209 YamlIO.mapOptional("dispatchID", AI.DispatchID);
402 bool DispatchID : 1;
644 return DispatchID;
H A DAMDGPUArgumentUsageInfo.h128 ArgDescriptor DispatchID; member
H A DAMDGPUTargetMachine.cpp1346 parseAndCheckArgument(YamlMFI.ArgInfo->DispatchID, in parseMachineFunctionInfo()
1347 AMDGPU::SReg_64RegClass, MFI->ArgInfo.DispatchID, in parseMachineFunctionInfo()
H A DSIISelLowering.cpp2000 allocateSGPR64Input(CCInfo, ArgInfo.DispatchID); in allocateSpecialInputSGPRs()