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

  /art/runtime/base/
bit_field.h 55 static int BitSize() {
bit_vector.h 62 DCHECK_LT(bit_index_, BitSize());
67 DCHECK_LT(bit_index_, BitSize());
80 return bit_index_ == BitSize();
95 bit_index_(BitSize()) { }
97 uint32_t BitSize() const {
102 DCHECK_LE(start_index, BitSize());
113 return BitSize();
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
bignum.cc 46 static int BitSize(S value) {
52 ASSERT(kBigitSize >= BitSize(value));
  /external/chromium_org/v8/src/
bignum.cc 21 static int BitSize(S value) {
28 ASSERT(kBigitSize >= BitSize(value));
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 161 unsigned BitSize = Ty->getPrimitiveSizeInBits();
162 if (BitSize == 0)
167 if (BitSize & 0x3f)
168 ImmVal = Imm.sext((BitSize + 63) & ~0x3fU);
173 for (unsigned ShiftVal = 0; ShiftVal < BitSize; ShiftVal += 64) {
186 unsigned BitSize = Ty->getPrimitiveSizeInBits();
189 if (BitSize == 0)
239 unsigned NumConstants = (BitSize + 63) / 64;
251 unsigned BitSize = Ty->getPrimitiveSizeInBits();
254 if (BitSize == 0
    [all...]
AArch64ISelDAGToDAG.cpp 327 unsigned BitSize = N.getValueType().getSizeInBits();
328 unsigned Val = RHS->getZExtValue() & (BitSize - 1);
    [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 144 unsigned BitSize = Ty->getPrimitiveSizeInBits();
145 if (BitSize == 0)
174 unsigned BitSize = Ty->getPrimitiveSizeInBits();
175 if (BitSize == 0)
198 unsigned BitSize = Ty->getPrimitiveSizeInBits();
199 if (BitSize == 0)
PPCISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 167 unsigned BitSize = getSizeInBits();
168 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...]
TargetInstrInfo.cpp 293 unsigned BitSize = TM->getRegisterInfo()->getSubRegIdxSize(SubIdx);
296 if (BitSize % 8)
303 Size = BitSize /= 8;
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 144 const size_t BitSize = ByteSize * 8;
153 Type *Ty = Type::getIntNTy(M.getContext(), BitSize);
155 SmallString<32> AtomicLoadName("__tsan_atomic" + itostr(BitSize) +
160 SmallString<32> AtomicStoreName("__tsan_atomic" + itostr(BitSize) +
186 SmallString<32> RMWName("__tsan_atomic" + itostr(BitSize) + NamePart);
191 SmallString<32> AtomicCASName("__tsan_atomic" + itostr(BitSize) +
479 const size_t BitSize = ByteSize * 8;
480 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
494 const size_t BitSize = ByteSize * 8;
495 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 112 // otherwise. The output value has BitSize bits, although Input may be
116 : Opcode(Op), BitSize(N.getValueType().getSizeInBits()),
117 Mask(allOnes(BitSize)), Input(N), Start(64 - BitSize), End(63),
121 unsigned BitSize;
683 if (TII->isRxSBGMask(Mask, RxSBG.BitSize, RxSBG.Start, RxSBG.End)) {
752 if (RxSBG.BitSize != 64 || N.getValueType() != MVT::i64)
784 if (maskMatters(RxSBG, allOnes(RxSBG.BitSize) - allOnes(InnerBitSize)))
797 unsigned BitSize = N.getValueType().getSizeInBits();
798 if (Count < 1 || Count >= BitSize)
    [all...]
SystemZISelLowering.cpp     [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hidpi.h 216 USHORT BitSize;
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h 880 USHORT BitSize;
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.9.2/
sdklib-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/23.0.1/
sdklib-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/23.0.2/
sdklib-23.0.2.jar 

Completed in 554 milliseconds