Searched refs:ObjectSize (Results 1 - 21 of 21) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutcache.c165 * ObjectSize - Size of each cached object
178 UINT16 ObjectSize,
188 if (!CacheName || !ReturnCache || !ObjectSize)
205 Cache->ObjectSize = ObjectSize;
353 memset (Object, 0xCA, Cache->ObjectSize);
430 memset (Object, 0, Cache->ObjectSize);
453 Object = ACPI_ALLOCATE_ZEROED (Cache->ObjectSize);
176 AcpiOsCreateCache( char *CacheName, UINT16 ObjectSize, UINT16 MaxDepth, ACPI_MEMORY_LIST **ReturnCache) argument
H A Duttrack.c200 * ObjectSize - Size of each cached object
212 UINT16 ObjectSize,
225 Cache->ObjectSize = ObjectSize;
210 AcpiUtCreateList( const char *ListName, UINT16 ObjectSize, ACPI_MEMORY_LIST **ReturnCache) argument
/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c243 (List->CurrentDepth * List->ObjectSize));
255 List->ObjectSize);
260 if (List->ObjectSize)
268 Outstanding * List->ObjectSize,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp502 Value *llvm::lowerObjectSizeCall(IntrinsicInst *ObjectSize, argument
506 assert(ObjectSize->getIntrinsicID() == Intrinsic::objectsize &&
507 "ObjectSize must be a call to llvm.objectsize!");
509 bool MaxVal = cast<ConstantInt>(ObjectSize->getArgOperand(1))->isZero();
520 cast<ConstantInt>(ObjectSize->getArgOperand(2))->isOne();
522 auto *ResultType = cast<IntegerType>(ObjectSize->getType());
523 bool StaticOnly = cast<ConstantInt>(ObjectSize->getArgOperand(3))->isZero();
528 if (getObjectSize(ObjectSize->getArgOperand(0), Size, DL, TLI, EvalOptions) &&
532 LLVMContext &Ctx = ObjectSize->getFunction()->getContext();
535 Eval.compute(ObjectSize
[all...]
H A DBasicAliasAnalysis.cpp231 uint64_t ObjectSize = getObjectSize(V, DL, TLI, NullIsValidLoc,
234 return ObjectSize != MemoryLocation::UnknownSize && ObjectSize < Size;
260 uint64_t ObjectSize = getObjectSize(V, DL, TLI, NullIsValidLoc); local
261 return ObjectSize != MemoryLocation::UnknownSize && ObjectSize == Size;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h93 uint64_t ObjectSize = 0; member in struct:llvm::wholeprogramdevirt::VTableBits
154 uint64_t minAfterBytes() const { return TM->Bits->ObjectSize - TM->Offset; }
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dacpiosxf.h387 UINT16 ObjectSize,
H A Dactypes.h1460 UINT16 ObjectSize; member in struct:acpi_memory_list
H A Dacutils.h1162 UINT16 ObjectSize,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h216 Value *lowerObjectSizeCall(IntrinsicInst *ObjectSize, const DataLayout &DL,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp395 uint64_t ObjectSize = getPointerSize(UO2, DL, TLI, F);
396 if (ObjectSize != MemoryLocation::UnknownSize)
397 if (ObjectSize == LaterSize && ObjectSize >= EarlierSize)
H A DSeparateConstOffsetFromGEP.cpp1306 uint64_t ObjectSize; local
1307 if (!getObjectSize(NewBase, ObjectSize, DAL, TLI) ||
1308 Offset.ugt(ObjectSize)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp921 Function *ObjectSize = Intrinsic::getDeclaration(Mod, local
927 ObjectSize,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp3016 unsigned ObjectSize = 0; // Size of Object in bytes.
3048 // (double)DensityA = A.ObjectNumUses / A.ObjectSize
3049 // (double)DensityB = B.ObjectNumUses / B.ObjectSize
3054 // A.ObjectSize * B.ObjectSize. This ends up factoring away
3058 static_cast<uint64_t>(B.ObjectSize);
3060 static_cast<uint64_t>(A.ObjectSize);
3104 int ObjectSize = MFI.getObjectSize(Obj);
3105 if (ObjectSize == 0)
3107 SortingObjects[Obj].ObjectSize
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp282 AllRemove |= SanitizerKind::ObjectSize;
286 if (Add & SanitizerKind::ObjectSize)
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp649 SanOpts.has(SanitizerKind::ObjectSize) |
711 if (SanOpts.has(SanitizerKind::ObjectSize) &&
712 !SkippedChecks.has(SanitizerKind::ObjectSize) &&
734 Checks.push_back(std::make_pair(LargeEnough, SanitizerKind::ObjectSize));
H A DCodeGenFunction.cpp1096 SkippedChecks.set(SanitizerKind::ObjectSize, true);
H A DCGBuiltin.cpp631 uint64_t ObjectSize; local
632 if (!E->tryEvaluateObjectSize(ObjectSize, getContext(), Type))
634 return ConstantInt::get(ResType, ObjectSize, /*isSigned=*/true);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp483 llvm::APSInt ObjectSize; local
491 ObjectSize = Result.Val.getInt();
510 ObjectSize = llvm::APSInt::getUnsigned(Result).extOrTrunc(SizeTypeWidth);
520 if (UsedSize.ule(ObjectSize))
535 << FunctionName << ObjectSize.toString(/*Radix=*/10)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp796 Bits.back().ObjectSize =
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6686 const int64_t ObjectSize = local
6711 Res = DAG.getLifetimeNode(IsStart, sdl, getRoot(), FrameIndex, ObjectSize,

Completed in 575 milliseconds