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

  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 84 unsigned BitWidth = EltTy.getSizeInBits();
100 return MVT::getIntegerVT(getSizeInBits());
179 return (getSizeInBits() & 7) == 0;
184 unsigned BitSize = getSizeInBits();
191 return getSizeInBits() == VT.getSizeInBits();
197 return getSizeInBits() > VT.getSizeInBits();
203 return getSizeInBits() >= VT.getSizeInBits();
    [all...]
MachineValueType.h 422 unsigned getSizeInBits() const {
425 llvm_unreachable("getSizeInBits called on extended MVT.");
509 return getScalarType().getSizeInBits();
515 return (getSizeInBits() + 7) / 8;
526 return getSizeInBits() > VT.getSizeInBits();
531 return getSizeInBits() >= VT.getSizeInBits();
536 return getSizeInBits() < VT.getSizeInBits();
    [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 484 uint64_t getSizeInBits() const { return 8 * StructSize; }
526 return getStructLayout(cast<StructType>(Ty))->getSizeInBits();
DebugInfoMetadata.h 541 uint64_t getSizeInBits() const { return SizeInBits; }
628 return getTemporary(getContext(), getTag(), getName(), getSizeInBits(),
691 getScope(), getBaseType(), getSizeInBits(),
793 getScope(), getBaseType(), getSizeInBits(),
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 767 uint64_t getSizeInBits() const { return Size; }
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 184 unsigned getSizeInBits() const { return Bitwidth; }
1091 if (BaseType.getSizeInBits() == 128 && !BaseType.noManglingQ()) {
    [all...]

Completed in 612 milliseconds