Searched refs:BW (Results 1 - 11 of 11) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DBitVector.h454 BitWord BW = Bits[i];
459 if (AddBits) BW |= BitWord(M) << b;
460 else BW &= ~(BitWord(M) << b);
462 Bits[i] = BW;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp437 unsigned BW = SVT.getSizeInBits(); local
438 SDValue HalfWord = DAG.getConstant(BW/2, VT);
447 SDValue TWOHW = DAG.getConstantFP((1<<(BW/2)), Op.getValueType());
/external/clang/lib/AST/
H A DDeclObjC.cpp898 AccessControl ac, Expr *BW,
920 if (BW)
925 if (BW)
933 ac, BW, synthesized);
975 IdentifierInfo *Id, QualType T, Expr *BW) {
976 return new (C) ObjCAtDefsFieldDecl(DC, StartLoc, IdLoc, Id, T, BW);
894 Create(ASTContext &C, ObjCContainerDecl *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, AccessControl ac, Expr *BW, bool synthesized) argument
973 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, Expr *BW) argument
H A DDecl.cpp2448 TypeSourceInfo *TInfo, Expr *BW, bool Mutable,
2451 BW, Mutable, HasInit);
2445 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, bool HasInit) argument
/external/clang/include/clang/AST/
H A DDeclObjC.h997 QualType T, TypeSourceInfo *TInfo, AccessControl ac, Expr *BW,
999 : FieldDecl(ObjCIvar, DC, StartLoc, IdLoc, Id, T, TInfo, BW,
1008 AccessControl ac, Expr *BW = NULL,
1055 QualType T, Expr *BW)
1058 BW, /*Mutable=*/false, /*HasInit=*/false) {}
1064 QualType T, Expr *BW);
995 ObjCIvarDecl(ObjCContainerDecl *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, AccessControl ac, Expr *BW, bool synthesized) argument
1053 ObjCAtDefsFieldDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, Expr *BW) argument
H A DDecl.h2111 QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable,
2115 InitializerOrBitWidth(BW, !HasInit) {
2116 assert(!(BW && HasInit) && "got initializer for bitfield");
2123 TypeSourceInfo *TInfo, Expr *BW, bool Mutable,
2156 void setBitWidth(Expr *BW) {
2159 InitializerOrBitWidth.setPointer(BW);
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp252 unsigned BW,
255 Parent(NULL), BestIndex(-1), BitWidth(BW), Emitter(E) {
249 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, const std::vector<unsigned> &IDs, const std::map<unsigned, std::vector<OperandInfo> > &Ops, unsigned BW, const FixedLenDecoderEmitter *E) argument
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp5299 /// where N = 2^BW and BW is the common bit width of A and B. The signedness of
5305 uint32_t BW = A.getBitWidth();
5306 assert(BW == B.getBitWidth() && "Bit widths must be the same.");
5326 // (N / D) may need BW+1 bits in its representation. Hence, we'll use this
5328 APInt AD = A.lshr(Mult2).zext(BW + 1); // AD = A / D
5329 APInt Mod(BW + 1, 0);
5330 Mod.setBit(BW - Mult2); // Mod = N / D
5335 APInt Result = (I * B.lshr(Mult2).zext(BW + 1)).urem(Mod);
5337 // The result is guaranteed to be less than 2^BW s
[all...]
/external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
H A Dvideo.rtpdump793 BW���a;ʢU�x_%D�}V���#��ci��������@K���������L�f��q�'�w�B�qWB_h�a� Rf�w�^���/��Lc��^4D9��.ũx���)2:���Ĭx����Y�v0���i� �+���X�g�#��c4�΢���[
1582 �ߺ�GC��� *��>wn�'`��.��f�~7r�!�8b*����u2��B8p�v��"��jgZ�֦l#��'n�Ĉk8v��L��R��7�p�غ�$@�7/L�^��ҙtu"�3��r7yY���U�� b�!Vf�u��I�|��Yz�/+�����3�1����� ��y���޵|H��w�B ���%5�²�I�7�+9Y �t?��+�$BW�ĸ�^�#kA������+�<H��j:�{.�����ؾ��g��^�]R���w�mkB���^���}��lP� �̥r��NĉGL럓��� �N�f��/�MgR��~ D�����E�=�`����ޝ���~�o�?�v#���7��v<����#�E���l�}�/���^���oسq(����/��>��3\M
/external/clang/lib/Sema/
H A DSemaDecl.cpp9476 Expr * BW = IntegerLiteral::Create(Context, Zero, Context.IntTy, DeclLoc); local
9483 ObjCIvarDecl::Private, BW,
H A DSemaDeclCXX.cpp1444 /// declarator is parsed. 'AS' is the access specifier, 'BW' specifies the
1451 Expr *BW, const VirtSpecifiers &VS,
1462 Expr *BitWidth = static_cast<Expr*>(BW);
1449 ActOnCXXMemberDeclarator(Scope *S, AccessSpecifier AS, Declarator &D, MultiTemplateParamsArg TemplateParameterLists, Expr *BW, const VirtSpecifiers &VS, bool HasDeferredInit) argument

Completed in 159 milliseconds