Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp196 [[maybe_unused]] static unsigned getOperandSize(MachineInstr &MI, unsigned Idx, in getOperandSize() function
327 assert(getOperandSize(*DPPInst, Src0Idx, *MRI) == in createDPPInst()
328 getOperandSize(*DPPInst, NumOperands, *MRI) && in createDPPInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1586 inline unsigned getOperandSize(const MCOperandInfo &OpInfo) { in getOperandSize() function
1629 inline unsigned getOperandSize(const MCInstrDesc &Desc, unsigned OpNo) { in getOperandSize() function
1630 return getOperandSize(Desc.operands()[OpNo]); in getOperandSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2316 const unsigned Size = Imm.IsFPImm ? sizeof(double) : getOperandSize(InstDesc, OpNum); in addLiteralImmOperand()
3720 auto OpSize = AMDGPU::getOperandSize(Desc, OpIdx); in isInlineConstant()
3913 unsigned Size = AMDGPU::getOperandSize(Desc, OpIdx); in validateConstantBusLimitations()
5043 AMDGPU::getOperandSize(Desc.operands()[OpIdx]) == 8; in validateVOPLiteral()