HomeSort by relevance Sort by last modified time
    Searched defs:BitSize (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 37 unsigned BitSize = Ty->getPrimitiveSizeInBits();
40 if (BitSize == 0)
43 if (BitSize > 64)
70 unsigned BitSize = Ty->getPrimitiveSizeInBits();
73 if (BitSize == 0)
76 if (BitSize > 64)
92 if (BitSize == 8)
141 if (BitSize <= 32)
152 if (TII->isRxSBGMask(Imm.getZExtValue(), BitSize, Start, End))
188 unsigned BitSize = Ty->getPrimitiveSizeInBits()
    [all...]
SystemZISelDAGToDAG.cpp 115 // otherwise. The output value has BitSize bits, although Input may be
120 : Opcode(Op), BitSize(N.getValueType().getSizeInBits()),
121 Mask(allOnes(BitSize)), Input(N), Start(64 - BitSize), End(63),
125 unsigned BitSize;
730 if (TII->isRxSBGMask(Mask, RxSBG.BitSize, RxSBG.Start, RxSBG.End)) {
752 uint64_t BitSize = N.getValueType().getSizeInBits();
753 uint64_t Mask = allOnes(BitSize);
809 if (RxSBG.BitSize != 64 || N.getValueType() != MVT::i64)
841 if (maskMatters(RxSBG, allOnes(RxSBG.BitSize) - allOnes(InnerBitSize))
    [all...]
SystemZISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h 46 uint64_t BitSize;
58 return Bits.size() == BitSize;
195 /// Allocate BitSize bits in the byte array where Bits contains the bits to
200 void allocate(const std::set<uint64_t> &Bits, uint64_t BitSize,
  /external/llvm/unittests/Transforms/IPO/
LowerTypeTests.cpp 21 uint64_t BitSize;
63 EXPECT_EQ(T.BitSize, BSI.BitSize);
113 uint64_t BitSize;
149 BABuilder.allocate(A.Bits, A.BitSize, GotByteOffset, GotMask);
  /art/runtime/base/
bit_vector.h 66 return bit_index_ == BitSize();
81 bit_index_(BitSize()) { }
83 uint32_t BitSize() const {
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 51 unsigned BitSize = Ty->getPrimitiveSizeInBits();
52 if (BitSize == 0)
81 unsigned BitSize = Ty->getPrimitiveSizeInBits();
82 if (BitSize == 0)
115 unsigned BitSize = Ty->getPrimitiveSizeInBits();
116 if (BitSize == 0)
  /external/v8/src/
bignum.cc 20 static int BitSize(S value) {
27 DCHECK(kBigitSize >= BitSize(value));
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 189 unsigned BitSize = getSizeInBits();
190 return BitSize >= 8 && !(BitSize & (BitSize - 1));
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 169 unsigned BitSize = V->getType()->getPrimitiveSizeInBits();
173 switch(BitSize) {
273 unsigned BitSize = V->getType()->getPrimitiveSizeInBits();
274 unsigned WordSize = (BitSize + 63) / 64;
279 for (unsigned i = 1, ct = 0; i < (BitSize>64 ? 64 : BitSize);
290 if (BitSize > 64) {
293 BitSize -= 64;
306 unsigned BitSize = V->getType()->getPrimitiveSizeInBits();
307 for (unsigned i = 1; i < BitSize; i <<= 1)
    [all...]
TargetLoweringBase.cpp     [all...]
TargetInstrInfo.cpp 354 unsigned BitSize = TRI->getSubRegIdxSize(SubIdx);
357 if (BitSize % 8)
364 Size = BitSize /= 8;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 43 unsigned BitSize = Ty->getPrimitiveSizeInBits();
44 if (BitSize == 0)
49 if (BitSize & 0x3f)
50 ImmVal = Imm.sext((BitSize + 63) & ~0x3fU);
55 for (unsigned ShiftVal = 0; ShiftVal < BitSize; ShiftVal += 64) {
68 unsigned BitSize = Ty->getPrimitiveSizeInBits();
71 if (BitSize == 0)
121 int NumConstants = (BitSize + 63) / 64;
134 unsigned BitSize = Ty->getPrimitiveSizeInBits();
137 if (BitSize == 0
    [all...]
AArch64ISelDAGToDAG.cpp 352 unsigned BitSize = N.getValueType().getSizeInBits();
353 unsigned Val = RHS->getZExtValue() & (BitSize - 1);
    [all...]
AArch64InstrInfo.cpp 542 static bool canBeExpandedToORR(const MachineInstr &MI, unsigned BitSize) {
544 uint64_t UImm = Imm << (64 - BitSize) >> (64 - BitSize);
546 return AArch64_AM::processLogicalImmediate(UImm, BitSize, Encoding);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IntrinsicLowering.cpp 169 unsigned BitSize = V->getType()->getPrimitiveSizeInBits();
173 switch(BitSize) {
273 unsigned BitSize = V->getType()->getPrimitiveSizeInBits();
274 unsigned WordSize = (BitSize + 63) / 64;
279 for (unsigned i = 1, ct = 0; i < (BitSize>64 ? 64 : BitSize);
290 if (BitSize > 64) {
293 BitSize -= 64;
306 unsigned BitSize = V->getType()->getPrimitiveSizeInBits();
307 for (unsigned i = 1; i < BitSize; i <<= 1)
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 160 const unsigned BitSize = ByteSize * 8;
162 std::string BitSizeStr = utostr(BitSize);
181 Type *Ty = Type::getIntNTy(M.getContext(), BitSize);
211 SmallString<32> RMWName("__tsan_atomic" + itostr(BitSize) + NamePart);
574 const unsigned BitSize = ByteSize * 8;
575 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
595 const unsigned BitSize = ByteSize * 8;
596 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
612 const unsigned BitSize = ByteSize * 8;
613 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ValueTypes.h 525 unsigned BitSize = getSizeInBits();
526 return BitSize >= 8 && !(BitSize & (BitSize - 1));
  /external/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 59 if (BitOffset >= BitSize)
99 OS << "offset " << ByteOffset << " size " << BitSize << " align "
137 BSI.BitSize = ((Max - Min) >> BSI.AlignLog2) + 1;
176 uint64_t BitSize, uint64_t &AllocByteOffset,
187 unsigned ReqSize = AllocByteOffset + BitSize;
202 uint64_t BitSize;
321 BAI->BitSize = BSI.BitSize;
330 return BAI1.BitSize > BAI2.BitSize;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hidpi.h 99 USHORT BitSize;
  /art/runtime/
stack_map.h 666 DCHECK_LE(BitSize(), 32u);
669 ALWAYS_INLINE size_t BitSize() const { return end_offset_ - start_offset_; }
674 return static_cast<int32_t>(region.LoadBits(start_offset_, BitSize())) + min_value_;
679 region.StoreBits(start_offset_, value - min_value_, BitSize());
754 ALWAYS_INLINE size_t BitSize() const {
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 590 BitFieldRecord(TypeIndex Type, uint8_t BitSize, uint8_t BitOffset)
591 : TypeRecord(TypeRecordKind::BitField), Type(Type), BitSize(BitSize),
603 uint8_t getBitSize() const { return BitSize; }
608 uint8_t BitSize;
613 uint8_t BitSize;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]

Completed in 1143 milliseconds

1 2 3 4 5