Searched refs:DestByte (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 11543 calculateSrcByte(const SDValue Op, uint64_t DestByte, uint64_t SrcIndex = 0, in calculateSrcByte() argument 11555 return calculateSrcByte(Op->getOperand(0), DestByte, SrcIndex, Depth + 1); in calculateSrcByte() 11573 return calculateSrcByte(Op->getOperand(0), DestByte, SrcIndex, Depth + 1); in calculateSrcByte() 11589 return calculateSrcByte(Op->getOperand(0), DestByte, SrcIndex, Depth + 1); in calculateSrcByte() 11593 return ByteProvider<SDValue>::getSrc(Op, DestByte, SrcIndex); in calculateSrcByte()
|