Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp194 [[maybe_unused]] static unsigned getOperandSize(MachineInstr &MI, unsigned Idx, in getOperandSize() function
320 assert(getOperandSize(*DPPInst, Src0Idx, *MRI) == in createDPPInst()
321 getOperandSize(*DPPInst, NumOperands, *MRI) && in createDPPInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h1295 inline unsigned getOperandSize(const MCOperandInfo &OpInfo) { in getOperandSize() function
1341 inline unsigned getOperandSize(const MCInstrDesc &Desc, unsigned OpNo) { in getOperandSize() function
1342 return getOperandSize(Desc.operands()[OpNo]); in getOperandSize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2165 const unsigned Size = Imm.IsFPImm ? sizeof(double) : getOperandSize(InstDesc, OpNum); in addLiteralImmOperand()
3438 auto OpSize = AMDGPU::getOperandSize(Desc, OpIdx); in isInlineConstant()
3604 unsigned Size = AMDGPU::getOperandSize(Desc, OpIdx); in validateConstantBusLimitations()
4503 AMDGPU::getOperandSize(Desc.operands()[OpIdx]) == 8; in validateVOPLiteral()