Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp4920 Register SGPRUsed; in verifyInstruction() local
4931 SGPRUsed = MO.getReg(); in verifyInstruction()
4932 if (!llvm::is_contained(SGPRsUsed, SGPRUsed)) { in verifyInstruction()
4934 SGPRsUsed.push_back(SGPRUsed); in verifyInstruction()
4950 SGPRUsed = findImplicitSGPRRead(MI); in verifyInstruction()
4951 if (SGPRUsed) { in verifyInstruction()
4953 if (llvm::all_of(SGPRsUsed, [this, SGPRUsed](unsigned SGPR) { in verifyInstruction()
4954 return !RI.regsOverlap(SGPRUsed, SGPR); in verifyInstruction()
4957 SGPRsUsed.push_back(SGPRUsed); in verifyInstruction()
4979 Register SGPRUsed; in verifyInstruction() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3734 unsigned SGPRUsed = findImplicitSGPRReadInVOP(Inst); in validateConstantBusLimitations() local
3735 if (SGPRUsed != AMDGPU::NoRegister) { in validateConstantBusLimitations()
3736 SGPRsUsed.insert(SGPRUsed); in validateConstantBusLimitations()