Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp536 static Register buildScopeReg(Register CLScopeRegister, in buildScopeReg() argument
541 if (CLScopeRegister.isValid()) { in buildScopeReg()
543 static_cast<SPIRV::CLMemoryScope>(getIConstVal(CLScopeRegister, MRI)); in buildScopeReg()
547 MRI->setRegClass(CLScopeRegister, &SPIRV::IDRegClass); in buildScopeReg()
548 return CLScopeRegister; in buildScopeReg()