Home
last modified time | relevance | path

Searched defs:Sz (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMemAlloc.h25 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 DThreadSafetyUtil.h51 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 DSourceMgr.cpp79 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 DDFAPacketizerEmitter.cpp279 size_t Sz = V.size(); in emitForItineraries() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp747 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 DProgram.cpp49 unsigned Sz = Desc->getAllocSize(); in createGlobalString() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h253 void setPromotedConstpoolIncrease(int Sz) { in setPromotedConstpoolIncrease()
H A DARMISelLowering.cpp18895 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 DFuzzerCorpus.h193 if(size_t Sz = GetFeature(i)) in PrintFeatureSet() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1009 unsigned Sz = DL.getTypeSizeInBits(StoreTy); in vectorizeStoreChain() local
1162 unsigned Sz = DL.getTypeSizeInBits(LoadTy); in vectorizeLoadChain() local
H A DSLPVectorizer.cpp6560 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 DCallEvent.cpp201 unsigned Idx = 0, Sz = B->size(); in getCalleeStackFrame() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1518 unsigned Sz = Ops.size(); in OptimizeXor() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4149 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 DCGStmtOpenMP.cpp1624 CharUnits Sz = CGM.getContext().getTypeSizeInChars(CVD->getType()); in getAddressOfLocalVariable() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h123 explicit BitsRecTy(unsigned Sz) : RecTy(BitsRecTyKind), Size(Sz) {} in BitsRecTy()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2648 unsigned Sz = VT.getScalarSizeInBits(); in ExpandPARITY() local
H A DTargetLowering.cpp7231 unsigned Sz = VT.getScalarSizeInBits(); in expandBITREVERSE() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp80 BitsRecTy *BitsRecTy::get(unsigned Sz) { in get()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp2327 auto Sz = in legalizeGlobalValue() local