Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp103 unsigned OperandSize = DL.getTypeStoreSize(OpTy); in createMemCpyLoopKnownSize() local
104 uint64_t GepIndex = BytesCopied / OperandSize; in createMemCpyLoopKnownSize()
105 assert(GepIndex * OperandSize == BytesCopied && in createMemCpyLoopKnownSize()
126 BytesCopied += OperandSize; in createMemCpyLoopKnownSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrFormats.td174 class OperandSize<bits<2> val> {
177 def OpSizeFixed : OperandSize<0>; // Never needs a 0x66 prefix.
178 def OpSize16 : OperandSize<1>; // Needs 0x66 prefix in 32-bit mode.
179 def OpSize32 : OperandSize<2>; // Needs 0x66 prefix in 16-bit mode.
192 class OpSize16 { OperandSize OpSize = OpSize16; }
193 class OpSize32 { OperandSize OpSize = OpSize32; }
294 OperandSize OpSize = OpSizeFixed; // Does this instruction's encoding change
H A DX86InstrArithmetic.td543 bit hasOddOpcode, OperandSize opSize,
597 OperandSize OpSize = opSize;
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A DProgRef.rst1954 OperandSize OpSize = OpSize32;