| /external/llvm-project/llvm/include/llvm/ADT/ |
| D | SmallVector.h | 141 bool isSafeToReferenceAfterResize(const void *Elt, size_t NewSize) { in isSafeToReferenceAfterResize() 155 void assertSafeToReferenceAfterResize(const void *Elt, size_t NewSize) { in assertSafeToReferenceAfterResize() 316 void push_back(const T &Elt) { in push_back() 324 void push_back(T &&Elt) { in push_back() 420 void push_back(const T &Elt) { in push_back() 528 void append(size_type NumInputs, const T &Elt) { in append() 544 void assign(size_type NumElts, const T &Elt) { in assign() 602 template <class ArgType> iterator insert_one_impl(iterator I, ArgType &&Elt) { in insert_one_impl() 636 iterator insert(iterator I, T &&Elt) { in insert() 640 iterator insert(iterator I, const T &Elt) { return insert_one_impl(I, Elt); } in insert() [all …]
|
| D | SmallString.h | 51 void assign(size_t NumElts, char Elt) { in assign() 90 void append(size_t NumInputs, char Elt) { in append()
|
| D | TinyPtrVector.h | 312 iterator insert(iterator I, const EltTy &Elt) { in insert()
|
| /external/llvm/include/llvm/ADT/ |
| D | SmallVector.h | 208 void push_back(const T &Elt) { in push_back() 215 void push_back(T &&Elt) { in push_back() 302 void push_back(const T &Elt) { in push_back() 401 void append(size_type NumInputs, const T &Elt) { in append() 415 void assign(size_type NumElts, const T &Elt) { in assign() 461 iterator insert(iterator I, T &&Elt) { in insert() 491 iterator insert(iterator I, const T &Elt) { in insert() 520 iterator insert(iterator I, size_type NumToInsert, const T &Elt) { in insert()
|
| D | SmallString.h | 45 void assign(size_t NumElts, char Elt) { in assign() 78 void append(size_t NumInputs, char Elt) { in append()
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | SmallVector.h | 211 void push_back(const T &Elt) { in push_back() 218 void push_back(T &&Elt) { in push_back() 306 void push_back(const T &Elt) { in push_back() 404 void append(size_type NumInputs, const T &Elt) { in append() 418 void assign(size_type NumElts, const T &Elt) { in assign() 464 iterator insert(iterator I, T &&Elt) { in insert() 494 iterator insert(iterator I, const T &Elt) { in insert() 523 iterator insert(iterator I, size_type NumToInsert, const T &Elt) { in insert()
|
| D | SmallString.h | 46 void assign(size_t NumElts, char Elt) { in assign() 79 void append(size_t NumInputs, char Elt) { in append()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | SmallVector.h | 211 void push_back(const T &Elt) { in push_back() 218 void push_back(T &&Elt) { in push_back() 302 void push_back(const T &Elt) { in push_back() 397 void append(size_type NumInputs, const T &Elt) { in append() 412 void assign(size_type NumElts, const T &Elt) { in assign() 467 iterator insert(iterator I, T &&Elt) { in insert() 497 iterator insert(iterator I, const T &Elt) { in insert() 526 iterator insert(iterator I, size_type NumToInsert, const T &Elt) { in insert()
|
| D | SmallString.h | 45 void assign(size_t NumElts, char Elt) { in assign() 78 void append(size_t NumInputs, char Elt) { in append()
|
| D | TinyPtrVector.h | 312 iterator insert(iterator I, const EltTy &Elt) { in insert()
|
| /external/clang/include/clang/AST/ |
| D | ASTVector.h | 157 void push_back(const_reference Elt, const ASTContext &C) { in push_back() 199 void append(const ASTContext &C, size_type NumInputs, const T &Elt) { in append() 216 iterator insert(const ASTContext &C, iterator I, const T &Elt) { in insert() 238 const T &Elt) { in insert() 355 void construct_range(T *S, T *E, const T &Elt) { in construct_range()
|
| /external/llvm-project/clang/include/clang/AST/ |
| D | ASTVector.h | 162 void push_back(const_reference Elt, const ASTContext &C) { in push_back() 202 void append(const ASTContext &C, size_type NumInputs, const T &Elt) { in append() 219 iterator insert(const ASTContext &C, iterator I, const T &Elt) { in insert() 241 const T &Elt) { in insert() 358 void construct_range(T *S, T *E, const T &Elt) { in construct_range()
|
| /external/llvm-project/llvm/unittests/Support/ |
| D | SuffixTreeTest.cpp | 98 [](unsigned Elt) { return Elt == 1; })); in TEST() 138 [](unsigned Elt) { return Elt == 1; })); in TEST()
|
| /external/llvm-project/llvm/lib/IR/ |
| D | ConstantFold.cpp | 902 Constant *Elt, in ConstantFoldInsertElementInstruction() 947 if (all_of(Mask, [](int Elt) { return Elt == UndefMaskElem; })) { in ConstantFoldShuffleVectorInstruction() 953 if (all_of(Mask, [](int Elt) { return Elt == 0; }) && in ConstantFoldShuffleVectorInstruction() 956 Constant *Elt = in ConstantFoldShuffleVectorInstruction() local 970 int Elt = Mask[i]; in ConstantFoldShuffleVectorInstruction() local 976 if (unsigned(Elt) >= SrcNumElts*2) in ConstantFoldShuffleVectorInstruction() local 978 else if (unsigned(Elt) >= SrcNumElts) { in ConstantFoldShuffleVectorInstruction() local 1070 Constant *Elt = ConstantExpr::get(Opcode, Splat); in ConstantFoldUnaryInstruction() local 1078 Constant *Elt = ConstantExpr::getExtractElement(C, ExtractIdx); in ConstantFoldUnaryInstruction() local
|
| /external/clang/include/clang/Analysis/Support/ |
| D | BumpVector.h | 154 void push_back(const_reference Elt, BumpVectorContext &C) { in push_back() 197 void construct_range(T *S, T *E, const T &Elt) { in construct_range()
|
| /external/llvm-project/clang/include/clang/Analysis/Support/ |
| D | BumpVector.h | 159 void push_back(const_reference Elt, BumpVectorContext &C) { in push_back() 202 void construct_range(T *S, T *E, const T &Elt) { in construct_range()
|
| /external/llvm-project/llvm/lib/Support/ |
| D | SmallPtrSet.cpp | 110 const void *Elt = *BucketPtr; in Grow() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | SmallPtrSet.cpp | 110 const void *Elt = *BucketPtr; in Grow() local
|
| /external/llvm/lib/Support/ |
| D | SmallPtrSet.cpp | 131 const void *Elt = *BucketPtr; in Grow() local
|
| /external/swiftshader/third_party/llvm-subzero/lib/Support/ |
| D | SmallPtrSet.cpp | 132 const void *Elt = *BucketPtr; in Grow() local
|
| /external/llvm-project/llvm/utils/PerfectShuffle/ |
| D | PerfectShuffle.cpp | 34 static unsigned getMaskElt(unsigned Mask, unsigned Elt) { in getMaskElt() 38 static unsigned setMaskElt(unsigned Mask, unsigned Elt, unsigned NewVal) { in setMaskElt() 199 static void EvaluateOps(unsigned short Elt, unsigned short Vals[], in EvaluateOps()
|
| /external/llvm/utils/PerfectShuffle/ |
| D | PerfectShuffle.cpp | 35 static unsigned getMaskElt(unsigned Mask, unsigned Elt) { in getMaskElt() 39 static unsigned setMaskElt(unsigned Mask, unsigned Elt, unsigned NewVal) { in setMaskElt() 200 static void EvaluateOps(unsigned short Elt, unsigned short Vals[], in EvaluateOps()
|
| /external/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineVectorOps.cpp | 133 Value *Elt = EI.getIndexOperand(); in scalarizePHI() local 192 if (Value *Elt = findScalarElement(X, ExtIndexC)) in foldBitcastExtElt() local 745 [](Optional<Value *> Elt) { return Elt != NotFound; }); in foldAggregateConstructionIntoAggregateReuse() 770 Optional<Value *> &Elt = AggElts[Indices.front()]; in foldAggregateConstructionIntoAggregateReuse() local 815 Optional<BasicBlock *> PredBB) -> Optional<Value *> { in foldAggregateConstructionIntoAggregateReuse() 910 for (const Optional<Value *> &Elt : AggElts) { in foldAggregateConstructionIntoAggregateReuse() local 1043 int Elt = Shuf.getMaskValue(i); in isShuffleEquivalentToSelect() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | ConstantFold.cpp | 828 Constant *Elt, in ConstantFoldInsertElementInstruction() 887 int Elt = ShuffleVectorInst::getMaskValue(Mask, i); in ConstantFoldShuffleVectorInstruction() local 893 if (unsigned(Elt) >= SrcNumElts*2) in ConstantFoldShuffleVectorInstruction() local 895 else if (unsigned(Elt) >= SrcNumElts) { in ConstantFoldShuffleVectorInstruction() local 987 Constant *Elt = ConstantExpr::getExtractElement(C, ExtractIdx); in ConstantFoldUnaryInstruction() local
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineVectorOps.cpp | 106 Value *Elt = EI.getIndexOperand(); in scalarizePHI() local 186 if (Value *Elt = findScalarElement(BCI->getOperand(0), IndexVal)) in visitExtractElementInst() local 228 if (ConstantInt *Elt = dyn_cast<ConstantInt>(EI.getOperand(1))) { in visitExtractElementInst() local
|