Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h434 uint32_t OperandSize = 0; variable
445 .slice(OperandStart, OperandSize); in getOperands()
452 .slice(OperandStart, OperandSize)); in getInst()
459 if (Inst.getNumOperands() > OperandSize) { in setInst()
463 OperandSize = Inst.getNumOperands(); in setInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFormats.td181 class OperandSize<bits<2> val> {
184 def OpSizeFixed : OperandSize<0>; // Never needs a 0x66 prefix.
185 def OpSize16 : OperandSize<1>; // Needs 0x66 prefix in 32/64-bit mode.
186 def OpSize32 : OperandSize<2>; // Needs 0x66 prefix in 16-bit mode.
232 OperandSize OpSize = OpSizeFixed; // Does this instruction's encoding change
H A DX86InstrUtils.td19 class OpSize16 { OperandSize OpSize = OpSize16; }
20 class OpSize32 { OperandSize OpSize = OpSize32; }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp125 unsigned OperandSize = DL.getTypeStoreSize(OpTy); in createMemCpyLoopKnownSize() local
127 (!AtomicElementSize || OperandSize % *AtomicElementSize == 0) && in createMemCpyLoopKnownSize()
151 BytesCopied += OperandSize; in createMemCpyLoopKnownSize()
713 unsigned OperandSize = DL.getTypeStoreSize(OpTy); in createMemMoveLoopKnownSize() local
726 BytesCopied += OperandSize; in createMemMoveLoopKnownSize()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp465 OperandSize(OpSize) {} in CmpConstants()
481 const unsigned OperandSize; member
547 if (!validOpRegPair(MRI, LHSReg, RHSReg, Helper.OperandSize, in selectCmp()