Searched defs:Sz (Results 1 - 21 of 21) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DMemAlloc.h25 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_malloc(size_t Sz) { argument
52 LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_realloc(void *Ptr, size_t Sz) { argument
38 safe_calloc(size_t Count, size_t Sz) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DConstantPools.h32 ConstantPoolEntry(MCSymbol *L, const MCExpr *Val, unsigned Sz, SMLoc Loc_) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h51 void *allocate(size_t Sz) { argument
70 inline void *operator new(size_t Sz, argument
[all...]
H A DThreadSafetyTIL.h173 ValueType(BaseType B, SizeType Sz, bool S, unsigned char VS) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimplePackedSerialization.h547 size_t Sz = SPSArgList<uint64_t>::size(static_cast<uint64_t>(M.size())); local
/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp132 BitsRecTy *BitsRecTy::get(RecordKeeper &RK, unsigned Sz) { argument
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp66 unsigned Sz = Desc->getAllocSize(); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h150 int64_t Sz = *CodeSize.getValue(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp91 size_t Sz = Buffer->getBufferSize(); local
123 size_t Sz = Buffer->getBufferSize(); local
159 size_t Sz = Buffer->getBufferSize(); local
178 size_t Sz = Buffer->getBufferSize(); local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingWriter.c137 uint32_t Sz = local
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp793 unsigned Sz = std::min(ESz, MSz); local
829 unsigned Sz = CurrentLVarMap.size(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h278 void setPromotedConstpoolIncrease(int Sz) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp717 APInt Sz = C[CEnd].OffsetFromLeader + local
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp183 unsigned Idx = 0, Sz = B->size(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp443 int Sz = Mask.size(); local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h131 explicit BitsRecTy(RecordKeeper &RK, unsigned Sz) argument
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2252 int Sz = Mask.size(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3338 int Sz = Mask.size(); local
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1627 CharUnits Sz = CGM.getContext().getTypeSizeInChars(CVD->getType()); local
H A DCGOpenMPRuntime.cpp3563 llvm::Value *Sz = CGF.EmitScalarExpr(SE); local
3796 llvm::Value *Sz = CGF.EmitScalarExpr(IE->getHelper(I).Upper); local
4248 llvm::Value *Sz local
4356 llvm::Value *Sz = CGF.EmitScalarExpr(IE->getHelper(I).Upper); local
4372 CharUnits Sz = C.getTypeSizeInChars(KmpDependInfoArrayTy); local
6653 llvm::Value *Sz = CGF.EmitScalarExpr(SE); local
11323 CharUnits Sz = CGM.getContext().getTypeSizeInChars(CVD->getType()); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3925 uint32_t Sz = local

Completed in 695 milliseconds