/external/llvm/lib/IR/ |
D | Constants.cpp | 874 SmallVector<uint8_t, 16> Elts; in getImpl() local 883 SmallVector<uint16_t, 16> Elts; in getImpl() local 892 SmallVector<uint32_t, 16> Elts; in getImpl() local 901 SmallVector<uint64_t, 16> Elts; in getImpl() local 914 SmallVector<uint32_t, 16> Elts; in getImpl() local 924 SmallVector<uint64_t, 16> Elts; in getImpl() local 1062 SmallVector<uint8_t, 16> Elts; in getImpl() local 1071 SmallVector<uint16_t, 16> Elts; in getImpl() local 1080 SmallVector<uint32_t, 16> Elts; in getImpl() local 1089 SmallVector<uint64_t, 16> Elts; in getImpl() local [all …]
|
D | AutoUpgrade.cpp | 454 SmallVector<Metadata *, 1> Elts; in UpgradeIntrinsicCall() local 852 Metadata *Elts[] = {MD->getOperand(0), MD->getOperand(1)}; in UpgradeInstWithTBAATag() local 862 Metadata *Elts[] = {MD, MD, ConstantAsMetadata::get(Constant::getNullValue( in UpgradeInstWithTBAATag() local
|
D | Function.cpp | 762 Type *Elts[5]; in DecodeFixedType() local
|
D | Type.cpp | 430 Type **Elts = getContext().pImpl->TypeAllocator.Allocate<Type*>(NumElements); in setBody() local
|
D | DIBuilder.cpp | 536 SmallVector<llvm::Metadata *, 16> Elts; in getOrCreateTypeArray() local
|
/external/llvm/include/llvm/TableGen/ |
D | SetTheory.h | 128 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate()
|
/external/llvm/utils/TableGen/ |
D | TableGen.cpp | 157 const std::vector<Record*> *Elts = Sets.expand(Rec); in LLVMTableGenMain() local
|
/external/llvm/lib/TableGen/ |
D | SetTheory.cpp | 272 void SetTheory::evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() 313 RecSet Elts; in expand() local
|
/external/clang/include/clang/AST/ |
D | APValue.h | 81 APValue *Elts; member 87 APValue *Elts; member 93 APValue *Elts; member
|
/external/llvm/include/llvm/ADT/ |
D | TinyPtrVector.h | 106 explicit TinyPtrVector(ArrayRef<EltTy> Elts) in TinyPtrVector()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1654 SmallVector<Metadata *, 8> Elts; in ParseMetadata() local 1690 SmallVector<Metadata *, 8> Elts; in ParseMetadata() local 2176 SmallVector<Constant*, 16> Elts; in ParseConstants() local 2203 SmallString<16> Elts(Record.begin(), Record.end()); in ParseConstants() local 2216 SmallVector<uint8_t, 16> Elts(Record.begin(), Record.end()); in ParseConstants() local 2222 SmallVector<uint16_t, 16> Elts(Record.begin(), Record.end()); in ParseConstants() local 2228 SmallVector<uint32_t, 16> Elts(Record.begin(), Record.end()); in ParseConstants() local 2234 SmallVector<uint64_t, 16> Elts(Record.begin(), Record.end()); in ParseConstants() local 2240 SmallVector<float, 16> Elts(Size); in ParseConstants() local 2247 SmallVector<double, 16> Elts(Size); in ParseConstants() local [all …]
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 635 SmallVector<llvm::Constant*, 2> Elts; in VisitCastExpr() local 773 std::vector<llvm::Constant*> Elts; in EmitArrayInitialization() local 1086 llvm::Constant *Elts[] = { in EmitConstantValue() local 1237 std::vector<llvm::Constant*> Elts; in EmitConstantValue() local
|
D | CGExpr.cpp | 464 const llvm::Constant *Elts) { in getAccessedFieldNo() 1395 const llvm::Constant *Elts = LV.getExtVectorElts(); in EmitLoadOfExtVectorElementLValue() local 1431 const llvm::Constant *Elts = LV.getExtVectorElts(); in EmitExtVectorElementLValue() local 1637 const llvm::Constant *Elts = Dst.getExtVectorElts(); in EmitStoreThroughExtVectorComponentLValue() local 2565 SmallVectorImpl<unsigned> &Elts) { in GenerateConstantVector()
|
D | CGValue.h | 319 static LValue MakeExtVectorElt(llvm::Value *Vec, llvm::Constant *Elts, in MakeExtVectorElt()
|
D | CGDebugInfo.cpp | 1033 SmallVector<llvm::Metadata *, 16> Elts; in getOrCreateInstanceMethodType() local 2520 SmallVector<llvm::Metadata *, 16> Elts; in getOrCreateFunctionType() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 990 SmallVector<Constant*, 16> Elts; in SimplifyDemandedVectorElts() local 1127 SmallVector<Constant*, 16> Elts; in SimplifyDemandedVectorElts() local
|
D | InstCombineVectorOps.cpp | 916 SmallVector<Constant*, 16> Elts; in visitShuffleVectorInst() local 1213 SmallVector<Constant*, 16> Elts; in visitShuffleVectorInst() local
|
D | InstCombineMulDivRem.cpp | 114 SmallVector<Constant *, 4> Elts; in getLogBase2Vector() local 1458 SmallVector<Constant *, 16> Elts(VWidth); in visitSRem() local
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 1566 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() 1575 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() 1587 void apply(SetTheory &ST, DagInit *Expr, SetTheory::RecSet &Elts, in emitDagShuffle() 1610 void expand(SetTheory &ST, Record *R, SetTheory::RecSet &Elts) override { in emitDagShuffle() 1636 SetTheory::RecSet Elts; in emitDagShuffle() local
|
/external/llvm/tools/bugpoint/ |
D | ExtractFunction.cpp | 202 Constant *Elts[] = { in GetTorInit() local
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1957 SmallVector<Type*, 8> Elts; in ParseAnonStructType() local 2385 SmallVector<Constant*, 16> Elts; in ParseValID() local 2402 SmallVector<Constant*, 16> Elts; in ParseValID() local 2440 SmallVector<Constant*, 16> Elts; in ParseValID() local 2800 SmallVector<Constant*, 16> Elts; in ParseValID() local 2943 bool LLParser::ParseGlobalValueVector(SmallVectorImpl<Constant *> &Elts) { in ParseGlobalValueVector() 2964 SmallVector<Metadata *, 16> Elts; in ParseMDTuple() local 5612 bool LLParser::ParseMDNodeVector(SmallVectorImpl<Metadata *> &Elts) { in ParseMDNodeVector()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 27 void ObjCListBase::set(void *const* InList, unsigned Elts, ASTContext &Ctx) { in set() 37 void ObjCProtocolList::set(ObjCProtocolDecl* const* InList, unsigned Elts, in set()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_context.h | 207 GLuint *Elts; member
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_context.h | 353 GLuint *Elts; member
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 1414 SmallSetVector<Metadata *, 16> Elts; in linkModuleFlagsMetadata() local
|