Searched refs:objectsize (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerConstantIntrinsics.cpp9 // This pass lowers all remaining 'objectsize' 'is.constant' intrinsic calls
41 "Number of 'objectsize' intrinsic calls handled");
101 case Intrinsic::objectsize:
124 case Intrinsic::objectsize:
H A DInferAddressSpaces.cpp269 case Intrinsic::objectsize: {
288 case Intrinsic::objectsize:
/freebsd-11-stable/usr.sbin/rpc.lockd/
H A Dlockd_lock.c245 int i, objectsize; local
251 objectsize = size_object;
253 if (objectsize == 0) {
256 if (objectsize > MAXOBJECTSIZE) {
258 "to size %d\n", objectsize, MAXOBJECTSIZE);
259 objectsize = MAXOBJECTSIZE;
263 if (size_hbuff < objectsize*2+1) {
267 for(i=0;i<objectsize;i++) {
275 if (size_cbuff < objectsize+1) {
280 for(i=0;i<objectsize;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp484 case Intrinsic::objectsize:
918 case Intrinsic::objectsize: {
922 Intrinsic::objectsize,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp169 case Intrinsic::objectsize:
H A DMemoryBuiltins.cpp506 assert(ObjectSize->getIntrinsicID() == Intrinsic::objectsize &&
507 "ObjectSize must be a call to llvm.objectsize!");
H A DValueTracking.cpp518 case Intrinsic::objectsize:
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h830 case Intrinsic::objectsize:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp796 if (Name.startswith("objectsize.")) {
799 F->getName() != Intrinsic::getName(Intrinsic::objectsize, Tys)) {
801 NewFn = Intrinsic::getDeclaration(F->getParent(), Intrinsic::objectsize,
3573 case Intrinsic::objectsize: {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2376 case Intrinsic::objectsize:
2426 // Lowering all @llvm.objectsize calls first because they may
2434 if (II->getIntrinsicID() == Intrinsic::objectsize) {
H A DInstCombineCalls.cpp1891 case Intrinsic::objectsize:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1476 case Intrinsic::objectsize:
1477 llvm_unreachable("llvm.objectsize.* should have been lowered already");
H A DSelectionDAGBuilder.cpp6526 case Intrinsic::objectsize:
6527 llvm_unreachable("llvm.objectsize.* should have been lowered already");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1448 case Intrinsic::objectsize:
1449 llvm_unreachable("llvm.objectsize.* should have been lowered already");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1972 case Intrinsic::objectsize:
1973 llvm_unreachable("llvm.objectsize.* should have been lowered already");
2034 // "don't know" as the objectsize. Anything else should be left alone.
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp719 // Degenerate case: new X[0] does not need an objectsize check.
727 llvm::Function *F = CGM.getIntrinsic(llvm::Intrinsic::objectsize, Tys);
H A DCGBuiltin.cpp641 /// - A call to the @llvm.objectsize intrinsic
645 /// we'll call @llvm.objectsize on EmittedE, rather than emitting E.
671 // @llvm.objectsize.
680 CGM.getIntrinsic(Intrinsic::objectsize, {ResType, Ptr->getType()});

Completed in 827 milliseconds