Home
last modified time | relevance | path

Searched refs:SGPRsUsed (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.cpp3449 SmallVector<unsigned, 2> SGPRsUsed; in verifyInstruction() local
3453 SGPRsUsed.push_back(SGPRUsed); in verifyInstruction()
3463 if (llvm::all_of(SGPRsUsed, [this, SGPRUsed](unsigned SGPR) { in verifyInstruction()
3467 SGPRsUsed.push_back(SGPRUsed); in verifyInstruction()
3976 SmallDenseSet<RegSubRegPair> SGPRsUsed; in isOperandLegal() local
3978 SGPRsUsed.insert(RegSubRegPair(MO->getReg(), MO->getSubReg())); in isOperandLegal()
3986 if (!SGPRsUsed.count(SGPR) && in isOperandLegal()
3990 SGPRsUsed.insert(SGPR); in isOperandLegal()
4166 SmallDenseSet<unsigned> SGPRsUsed; in legalizeOperandsVOP3() local
4169 SGPRsUsed.insert(SGPRReg); in legalizeOperandsVOP3()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp2828 SmallDenseSet<unsigned> SGPRsUsed; in validateConstantBusLimitations() local
2831 SGPRsUsed.insert(SGPRUsed); in validateConstantBusLimitations()
2854 if (!SGPRsUsed.count(Reg)) { in validateConstantBusLimitations()
2855 SGPRsUsed.insert(Reg); in validateConstantBusLimitations()