Searched refs:OperandSize (Results 1 – 5 of 5) sorted by relevance
107 unsigned OperandSize = getLoopOperandSizeInBytes(OpTy); in createMemCpyLoopKnownSize() local108 uint64_t GepIndex = BytesCopied / OperandSize; in createMemCpyLoopKnownSize()109 assert(GepIndex * OperandSize == BytesCopied && in createMemCpyLoopKnownSize()129 BytesCopied += OperandSize; in createMemCpyLoopKnownSize()
414 OperandRegBankID(OpRegBank), OperandSize(OpSize) {} in CmpConstants()427 const unsigned OperandSize; member493 if (!validOpRegPair(MRI, LHSReg, RHSReg, Helper.OperandSize, in selectCmp()
163 class OperandSize<bits<2> val> {166 def OpSizeFixed : OperandSize<0>; // Never needs a 0x66 prefix.167 def OpSize16 : OperandSize<1>; // Needs 0x66 prefix in 32-bit mode.168 def OpSize32 : OperandSize<2>; // Needs 0x66 prefix in 16-bit mode.181 class OpSize16 { OperandSize OpSize = OpSize16; }182 class OpSize32 { OperandSize OpSize = OpSize32; }281 OperandSize OpSize = OpSizeFixed; // Does this instruction's encoding change
543 bit hasOddOpcode, OperandSize opSize,597 OperandSize OpSize = opSize;
11692 int OperandSize = in lowerVectorShuffleAsBroadcast() local11694 V = V.getOperand(BroadcastIdx / OperandSize); in lowerVectorShuffleAsBroadcast()11695 BroadcastIdx %= OperandSize; in lowerVectorShuffleAsBroadcast()