Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCCodeEmitter.cpp551 bool IsVGPROrAGPR = in getAVOperandEncoding() local
559 Op = Idx | (IsVGPROrAGPR << 8) | (IsAGPR << 9); in getAVOperandEncoding()
592 bool IsVGPROrAGPR = in getMachineOpValue() local
594 Op = Idx | (IsVGPROrAGPR << 8); in getMachineOpValue()