Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp3450 unsigned SGPRUsed = findImplicitSGPRRead(MI); in verifyInstruction() local
3451 if (SGPRUsed != AMDGPU::NoRegister) { in verifyInstruction()
3453 SGPRsUsed.push_back(SGPRUsed); in verifyInstruction()
3462 SGPRUsed = MO.getReg(); in verifyInstruction()
3463 if (llvm::all_of(SGPRsUsed, [this, SGPRUsed](unsigned SGPR) { in verifyInstruction()
3464 return !RI.regsOverlap(SGPRUsed, SGPR); in verifyInstruction()
3467 SGPRsUsed.push_back(SGPRUsed); in verifyInstruction()
3500 Register SGPRUsed = AMDGPU::NoRegister; in verifyInstruction() local
3510 if (MO.getReg() != SGPRUsed) in verifyInstruction()
3512 SGPRUsed = MO.getReg(); in verifyInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp2829 unsigned SGPRUsed = findImplicitSGPRReadInVOP(Inst); in validateConstantBusLimitations() local
2830 if (SGPRUsed != AMDGPU::NoRegister) { in validateConstantBusLimitations()
2831 SGPRsUsed.insert(SGPRUsed); in validateConstantBusLimitations()