Searched refs:TSize (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | SmallVector.cpp | 44 size_t TSize) { in grow_pod() argument 55 NewElts = safe_malloc(NewCapacity * TSize); in grow_pod() 58 memcpy(NewElts, this->BeginX, size() * TSize); in grow_pod() 61 NewElts = safe_realloc(this->BeginX, NewCapacity * TSize); in grow_pod()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | SmallVector.h | 50 void grow_pod(void *FirstEl, size_t MinCapacity, size_t TSize); 98 void grow_pod(size_t MinCapacity, size_t TSize) { in grow_pod() argument 99 SmallVectorBase::grow_pod(getFirstEl(), MinCapacity, TSize); in grow_pod()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | InlineCost.cpp | 1874 for (unsigned TIdx = 0, TSize = TI->getNumSuccessors(); TIdx != TSize; in analyzeCall() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 6309 uint64_t TSize = Info.Ctx.getTypeSizeInChars(T).getQuantity(); in VisitBuiltinCallExpr() local 6313 llvm::APInt::udivrem(OrigN, TSize, N, Remainder); in VisitBuiltinCallExpr() 6317 << (unsigned)TSize; in VisitBuiltinCallExpr() 6334 uint64_t NBytes = NElems * TSize; in VisitBuiltinCallExpr()
|