Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp759 unsigned OpBytes; in EmitMatcher() local
765 OpBytes = 1; in EmitMatcher()
769 OpBytes = 2; in EmitMatcher()
773 unsigned Bytes = OpBytes + EmitSignedVBRValue(Val, OS); in EmitMatcher()
781 unsigned OpBytes; in EmitMatcher() local
784 OpBytes = 1; in EmitMatcher()
788 OpBytes = 2; in EmitMatcher()
793 return OpBytes + 1; in EmitMatcher()
807 unsigned OpBytes; in EmitMatcher() local
811 OpBytes = 1; in EmitMatcher()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5343 SmallVector<int, SystemZ::VectorBytes> OpBytes; in add() local
5344 if (!getVPermMask(Op, OpBytes)) in add()
5347 if (!getShuffleInput(OpBytes, Byte, BytesPerElement, NewByte)) in add()