Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp129 unsigned OperandSize = DL.getTypeStoreSize(OpTy); in createMemCpyLoopKnownSize() local
131 (!AtomicElementSize || OperandSize % *AtomicElementSize == 0) && in createMemCpyLoopKnownSize()
134 uint64_t GepIndex = BytesCopied / OperandSize; in createMemCpyLoopKnownSize()
135 assert(GepIndex * OperandSize == BytesCopied && in createMemCpyLoopKnownSize()
168 BytesCopied += OperandSize; in createMemCpyLoopKnownSize()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrFormats.td177 class OperandSize<bits<2> val> {
180 def OpSizeFixed : OperandSize<0>; // Never needs a 0x66 prefix.
181 def OpSize16 : OperandSize<1>; // Needs 0x66 prefix in 32-bit mode.
182 def OpSize32 : OperandSize<2>; // Needs 0x66 prefix in 16-bit mode.
195 class OpSize16 { OperandSize OpSize = OpSize16; }
196 class OpSize32 { OperandSize OpSize = OpSize32; }
309 OperandSize OpSize = OpSizeFixed; // Does this instruction's encoding change
H A DX86InstrArithmetic.td543 bit hasOddOpcode, OperandSize opSize,
597 OperandSize OpSize = opSize;
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/docs/TableGen/
H A DProgRef.rst1974 OperandSize OpSize = OpSize32;