Home
last modified time | relevance | path

Searched refs:OperandSize (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp107 unsigned OperandSize = getLoopOperandSizeInBytes(OpTy); in createMemCpyLoopKnownSize() local
108 uint64_t GepIndex = BytesCopied / OperandSize; in createMemCpyLoopKnownSize()
109 assert(GepIndex * OperandSize == BytesCopied && in createMemCpyLoopKnownSize()
129 BytesCopied += OperandSize; in createMemCpyLoopKnownSize()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp414 OperandRegBankID(OpRegBank), OperandSize(OpSize) {} in CmpConstants()
427 const unsigned OperandSize; member
493 if (!validOpRegPair(MRI, LHSReg, RHSReg, Helper.OperandSize, in selectCmp()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrFormats.td163 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
H A DX86InstrArithmetic.td543 bit hasOddOpcode, OperandSize opSize,
597 OperandSize OpSize = opSize;
H A DX86ISelLowering.cpp11692 int OperandSize = in lowerVectorShuffleAsBroadcast() local
11694 V = V.getOperand(BroadcastIdx / OperandSize); in lowerVectorShuffleAsBroadcast()
11695 BroadcastIdx %= OperandSize; in lowerVectorShuffleAsBroadcast()