Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp130 unsigned OperandSize = DL.getTypeStoreSize(OpTy); in createMemCpyLoopKnownSize() local
132 (!AtomicElementSize || OperandSize % *AtomicElementSize == 0) && in createMemCpyLoopKnownSize()
135 uint64_t GepIndex = BytesCopied / OperandSize; in createMemCpyLoopKnownSize()
136 assert(GepIndex * OperandSize == BytesCopied && in createMemCpyLoopKnownSize()
169 BytesCopied += OperandSize; in createMemCpyLoopKnownSize()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrFormats.td176 class OperandSize<bits<2> val> {
179 def OpSizeFixed : OperandSize<0>; // Never needs a 0x66 prefix.
180 def OpSize16 : OperandSize<1>; // Needs 0x66 prefix in 32-bit mode.
181 def OpSize32 : OperandSize<2>; // Needs 0x66 prefix in 16-bit mode.
194 class OpSize16 { OperandSize OpSize = OpSize16; }
195 class OpSize32 { OperandSize OpSize = OpSize32; }
308 OperandSize OpSize = OpSizeFixed; // Does this instruction's encoding change
H A DX86InstrArithmetic.td543 bit hasOddOpcode, OperandSize opSize,
597 OperandSize OpSize = opSize;
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp463 OperandSize(OpSize) {} in CmpConstants()
479 const unsigned OperandSize; member
545 if (!validOpRegPair(MRI, LHSReg, RHSReg, Helper.OperandSize, in selectCmp()
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DProgRef.rst1961 OperandSize OpSize = OpSize32;