OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOperandSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h
779
inline unsigned
getOperandSize
(const MCOperandInfo &OpInfo) {
820
inline unsigned
getOperandSize
(const MCInstrDesc &Desc, unsigned OpNo) {
821
return
getOperandSize
(Desc.OpInfo[OpNo]);
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp
1977
const unsigned Size = Imm.IsFPImm ? sizeof(double) :
getOperandSize
(InstDesc, OpNum);
3166
auto OpSize = AMDGPU::
getOperandSize
(Desc, OpIdx);
3296
unsigned Size = AMDGPU::
getOperandSize
(Desc, OpIdx);
Completed in 22 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026