Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DAttributes.h309 LLVM_NODISCARD AttributeSet removeAttribute(LLVMContext &C,
314 LLVM_NODISCARD AttributeSet removeAttribute(LLVMContext &C,
509 LLVM_NODISCARD AttributeList removeAttribute(LLVMContext &C, unsigned Index,
514 LLVM_NODISCARD AttributeList removeAttribute(LLVMContext &C, unsigned Index,
531 return removeAttribute(C, ArgNo + FirstArgIndex, Kind);
539 return removeAttribute(C, ArgNo + FirstArgIndex, Kind);
563 auto Attrs = removeAttribute(C, ArgNo, Kind);
856 AttrBuilder &removeAttribute(Attribute::AttrKind Val);
862 AttrBuilder &removeAttribute(StringRef A);
DFunction.h273 removeAttribute(AttributeList::FunctionIndex, Kind); in removeFnAttr()
278 setAttributes(getAttributes().removeAttribute( in removeFnAttr()
423 void removeAttribute(unsigned i, Attribute::AttrKind Kind);
426 void removeAttribute(unsigned i, StringRef Kind);
DInstrTypes.h1519 void removeAttribute(unsigned i, Attribute::AttrKind Kind) {
1521 PAL = PAL.removeAttribute(getContext(), i, Kind);
1526 void removeAttribute(unsigned i, StringRef Kind) {
1528 PAL = PAL.removeAttribute(getContext(), i, Kind);
1868 removeAttribute(AttributeList::FunctionIndex, Attribute::Convergent);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DAnalysis.cpp567 CallerAttrs.removeAttribute(Attr); in attributesPermitTailCall()
568 CalleeAttrs.removeAttribute(Attr); in attributesPermitTailCall()
576 CallerAttrs.removeAttribute(Attribute::ZExt); in attributesPermitTailCall()
577 CalleeAttrs.removeAttribute(Attribute::ZExt); in attributesPermitTailCall()
583 CallerAttrs.removeAttribute(Attribute::SExt); in attributesPermitTailCall()
584 CalleeAttrs.removeAttribute(Attribute::SExt); in attributesPermitTailCall()
598 CalleeAttrs.removeAttribute(Attribute::SExt); in attributesPermitTailCall()
599 CalleeAttrs.removeAttribute(Attribute::ZExt); in attributesPermitTailCall()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DEntryExitInstrumenter.cpp92 F.removeAttribute(AttributeList::FunctionIndex, EntryAttr); in runOnFunction()
114 F.removeAttribute(AttributeList::FunctionIndex, ExitAttr); in runOnFunction()
DBuildLibCalls.cpp1456 CI->setAttributes(Attrs.removeAttribute(B.getContext(), in emitUnaryFloatFnCallHelper()
1501 CI->setAttributes(Attrs.removeAttribute(B.getContext(), in emitBinaryFloatFnCallHelper()
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
DTransProperties.cpp200 removeAttribute("retain", atLoc); in removeAssignForDefaultStrong()
201 if (!removeAttribute("assign", atLoc)) in removeAssignForDefaultStrong()
271 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const { in removeAttribute() function in __anon5da651950111::PropertiesRewriter
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DAttributes.cpp628 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, in removeAttribute() function in AttributeSet
632 B.removeAttribute(Kind); in removeAttribute()
636 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, in removeAttribute() function in AttributeSet
640 B.removeAttribute(Kind); in removeAttribute()
1289 AttributeList AttributeList::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute() function in AttributeList
1297 AttrSets[Index] = AttrSets[Index].removeAttribute(C, Kind); in removeAttribute()
1302 AttributeList AttributeList::removeAttribute(LLVMContext &C, unsigned Index, in removeAttribute() function in AttributeList
1310 AttrSets[Index] = AttrSets[Index].removeAttribute(C, Kind); in removeAttribute()
1613 AttrBuilder &AttrBuilder::removeAttribute(Attribute::AttrKind Val) { in removeAttribute() function in AttrBuilder
1640 AttrBuilder &AttrBuilder::removeAttribute(StringRef A) { in removeAttribute() function in AttrBuilder
DFunction.cpp568 void Function::removeAttribute(unsigned i, Attribute::AttrKind Kind) { in removeAttribute() function in Function
570 PAL = PAL.removeAttribute(getContext(), i, Kind); in removeAttribute()
574 void Function::removeAttribute(unsigned i, StringRef Kind) { in removeAttribute() function in Function
576 PAL = PAL.removeAttribute(getContext(), i, Kind); in removeAttribute()
DCore.cpp2493 unwrap<Function>(F)->removeAttribute(Idx, (Attribute::AttrKind)KindID); in LLVMRemoveEnumAttributeAtIndex()
2498 unwrap<Function>(F)->removeAttribute(Idx, StringRef(K, KLen)); in LLVMRemoveStringAttributeAtIndex()
2903 unwrap<CallBase>(C)->removeAttribute(Idx, (Attribute::AttrKind)KindID); in LLVMRemoveCallSiteEnumAttribute()
2908 unwrap<CallBase>(C)->removeAttribute(Idx, StringRef(K, KLen)); in LLVMRemoveCallSiteStringAttribute()
DAutoUpgrade.cpp4364 Call.removeAttribute(AttributeList::FunctionIndex, Attribute::StrictFP); in visitCallBase()
4483 B.removeAttribute("no-frame-pointer-elim"); in UpgradeAttributes()
4489 B.removeAttribute("no-frame-pointer-elim-non-leaf"); in UpgradeAttributes()
4500 B.removeAttribute("null-pointer-is-valid"); in UpgradeAttributes()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp856 AttributeSet FnAttrs = PAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction()
915 AttrBuilder(Attrs).removeAttribute(Attribute::Returned))); in RemoveDeadStuffFromFunction()
933 AttributeSet FnAttrs = CallPAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction()
DGlobalOpt.cpp1654 return Attrs.removeAttribute(C, AttrIndex, A); in StripAttr()
DAttributor.cpp407 Attrs = Attrs.removeAttribute(Ctx, AttrIdx, Kind); in addIfNotExistent()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptx86ABIFixups.cpp245 call_inst->removeAttribute(I, llvm::Attribute::ByVal); in fixupRSAllocationStructByValCalls()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGCall.cpp2165 FuncAttrs.removeAttribute(llvm::Attribute::SpeculativeLoadHardening); in ConstructAttributeList()
2169 FuncAttrs.removeAttribute("split-stack"); in ConstructAttributeList()
2280 FuncAttrs.removeAttribute(llvm::Attribute::ReadOnly) in ConstructAttributeList()
2281 .removeAttribute(llvm::Attribute::ReadNone); in ConstructAttributeList()
2450 FuncAttrs.removeAttribute(llvm::Attribute::ReadOnly) in ConstructAttributeList()
2451 .removeAttribute(llvm::Attribute::ReadNone); in ConstructAttributeList()
2468 FuncAttrs.removeAttribute(llvm::Attribute::ReadOnly) in ConstructAttributeList()
2469 .removeAttribute(llvm::Attribute::ReadNone); in ConstructAttributeList()
4517 .removeAttribute(Ctx, llvm::AttributeList::ReturnIndex, in maybeRaiseRetAlignmentAttribute()
5334 CI->removeAttribute(llvm::AttributeList::FunctionIndex, in EmitCall()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp1571 F.removeAttribute(AttributeList::ReturnIndex, Attribute::NoAlias); in splitAsyncCoroutine()
1572 F.removeAttribute(AttributeList::ReturnIndex, Attribute::NonNull); in splitAsyncCoroutine()
1670 F.removeAttribute(AttributeList::ReturnIndex, Attribute::NoAlias); in splitRetconCoroutine()
1671 F.removeAttribute(AttributeList::ReturnIndex, Attribute::NonNull); in splitRetconCoroutine()
DCoroutines.cpp316 CB->removeAttribute(AttributeList::FunctionIndex, in buildFrom()
/freebsd-12-stable/contrib/libxo/xohtml/external/
Djquery.js1888 } else if ( elem.removeAttribute ) {
1889 elem.removeAttribute( jQuery.expando );
2571 elem.removeAttribute( getSetAttribute ? name : propName );
5139 oldContext.removeAttribute( "id" );
6147 dest.removeAttribute( jQuery.expando );
6469 } else if ( elem.removeAttribute ) {
6470 elem.removeAttribute( jQuery.expando );
6722 style.removeAttribute( "filter" );
Djquery.qtip.js856 if(BROWSER.ie) { this.style.removeAttribute('filter'); }
1040 if(BROWSER.ie) { tooltip[0].style.removeAttribute('filter'); }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp424 CI->removeAttribute(AttributeList::FunctionIndex, Attribute::NoReturn); in wrapInvoke()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1382 FnAttrs.removeAttribute(Attr); in legalizeCallAttributes()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
DAttributor.h594 AttrList = AttrList.removeAttribute(Ctx, getAttrIdx(), AK); in removeAttrs()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2259 Call.removeAttribute(AttributeList::ReturnIndex, Attribute::Alignment); in annotateAnyAllocSite()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp494 .removeAttribute(Attribute::NoAlias) in isLibCallInTailPosition()
495 .removeAttribute(Attribute::NonNull) in isLibCallInTailPosition()

12