HomeSort by relevance Sort by last modified time
    Searched refs:OpSize (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 50 /// The OpSize field from the record
51 uint8_t OpSize;
117 /// @param OpSize Indicates the operand size of the instruction.
118 /// If register size does not match OpSize, then
122 bool hasREX_WPrefix, uint8_t OpSize);
129 /// @param OpSize - Indicates whether this is an OpSize16 instruction.
133 uint8_t OpSize);
138 uint8_t OpSize);
143 uint8_t OpSize);
145 uint8_t OpSize);
    [all...]
X86RecognizableInstr.cpp 211 OpSize = byteFromRec(Rec, "OpSizeBits");
419 if (HasREX_WPrefix && (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD))
423 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XD)
425 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS)
427 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize32)
429 else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD)
446 if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XD)
448 else if (OpSize == X86Local::OpSize16 && OpPrefix == X86Local::XS)
450 else if (OpSize == X86Local::OpSize16 && AdSize == X86Local::AdSize16)
452 else if (OpSize == X86Local::OpSize16 || OpPrefix == X86Local::PD
    [all...]
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
SIMCCodeEmitter.cpp 44 uint32_t getLitEncoding(const MCOperand &MO, unsigned OpSize) const;
164 unsigned OpSize) const {
183 if (OpSize == 4)
186 assert(OpSize == 8);
  /external/llvm/lib/IR/
Metadata.cpp 445 size_t OpSize = NumOps * sizeof(MDOperand);
448 OpSize = alignTo(OpSize, llvm::alignOf<uint64_t>());
449 void *Ptr = reinterpret_cast<char *>(::operator new(OpSize + Size)) + OpSize;
458 size_t OpSize = N->NumOperands * sizeof(MDOperand);
459 OpSize = alignTo(OpSize, llvm::alignOf<uint64_t>());
464 ::operator delete(reinterpret_cast<char *>(Mem) - OpSize);
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 76 unsigned OpSize = OpTy->getScalarSizeInBits();
77 if (DL.isLegalInteger(OpSize) &&
78 OpSize <= DL.getPointerTypeSizeInBits(Ty))
  /external/llvm/lib/Target/AMDGPU/
SIFoldOperands.cpp 317 unsigned OpSize = TII->getOpSize(MI, 1);
329 if (FoldingImm && !TII->isInlineConstant(OpToFold, OpSize) &&
SIInstrInfo.h 376 bool isInlineConstant(const MachineOperand &MO, unsigned OpSize) const;
377 bool isLiteralConstant(const MachineOperand &MO, unsigned OpSize) const;
389 unsigned OpSize) const;
SIInstrInfo.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 77 unsigned OpSize = OpTy->getScalarSizeInBits();
78 if (DL.isLegalInteger(OpSize) &&
79 OpSize <= DL.getPointerTypeSizeInBits(Ty))
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfoImpl.h 77 unsigned OpSize = OpTy->getScalarSizeInBits();
78 if (DL.isLegalInteger(OpSize) &&
79 OpSize <= DL.getPointerTypeSizeInBits(Ty))
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfoImpl.h 77 unsigned OpSize = OpTy->getScalarSizeInBits();
78 if (DL.isLegalInteger(OpSize) &&
79 OpSize <= DL.getPointerTypeSizeInBits(Ty))
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfoImpl.h 77 unsigned OpSize = OpTy->getScalarSizeInBits();
78 if (DL.isLegalInteger(OpSize) &&
79 OpSize <= DL.getPointerTypeSizeInBits(Ty))
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfoImpl.h 77 unsigned OpSize = OpTy->getScalarSizeInBits();
78 if (DL.isLegalInteger(OpSize) &&
79 OpSize <= DL.getPointerTypeSizeInBits(Ty))
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfoImpl.h 77 unsigned OpSize = OpTy->getScalarSizeInBits();
78 if (DL.isLegalInteger(OpSize) &&
79 OpSize <= DL.getPointerTypeSizeInBits(Ty))
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfoImpl.h 77 unsigned OpSize = OpTy->getScalarSizeInBits();
78 if (DL.isLegalInteger(OpSize) &&
79 OpSize <= DL.getPointerTypeSizeInBits(Ty))
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 77 unsigned OpSize = OpTy->getScalarSizeInBits();
78 if (DL.isLegalInteger(OpSize) &&
79 OpSize <= DL.getPointerTypeSizeInBits(Ty))
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfoImpl.h 77 unsigned OpSize = OpTy->getScalarSizeInBits();
78 if (DL.isLegalInteger(OpSize) &&
79 OpSize <= DL.getPointerTypeSizeInBits(Ty))
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfoImpl.h 77 unsigned OpSize = OpTy->getScalarSizeInBits();
78 if (DL.isLegalInteger(OpSize) &&
79 OpSize <= DL.getPointerTypeSizeInBits(Ty))
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfoImpl.h 77 unsigned OpSize = OpTy->getScalarSizeInBits();
78 if (DL.isLegalInteger(OpSize) &&
79 OpSize <= DL.getPointerTypeSizeInBits(Ty))
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfoImpl.h 77 unsigned OpSize = OpTy->getScalarSizeInBits();
78 if (DL.isLegalInteger(OpSize) &&
79 OpSize <= DL.getPointerTypeSizeInBits(Ty))
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfoImpl.h 77 unsigned OpSize = OpTy->getScalarSizeInBits();
78 if (DL.isLegalInteger(OpSize) &&
79 OpSize <= DL.getPointerTypeSizeInBits(Ty))
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfoImpl.h 77 unsigned OpSize = OpTy->getScalarSizeInBits();
78 if (DL.isLegalInteger(OpSize) &&
79 OpSize <= DL.getPointerTypeSizeInBits(Ty))
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 256 // OpSize - Set if this instruction requires an operand size prefix (0x66),
259 OpSize = 1 << 6,
X86MCCodeEmitter.cpp 452 if (TSFlags & X86II::OpSize)
771 if (TSFlags & X86II::OpSize)
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 676 unsigned OpSize = DL.getTypeSizeInBits(Op0->getType());
681 return ConstantInt::get(Op0->getType(), Offs1.zextOrTrunc(OpSize) -
682 Offs2.zextOrTrunc(OpSize));
    [all...]

Completed in 1971 milliseconds

1 2