Searched refs:packAllocSizeArgs (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/IR/ |
D | Attributes.cpp | 43 static uint64_t packAllocSizeArgs(unsigned ElemSizeArg, in packAllocSizeArgs() function 138 return get(Context, AllocSize, packAllocSizeArgs(ElemSizeArg, NumElemsArg)); in getWithAllocSizeArgs() 1391 return addAllocSizeAttrFromRawRepr(packAllocSizeArgs(ElemSize, NumElems)); in addAllocSizeAttr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 59 static uint64_t packAllocSizeArgs(unsigned ElemSizeArg, in packAllocSizeArgs() function 176 return get(Context, AllocSize, packAllocSizeArgs(ElemSizeArg, NumElemsArg)); in getWithAllocSizeArgs() 1562 return addAllocSizeAttrFromRawRepr(packAllocSizeArgs(ElemSize, NumElems)); in addAllocSizeAttr()
|
/external/llvm-project/llvm/lib/IR/ |
D | Attributes.cpp | 60 static uint64_t packAllocSizeArgs(unsigned ElemSizeArg, in packAllocSizeArgs() function 192 return get(Context, AllocSize, packAllocSizeArgs(ElemSizeArg, NumElemsArg)); in getWithAllocSizeArgs() 1704 return addAllocSizeAttrFromRawRepr(packAllocSizeArgs(ElemSize, NumElems)); in addAllocSizeAttr()
|