Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp788 unsigned OpBytes; in EmitMatcher() local
794 OpBytes = 1; in EmitMatcher()
801 OpBytes = EmitVBRValue(VT, OS) + 1; in EmitMatcher()
804 unsigned Bytes = OpBytes + EmitSignedVBRValue(Val, OS); in EmitMatcher()
814 unsigned OpBytes; in EmitMatcher() local
817 OpBytes = 1; in EmitMatcher()
824 OpBytes = EmitVBRValue(VT, OS) + 1; in EmitMatcher()
831 return OpBytes + 1; in EmitMatcher()
838 unsigned OpBytes; in EmitMatcher() local
845 OpBytes = EmitVBRValue(VT, OS); in EmitMatcher()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5735 for (auto &[Op, OpBytes] : OpData) { in PerformBUILD_VECTORCombine()
5757 assert((*OpBytes == 0x10 || *OpBytes == 0x54) && in PerformBUILD_VECTORCombine()
5759 *OpBytes += 0x22; in PerformBUILD_VECTORCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5930 SmallVector<int, SystemZ::VectorBytes> OpBytes; in add() local
5931 if (!getVPermMask(Op, OpBytes)) in add()
5934 if (!getShuffleInput(OpBytes, Byte, BytesPerElement, NewByte)) in add()