Searched refs:getOperandSize (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNDPPCombine.cpp | 195 [[maybe_unused]] static unsigned getOperandSize(MachineInstr &MI, unsigned Idx, in getOperandSize() function 321 assert(getOperandSize(*DPPInst, Src0Idx, *MRI) == in createDPPInst() 322 getOperandSize(*DPPInst, NumOperands, *MRI) && in createDPPInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.h | 1355 inline unsigned getOperandSize(const MCOperandInfo &OpInfo) { in getOperandSize() function 1408 inline unsigned getOperandSize(const MCInstrDesc &Desc, unsigned OpNo) { in getOperandSize() function 1409 return getOperandSize(Desc.operands()[OpNo]); in getOperandSize()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 2233 const unsigned Size = Imm.IsFPImm ? sizeof(double) : getOperandSize(InstDesc, OpNum); in addLiteralImmOperand() 3573 auto OpSize = AMDGPU::getOperandSize(Desc, OpIdx); in isInlineConstant() 3773 unsigned Size = AMDGPU::getOperandSize(Desc, OpIdx); in validateConstantBusLimitations() 4678 AMDGPU::getOperandSize(Desc.operands()[OpIdx]) == 8; in validateVOPLiteral()
|