Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUWaitSGPRHazards.cpp312 uint8_t SGPRCount = in runOnMachineBasicBlock() local
326 for (uint8_t RegIdx = 0; RegIdx < SGPRCount; ++RegIdx) { in runOnMachineBasicBlock()
343 for (uint8_t RegIdx = 0; RegIdx < SGPRCount; ++RegIdx) { in runOnMachineBasicBlock()
H A DSIInstrInfo.cpp5163 unsigned SGPRCount = 0; in verifyInstruction() local
5175 ++SGPRCount; in verifyInstruction()
5179 if (SGPRCount > ST.getConstantBusLimit(Opcode)) { in verifyInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Offloading/
H A DUtility.h130 uint32_t SGPRCount = KInvalidValue; member
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp266 KernelData.SGPRCount = V.second.getUInt(); in extractKernelData()