/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 91 size_t Sz = Buffer->getBufferSize(); in GetOrCreateOffsetCache() local 123 size_t Sz = Buffer->getBufferSize(); in getLineNumber() local 159 size_t Sz = Buffer->getBufferSize(); in getPointerForLineNumber() local 178 size_t Sz = Buffer->getBufferSize(); in ~SrcBuffer() local
|
/openbsd/gnu/llvm/compiler-rt/lib/profile/ |
H A D | InstrProfilingWriter.c | 137 uint32_t Sz = in writeOneValueProfData() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 861 const unsigned Sz = Order.size(); in fixupOrderingIndices() local 3926 unsigned Sz = TE.Scalars.size(); in getReorderingData() local 4083 const unsigned Sz = TE.Scalars.size(); in reorderNodeWithReuses() local 6185 unsigned Sz = VL.size(); in buildShuffleEntryMask() local 6329 for (int I = 0, Sz = ExtMask.size(); I < Sz; ++I) { in combineMasks() local 6724 for (int I = 0, Sz = Mask.size(); I < Sz; ++I) { in getEntryCost() local 6931 const unsigned Sz = VL.size(); in getEntryCost() local 8267 for (int I = 0, Sz = VL.size(); I < Sz; ++I) in isGatherShuffledEntry() local 11664 unsigned Sz = R.getVectorElementSize(I0); in tryToVectorizeList() local 12149 int Sz = Data.size(); in isGoodForReduction() local [all …]
|
H A D | LoadStoreVectorizer.cpp | 1018 unsigned Sz = DL.getTypeSizeInBits(StoreTy); in vectorizeStoreChain() local 1184 unsigned Sz = DL.getTypeSizeInBits(LoadTy); in vectorizeLoadChain() local
|
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | DFAPacketizerEmitter.cpp | 277 size_t Sz = V.size(); in emitForItineraries() local
|
/openbsd/gnu/llvm/clang/lib/Analysis/ |
H A D | ThreadSafetyCommon.cpp | 785 unsigned Sz = std::min(ESz, MSz); in mergeEntryMap() local 821 unsigned Sz = CurrentLVarMap.size(); in mergeEntryMapBackEdge() local
|
/openbsd/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Program.cpp | 65 unsigned Sz = Desc->getAllocSize(); in createGlobalString() local
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMMachineFunctionInfo.h | 283 void setPromotedConstpoolIncrease(int Sz) { in setPromotedConstpoolIncrease()
|
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerCorpus.h | 337 if(size_t Sz = GetFeature(i)) in PrintFeatureSet() local
|
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | SimplePackedSerialization.h | 547 size_t Sz = SPSArgList<uint64_t>::size(static_cast<uint64_t>(M.size())); in size() local
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 565 int Sz = Mask.size(); in processShuffleMasks() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 183 unsigned Idx = 0, Sz = B->size(); in getCalleeStackFrame() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 1522 unsigned Sz = Ops.size(); in OptimizeXor() local
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 3765 llvm::Value *Sz = CGF.EmitScalarExpr(SE); in getPointerAndSize() local 3998 llvm::Value *Sz = CGF.EmitScalarExpr(IE->getHelper(I).Upper); in emitTaskInit() local 4451 llvm::Value *Sz = CGF.EmitScalarExpr(IE->getHelper(I).Upper); in emitDependClause() local 4559 llvm::Value *Sz = CGF.EmitScalarExpr(IE->getHelper(I).Upper); in emitDepobjDependClause() local 4575 CharUnits Sz = C.getTypeSizeInChars(KmpDependInfoArrayTy); in emitDepobjDependClause() local 6984 llvm::Value *Sz = CGF.EmitScalarExpr(SE); in getExprTypeSize() local 11784 CharUnits Sz = CGM.getContext().getTypeSizeInChars(CVD->getType()); in getAddressOfLocalVariable() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 1868 if (auto Sz = DAI->getVariable()->getSizeInBits()) { in buildOverlapMapAndRecordDeclares() local
|
/openbsd/gnu/llvm/llvm/include/llvm/TableGen/ |
H A D | Record.h | 130 explicit BitsRecTy(RecordKeeper &RK, unsigned Sz) in BitsRecTy()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 2840 int Sz = Mask.size(); in visitCallInst() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 2670 unsigned Sz = VT.getScalarSizeInBits(); in ExpandPARITY() local
|
H A D | TargetLowering.cpp | 8748 unsigned Sz = VT.getScalarSizeInBits(); in expandBITREVERSE() local 8814 unsigned Sz = VT.getScalarSizeInBits(); in expandVPBITREVERSE() local
|
/openbsd/gnu/llvm/llvm/lib/TableGen/ |
H A D | Record.cpp | 133 BitsRecTy *BitsRecTy::get(RecordKeeper &RK, unsigned Sz) { in get()
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULegalizerInfo.cpp | 2540 auto Sz = in legalizeGlobalValue() local
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Instructions.cpp | 2688 for (unsigned K = 0, Sz = Mask.size(); K < Sz; K += VF) { in isOneUseSingleSourceMask() local
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 3627 uint32_t Sz = in lowerVACOPY() local
|