Home
last modified time | relevance | path

Searched refs:Dereferenceable (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DCodeGenIntrinsics.h121 Dereferenceable enumerator
H A DCodeGenIntrinsics.cpp243 addArgAttribute(ArgNo, Dereferenceable, Bytes); in setProperty()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp59 case Attribute::Dereferenceable: in isUsefullToPreserve()
87 case Attribute::Dereferenceable: in canonicalizedKnowledge()
258 addKnowledge({Attribute::Dereferenceable, DerefSize, Pointer}); in addAccessedPtr()
H A DCodeExtractor.cpp979 case Attribute::Dereferenceable: in constructFunction()
H A DInlineFunction.cpp1518 ValidUB.removeAttribute(Attribute::Dereferenceable); in AddReturnAttributes()
H A DSimplifyLibCalls.cpp280 CI->removeParamAttr(ArgNo, Attribute::Dereferenceable); in annotateDereferenceableBytes()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp245 return get(Context, Dereferenceable, Bytes); in getWithDereferenceableBytes()
439 assert(hasAttribute(Attribute::Dereferenceable) && in getDereferenceableBytes()
556 if (hasAttribute(Attribute::Dereferenceable)) in getAsString()
1132 if (auto A = findEnumAttribute(Attribute::Dereferenceable)) in getDereferenceableBytes()
1935 return addRawIntAttr(Attribute::Dereferenceable, Bytes); in addDereferenceableAttr()
2125 .addAttribute(Attribute::Dereferenceable) in typeIncompatible()
2165 AM.addAttribute(Attribute::Dereferenceable); in getUBImplyingAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp61 Attribute::Dereferenceable, in isValidForDXIL()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp166 V, {Attribute::Dereferenceable, Attribute::Alignment}, AC, in isDereferenceableAndAlignedPointer()
172 if (RK.AttrKind == Attribute::Dereferenceable) in isDereferenceableAndAlignedPointer()
H A DValueTracking.cpp599 (RK.AttrKind == Attribute::Dereferenceable && in isKnownNonZeroFromAssume()
7479 A->hasAttribute(Attribute::Dereferenceable) || in isGuaranteedNotToBeUndefOrPoison()
7529 CB->hasRetAttr(Attribute::Dereferenceable) || in isGuaranteedNotToBeUndefOrPoison()
7861 CB->paramHasAttr(i, Attribute::Dereferenceable) || in handleGuaranteedWellDefinedOps()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DIntrinsicEmitter.cpp478 case CodeGenIntrinsic::Dereferenceable: in EmitAttributes()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp599 {Attribute::Alignment, Attribute::Dereferenceable, in attributesPermitTailCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3440 Attribute Dereferenceable = Attrs.getParamAttr(0, Attribute::Dereferenceable); in tryToMoveFreeBeforeNullTest() local
3441 if (Dereferenceable.isValid()) { in tryToMoveFreeBeforeNullTest()
3442 uint64_t Bytes = Dereferenceable.getDereferenceableBytes(); in tryToMoveFreeBeforeNullTest()
3444 Attribute::Dereferenceable); in tryToMoveFreeBeforeNullTest()
H A DInstCombineCalls.cpp3784 Changed = !Call.hasRetAttr(Attribute::Dereferenceable); in annotateAnyAllocSite()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td99 def Dereferenceable : IntAttr<"dereferenceable", [ParamAttr, RetAttr]>;
H A DAttributes.h1119 return getRawIntAttr(Attribute::Dereferenceable).value_or(0);
H A DInstrTypes.h1797 paramHasAttr(ArgNo, Attribute::Dereferenceable) ||
H A DIntrinsics.td97 class Dereferenceable<AttrIndex idx, int bytes> : IntrinsicProperty {
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp1687 {Attribute::Dereferenceable, Attribute::DereferenceableOrNull, in moveFunctionAdaptingType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2880 R.addAttribute(Attribute::Dereferenceable); in getParamAndReturnAttributesToRemove()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp659 case Attribute::Dereferenceable: in getAttrKindEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2427 AttrKinds.push_back(Attribute::Dereferenceable); in isImpliedByIR()
2499 U, {Attribute::NonNull, Attribute::Dereferenceable})) { in getKnownNonNullAndDerefBytesForUse()
4910 {Attribute::Dereferenceable, Attribute::DereferenceableOrNull}, in initialize()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2067 return Attribute::Dereferenceable; in getAttrFromCode()
2313 else if (Kind == Attribute::Dereferenceable) in parseAttributeGroupBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h4207 : public IRAttribute<Attribute::Dereferenceable,
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp776 case Attribute::Dereferenceable: in getAttrKindEncoding()

12