/external/llvm/lib/Transforms/Instrumentation/ |
H A D | ThreadSanitizer.cpp | 153 const size_t BitSize = ByteSize * 8; local 162 Type *Ty = Type::getIntNTy(M.getContext(), BitSize); 164 SmallString<32> AtomicLoadName("__tsan_atomic" + itostr(BitSize) + 169 SmallString<32> AtomicStoreName("__tsan_atomic" + itostr(BitSize) + 195 SmallString<32> RMWName("__tsan_atomic" + itostr(BitSize) + NamePart); 200 SmallString<32> AtomicCASName("__tsan_atomic" + itostr(BitSize) + 504 const size_t BitSize = ByteSize * 8; local 505 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); 519 const size_t BitSize = ByteSize * 8; local 520 Type *Ty = Type::getIntNTy(IRB.getContext(), BitSize); 537 const size_t BitSize = ByteSize * 8; local 551 const size_t BitSize = ByteSize * 8; local [all...] |
/external/llvm/lib/CodeGen/ |
H A D | IntrinsicLowering.cpp | 169 unsigned BitSize = V->getType()->getPrimitiveSizeInBits(); local 173 switch(BitSize) { 273 unsigned BitSize = V->getType()->getPrimitiveSizeInBits(); local 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(); local 307 for (unsigned i = 1; i < BitSize; [all...] |
/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 110 // otherwise. The value has BitSize bits. 113 : Opcode(Op), BitSize(N.getValueType().getSizeInBits()), 114 Mask(allOnes(BitSize)), Input(N), Start(64 - BitSize), End(63), 118 unsigned BitSize; member in struct:__anon21488::RxSBGOperands 627 if (TII->isRxSBGMask(Mask, RxSBG.BitSize, RxSBG.Start, RxSBG.End)) { 642 ShiftedIn <<= RxSBG.BitSize - Count; 709 if (RxSBG.BitSize != 64) 728 if (Count < 1 || Count >= RxSBG.BitSize) 738 if (!refineRxSBGMask(RxSBG, allOnes(RxSBG.BitSize [all...] |
H A D | SystemZISelLowering.h | 224 unsigned BinOpcode, unsigned BitSize, 230 unsigned BitSize) const;
|
H A D | SystemZISelLowering.cpp | 1498 int64_t BitSize = NarrowVT.getSizeInBits(); 1535 DAG.getConstant(32 - BitSize, WideVT)); 1539 DAG.getConstant(uint32_t(-1) >> BitSize, WideVT)); 1544 DAG.getConstant(BitSize, WideVT) }; 1552 DAG.getConstant(BitSize, WideVT)); 1571 int64_t BitSize = NarrowVT.getSizeInBits(); 1598 NegBitShift, DAG.getConstant(BitSize, WideVT) }; 1854 // BitSize is the width of the field in bits, or 0 if this is a partword 1862 unsigned BitSize, 1867 bool IsSubWord = (BitSize < 3 1859 emitAtomicLoadBinary(MachineInstr *MI, MachineBasicBlock *MBB, unsigned BinOpcode, unsigned BitSize, bool Invert) const argument 2110 int64_t BitSize = MI->getOperand(7).getImm(); local [all...] |
H A D | SystemZInstrInfo.h | 212 // Mask of the R2 operand, given that only the low BitSize bits of Mask are 214 bool isRxSBGMask(uint64_t Mask, unsigned BitSize,
|
H A D | SystemZInstrInfo.cpp | 794 bool SystemZInstrInfo::isRxSBGMask(uint64_t Mask, unsigned BitSize, argument 811 if (isStringOfOnes(Mask ^ allOnes(BitSize), LSB, Length)) { 813 assert(LSB + Length < BitSize && "Top bit must be set");
|
/external/llvm/include/llvm/CodeGen/ |
H A D | ValueTypes.h | 687 unsigned BitSize = getSizeInBits(); local 688 return BitSize >= 8 && !(BitSize & (BitSize - 1));
|
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
H A D | bignum.cc | 46 static int BitSize(S value) { function in namespace:WTF::double_conversion 52 ASSERT(kBigitSize >= BitSize(value));
|
/external/chromium_org/v8/src/ |
H A D | bignum.cc | 44 static int BitSize(S value) { function in namespace:v8::internal 51 ASSERT(kBigitSize >= BitSize(value));
|
/external/clang/lib/AST/ |
H A D | ItaniumMangle.cpp | 2192 unsigned BitSize = (T->getNumElements() * local 2194 if (BitSize == 64) 2197 assert(BitSize == 128 && "Neon vector type not 64 or 128 bits"); 2239 unsigned BitSize = local 2241 (void)BitSize; // Silence warning. 2243 assert((BitSize == 64 || BitSize == 128) && 2246 assert(getASTContext().getTypeSize(EltType) != BitSize &&
|
H A D | ASTContext.cpp | 1706 CharUnits ASTContext::toCharUnitsFromBits(int64_t BitSize) const { 1707 return CharUnits::fromQuantity(BitSize / getCharWidth());
|
/external/v8/src/ |
H A D | bignum.cc | 44 static int BitSize(S value) { function in namespace:v8::internal 50 ASSERT(kBigitSize >= BitSize(value));
|
/external/llvm/include/llvm/Target/ |
H A D | TargetLowering.h | 1450 unsigned BitSize = VT.getSizeInBits(); 1452 if (BitSize < 8 || !isPowerOf2_32(BitSize)) {
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
H A D | windows_usb.h | 880 USHORT BitSize; member in struct:_HIDP_VALUE_CAPS
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 2131 unsigned BitSize = getDataLayout()->getTypeSizeInBits(OpTy); local 2132 switch (BitSize) { 2141 MVT::getVT(IntegerType::get(OpTy->getContext(), BitSize), true);
|
H A D | SelectionDAGBuilder.cpp | 5735 unsigned BitSize = TD->getTypeSizeInBits(OpTy); local 5736 switch (BitSize) { 5744 OpTy = IntegerType::get(Context, BitSize);
|
/external/clang/include/clang/AST/ |
H A D | ASTContext.h | 1573 CharUnits toCharUnitsFromBits(int64_t BitSize) const;
|
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 841 unsigned BitSize; local 844 if (BV->isConstantSplat(APVal, APUndef, BitSize, HasAnyUndefs, 32, true))
|