Searched defs:BW (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp148 unsigned BW = Ty->getPrimitiveSizeInBits(); local
H A DHexagonExpandCondsets.cpp1157 bool HexagonExpandCondsets::isIntReg(RegisterRef RR, unsigned &BW) { argument
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp207 unsigned BW = I->getOperand(0)->getType()->getPrimitiveSizeInBits(); local
216 unsigned BW = I->getOperand(0)->getType()->getPrimitiveSizeInBits(); local
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp800 unsigned BW = VT.getScalarType().getSizeInBits(); local
990 unsigned BW = SVT.getSizeInBits(); local
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp340 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
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1643 Create(ASTContext &C, ObjCContainerDecl *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, AccessControl ac, Expr *BW, bool synthesized) argument
1721 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, Expr *BW) argument
H A DDecl.cpp3438 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, InClassInitStyle InitStyle) argument
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp1599 BitPart(Value *P, unsigned BW) : Provider(P) { argument
1767 unsigned BW = ITy->getBitWidth(); local
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2159 unsigned BW = VT.getSizeInBits(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h1618 ObjCIvarDecl(ObjCContainerDecl *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, AccessControl ac, Expr *BW, bool synthesized) argument
1678 ObjCAtDefsFieldDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, Expr *BW) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp13430 Expr * BW = IntegerLiteral::Create(Context, Zero, Context.IntTy, DeclLoc); local
H A DSemaDeclCXX.cpp2005 ActOnCXXMemberDeclarator(Scope *S, AccessSpecifier AS, Declarator &D, MultiTemplateParamsArg TemplateParameterLists, Expr *BW, const VirtSpecifiers &VS, InClassInitStyle InitStyle) argument

Completed in 337 milliseconds