/external/swiftshader/third_party/LLVM/lib/Support/ |
D | SmallVector.cpp | 25 void *NewElts; in grow_pod() local
|
/external/llvm/lib/Support/ |
D | SmallVector.cpp | 26 void *NewElts; in grow_pod() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | SmallVector.cpp | 26 void *NewElts; in grow_pod() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | SmallVector.cpp | 53 void *NewElts; in grow_pod() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 1757 SmallVector<AllocaInst*, 32> &NewElts) { in RewriteForScalarRepl() 1871 SmallVector<AllocaInst*, 32> &NewElts) { in RewriteBitCast() 1916 SmallVector<AllocaInst*, 32> &NewElts) { in RewriteGEP() 1960 SmallVector<AllocaInst*, 32> &NewElts) { in RewriteLifetimeIntrinsic() 2016 SmallVector<AllocaInst*, 32> &NewElts) { in RewriteMemIntrinUserOfAlloca() 2187 SmallVector<AllocaInst*, 32> &NewElts){ in RewriteStoreUserOfWholeAlloca() 2301 SmallVector<AllocaInst*, 32> &NewElts) { in RewriteLoadUserOfWholeAlloca()
|
/external/clang/include/clang/Analysis/Support/ |
D | BumpVector.h | 228 T *NewElts = C.getAllocator().template Allocate<T>(NewCapacity); in grow() local
|
/external/clang/include/clang/AST/ |
D | ASTVector.h | 384 T *NewElts = new (C, llvm::alignOf<T>()) T[NewCapacity]; in grow() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypesGeneric.cpp | 311 std::vector<SDValue> NewElts; in ExpandOp_BUILD_VECTOR() local
|
D | LegalizeVectorTypes.cpp | 847 unsigned NewElts = NewVT.getVectorNumElements(); in SplitVecRes_VECTOR_SHUFFLE() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | SmallVector.h | 247 T *NewElts = static_cast<T*>(llvm::safe_malloc(NewCapacity*sizeof(T))); in grow() local
|
/external/llvm/include/llvm/ADT/ |
D | SmallVector.h | 237 T *NewElts = static_cast<T*>(malloc(NewCapacity*sizeof(T))); in grow() local
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | SmallVector.h | 240 T *NewElts = static_cast<T*>(malloc(NewCapacity*sizeof(T))); in grow() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypesGeneric.cpp | 393 std::vector<SDValue> NewElts; in ExpandOp_BUILD_VECTOR() local
|
D | LegalizeDAG.cpp | 4384 SmallVector<SDValue, 8> NewElts; in PromoteNode() local
|
D | LegalizeVectorTypes.cpp | 1328 unsigned NewElts = NewVT.getVectorNumElements(); in SplitVecRes_VECTOR_SHUFFLE() local
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | SmallVector.h | 207 T *NewElts = static_cast<T*>(malloc(NewCapacity*sizeof(T))); in grow() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypesGeneric.cpp | 388 SmallVector<SDValue, 16> NewElts; in ExpandOp_BUILD_VECTOR() local
|
D | LegalizeDAG.cpp | 4708 SmallVector<SDValue, 8> NewElts; in PromoteNode() local
|
D | LegalizeVectorTypes.cpp | 1469 unsigned NewElts = NewVT.getVectorNumElements(); in SplitVecRes_VECTOR_SHUFFLE() local
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 2262 unsigned NewElts = std::max(Index+1, OldElts * 2); in expandArray() local
|