Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2344 static void allocateSGPR32Input(CCState &CCInfo, ArgDescriptor &Arg) { in allocateSGPR32Input() function
2424 allocateSGPR32Input(CCInfo, ArgInfo.WorkGroupIDX); in allocateSpecialInputSGPRs()
2427 allocateSGPR32Input(CCInfo, ArgInfo.WorkGroupIDY); in allocateSpecialInputSGPRs()
2430 allocateSGPR32Input(CCInfo, ArgInfo.WorkGroupIDZ); in allocateSpecialInputSGPRs()
2433 allocateSGPR32Input(CCInfo, ArgInfo.LDSKernelId); in allocateSpecialInputSGPRs()