HomeSort by relevance Sort by last modified time
    Searched defs:OpSize (Results 1 - 13 of 13) sorted by null

  /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...]
  /external/llvm/lib/Target/AMDGPU/
SIFoldOperands.cpp 317 unsigned OpSize = TII->getOpSize(MI, 1);
329 if (FoldingImm && !TII->isInlineConstant(OpToFold, OpSize) &&
  /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/Analysis/
ConstantFolding.cpp 676 unsigned OpSize = DL.getTypeSizeInBits(Op0->getType());
681 return ConstantInt::get(Op0->getType(), Offs1.zextOrTrunc(OpSize) -
682 Offs2.zextOrTrunc(OpSize));
    [all...]
  /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,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 5280 milliseconds