/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | MemAlloc.h | 25 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_malloc(size_t Sz) { in safe_malloc() 39 size_t Sz) { in safe_calloc() 52 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_realloc(void *Ptr, size_t Sz) { in safe_realloc()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyUtil.h | 51 void *allocate(size_t Sz) { in allocate() 70 inline void *operator new(size_t Sz, in new() 189 void setValues(unsigned Sz, const T& C) { in setValues()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 79 size_t Sz = Buffer->getBufferSize(); in GetOrCreateOffsetCache() local 111 size_t Sz = Buffer->getBufferSize(); in getLineNumber() local 147 size_t Sz = Buffer->getBufferSize(); in getPointerForLineNumber() local 166 size_t Sz = Buffer->getBufferSize(); in ~SrcBuffer() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | DFAPacketizerEmitter.cpp | 279 size_t Sz = V.size(); in emitForItineraries() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ThreadSafetyCommon.cpp | 747 unsigned Sz = std::min(ESz, MSz); in mergeEntryMap() local 783 unsigned Sz = CurrentLVarMap.size(); in mergeEntryMapBackEdge() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Program.cpp | 49 unsigned Sz = Desc->getAllocSize(); in createGlobalString() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMMachineFunctionInfo.h | 253 void setPromotedConstpoolIncrease(int Sz) { in setPromotedConstpoolIncrease()
|
H A D | ARMISelLowering.cpp | 18895 for (unsigned Sz = SrcSz; Sz <= 32 && Sz < DstSz; Sz *= 2) { in LowerFP_EXTEND() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerCorpus.h | 193 if(size_t Sz = GetFeature(i)) in PrintFeatureSet() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 1009 unsigned Sz = DL.getTypeSizeInBits(StoreTy); in vectorizeStoreChain() local 1162 unsigned Sz = DL.getTypeSizeInBits(LoadTy); in vectorizeLoadChain() local
|
H A D | SLPVectorizer.cpp | 6560 const unsigned Sz = R.getVectorElementSize(Chain[0]); in vectorizeStoreChain() local 6815 unsigned Sz = R.getVectorElementSize(I0); in tryToVectorizeList() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 201 unsigned Idx = 0, Sz = B->size(); in getCalleeStackFrame() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 1518 unsigned Sz = Ops.size(); in OptimizeXor() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 4149 llvm::Value *Sz = CGF.EmitScalarExpr(SE); in getPointerAndSize() local 4381 llvm::Value *Sz = CGF.EmitScalarExpr(IE->getHelper(I).Upper); in emitTaskInit() local 4871 llvm::Value *Sz = CGF.EmitScalarExpr(IE->getHelper(I).Upper); in emitDependClause() local 4977 llvm::Value *Sz = CGF.EmitScalarExpr(IE->getHelper(I).Upper); in emitDepobjDependClause() local 4993 CharUnits Sz = C.getTypeSizeInChars(KmpDependInfoArrayTy); in emitDepobjDependClause() local 7275 llvm::Value *Sz = CGF.EmitScalarExpr(SE); in getExprTypeSize() local 11994 CharUnits Sz = CGM.getContext().getTypeSizeInChars(CVD->getType()); in getAddressOfLocalVariable() local
|
H A D | CGStmtOpenMP.cpp | 1624 CharUnits Sz = CGM.getContext().getTypeSizeInChars(CVD->getType()); in getAddressOfLocalVariable() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
H A D | Record.h | 123 explicit BitsRecTy(unsigned Sz) : RecTy(BitsRecTyKind), Size(Sz) {} in BitsRecTy()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 2648 unsigned Sz = VT.getScalarSizeInBits(); in ExpandPARITY() local
|
H A D | TargetLowering.cpp | 7231 unsigned Sz = VT.getScalarSizeInBits(); in expandBITREVERSE() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | Record.cpp | 80 BitsRecTy *BitsRecTy::get(unsigned Sz) { in get()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 2327 auto Sz = in legalizeGlobalValue() local
|