Home
last modified time | relevance | path

Searched defs:Elts (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm/lib/IR/
DConstants.cpp874 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 …]
DAutoUpgrade.cpp454 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
DFunction.cpp762 Type *Elts[5]; in DecodeFixedType() local
DType.cpp430 Type **Elts = getContext().pImpl->TypeAllocator.Allocate<Type*>(NumElements); in setBody() local
DDIBuilder.cpp536 SmallVector<llvm::Metadata *, 16> Elts; in getOrCreateTypeArray() local
/external/llvm/include/llvm/TableGen/
DSetTheory.h128 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate()
/external/llvm/utils/TableGen/
DTableGen.cpp157 const std::vector<Record*> *Elts = Sets.expand(Rec); in LLVMTableGenMain() local
/external/llvm/lib/TableGen/
DSetTheory.cpp272 void SetTheory::evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate()
313 RecSet Elts; in expand() local
/external/clang/include/clang/AST/
DAPValue.h81 APValue *Elts; member
87 APValue *Elts; member
93 APValue *Elts; member
/external/llvm/include/llvm/ADT/
DTinyPtrVector.h106 explicit TinyPtrVector(ArrayRef<EltTy> Elts) in TinyPtrVector()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1654 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/
DCGExprConstant.cpp635 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
DCGExpr.cpp464 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()
DCGValue.h319 static LValue MakeExtVectorElt(llvm::Value *Vec, llvm::Constant *Elts, in MakeExtVectorElt()
DCGDebugInfo.cpp1033 SmallVector<llvm::Metadata *, 16> Elts; in getOrCreateInstanceMethodType() local
2520 SmallVector<llvm::Metadata *, 16> Elts; in getOrCreateFunctionType() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp990 SmallVector<Constant*, 16> Elts; in SimplifyDemandedVectorElts() local
1127 SmallVector<Constant*, 16> Elts; in SimplifyDemandedVectorElts() local
DInstCombineVectorOps.cpp916 SmallVector<Constant*, 16> Elts; in visitShuffleVectorInst() local
1213 SmallVector<Constant*, 16> Elts; in visitShuffleVectorInst() local
DInstCombineMulDivRem.cpp114 SmallVector<Constant *, 4> Elts; in getLogBase2Vector() local
1458 SmallVector<Constant *, 16> Elts(VWidth); in visitSRem() local
/external/clang/utils/TableGen/
DNeonEmitter.cpp1566 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/
DExtractFunction.cpp202 Constant *Elts[] = { in GetTorInit() local
/external/llvm/lib/AsmParser/
DLLParser.cpp1957 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/
DDeclObjC.cpp27 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/
Dt_context.h207 GLuint *Elts; member
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.h353 GLuint *Elts; member
/external/llvm/lib/Linker/
DLinkModules.cpp1414 SmallSetVector<Metadata *, 16> Elts; in linkModuleFlagsMetadata() local

12