/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 602 CallerAttrs.removeAttribute(Attr); in attributesPermitTailCall() 603 CalleeAttrs.removeAttribute(Attr); in attributesPermitTailCall() 611 CallerAttrs.removeAttribute(Attribute::ZExt); in attributesPermitTailCall() 612 CalleeAttrs.removeAttribute(Attribute::ZExt); in attributesPermitTailCall() 618 CallerAttrs.removeAttribute(Attribute::SExt); in attributesPermitTailCall() 619 CalleeAttrs.removeAttribute(Attribute::SExt); in attributesPermitTailCall() 633 CalleeAttrs.removeAttribute(Attribute::SExt); in attributesPermitTailCall() 634 CalleeAttrs.removeAttribute(Attribute::ZExt); in attributesPermitTailCall()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Attributes.h | 373 [[nodiscard]] AttributeSet removeAttribute(LLVMContext &C, 378 [[nodiscard]] AttributeSet removeAttribute(LLVMContext &C, 642 [[nodiscard]] AttributeList removeAttribute(LLVMContext &C, unsigned Index, 1060 AttrBuilder &removeAttribute(Attribute::AttrKind Val); 1063 AttrBuilder &removeAttribute(StringRef A); 1066 AttrBuilder &removeAttribute(Attribute A) { 1068 return removeAttribute(A.getKindAsString()); 1070 return removeAttribute(A.getKindAsEnum());
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransProperties.cpp | 200 removeAttribute("retain", atLoc); in removeAssignForDefaultStrong() 201 if (!removeAttribute("assign", atLoc)) in removeAssignForDefaultStrong() 271 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const { in removeAttribute() function in __anon8393a07d0111::PropertiesRewriter
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Attributes.cpp | 878 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, in removeAttribute() function in AttributeSet 882 B.removeAttribute(Kind); in removeAttribute() 886 AttributeSet AttributeSet::removeAttribute(LLVMContext &C, in removeAttribute() function in AttributeSet 890 B.removeAttribute(Kind); in removeAttribute() 1542 AttributeSet NewAttrs = Attrs.removeAttribute(C, Kind); in removeAttributeAtIndex() 1552 AttributeSet NewAttrs = Attrs.removeAttribute(C, Kind); in removeAttributeAtIndex() 1878 AttrBuilder &AttrBuilder::removeAttribute(Attribute::AttrKind Val) { in removeAttribute() function in AttrBuilder 1886 AttrBuilder &AttrBuilder::removeAttribute(StringRef A) { in removeAttribute() function in AttrBuilder
|
H A D | AutoUpgrade.cpp | 5447 B.removeAttribute("no-frame-pointer-elim"); in UpgradeAttributes() 5453 B.removeAttribute("no-frame-pointer-elim-non-leaf"); in UpgradeAttributes() 5462 B.removeAttribute("null-pointer-is-valid"); in UpgradeAttributes()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 856 PAL.getFnAttrs().removeAttribute(F->getContext(), Attribute::AllocSize); in removeDeadStuffFromFunction() 915 .removeAttribute(Attribute::Returned))); in removeDeadStuffFromFunction() 933 AttributeSet FnAttrs = CallPAL.getFnAttrs().removeAttribute( in removeDeadStuffFromFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1518 ValidUB.removeAttribute(Attribute::Dereferenceable); in AddReturnAttributes() 1521 ValidUB.removeAttribute(Attribute::DereferenceableOrNull); in AddReturnAttributes() 1556 ValidPG.removeAttribute(Attribute::Alignment); in AddReturnAttributes()
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.js | 1888 } 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" );
|
H A D | jquery.qtip.js | 856 if(BROWSER.ie) { this.style.removeAttribute('filter'); } 1040 if(BROWSER.ie) { tooltip[0].style.removeAttribute('filter'); }
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1463 FnAttrs.removeAttribute(Attr); in legalizeCallAttributes() 1467 FnAttrs.removeAttribute(A); in legalizeCallAttributes()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 554 FnAttrs.removeAttribute(Attribute::NoReturn); in wrapInvoke()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 1957 FuncAttrs.removeAttribute("zero-call-used-regs"); in getTrivialDefaultFunctionAttributes() 2470 FuncAttrs.removeAttribute(llvm::Attribute::SpeculativeLoadHardening); in ConstructAttributeList() 2474 FuncAttrs.removeAttribute("split-stack"); in ConstructAttributeList() 2479 FuncAttrs.removeAttribute("zero-call-used-regs"); in ConstructAttributeList()
|
H A D | CodeGenModule.cpp | 654 CurrAttributes.removeAttribute(GVar->getContext(), "toc-data"); in checkAliasForTocData()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 244 FnAttrs.removeAttribute(Attribute::Alignment); in validateEndOfModule() 6420 FuncAttrs.removeAttribute(Attribute::Alignment); in parseFunctionHeader()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 512 .removeAttribute(Attribute::NoAlias) in isLibCallInTailPosition() 513 .removeAttribute(Attribute::NonNull) in isLibCallInTailPosition()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 3413 AttrBldr.removeAttribute(Attribute::OptimizeNone); in createReductionsGPU()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 69 CallerAttrs.removeAttribute(Attr); in isInTailCallPosition()
|