Home
last modified time | relevance | path

Searched refs:removeAttributes (Results 1 – 25 of 46) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h268 removeAttributes(LLVMContext &C, const AttrBuilder &AttrsToRemove) const;
452 LLVM_NODISCARD AttributeList removeAttributes(
457 LLVM_NODISCARD AttributeList removeAttributes(LLVMContext &C,
479 return removeAttributes(C, ArgNo + FirstArgIndex, AttrsToRemove);
486 return removeAttributes(C, ArgNo + FirstArgIndex);
741 AttrBuilder &removeAttributes(AttributeList A, uint64_t WithoutIndex);
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h293 removeAttributes(LLVMContext &C, const AttrBuilder &AttrsToRemove) const;
483 LLVM_NODISCARD AttributeList removeAttributes(
488 LLVM_NODISCARD AttributeList removeAttributes(LLVMContext &C,
510 return removeAttributes(C, ArgNo + FirstArgIndex, AttrsToRemove);
517 return removeAttributes(C, ArgNo + FirstArgIndex);
799 AttrBuilder &removeAttributes(AttributeList A, uint64_t WithoutIndex);
/external/llvm-project/llvm/unittests/IR/
DAttributesTest.cpp53 AttributeList SetB = SetA.removeAttributes(C, 1, ASs[1].getAttributes(1)); in TEST()
94 AS = AS.removeAttributes(C, B_align); in TEST()
134 AL2 = AL2.removeAttributes(C, 0, B_stackalign); in TEST()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h286 AttributeSet removeAttributes(LLVMContext &C, unsigned Index,
292 AttributeSet removeAttributes(LLVMContext &C, unsigned Index,
480 AttrBuilder &removeAttributes(AttributeSet A, uint64_t Index);
DFunction.h269 void removeAttributes(unsigned i, AttributeSet Attrs);
/external/llvm/include/llvm/IR/
DAttributes.h285 AttributeSet removeAttributes(LLVMContext &C, unsigned Index,
291 AttributeSet removeAttributes(LLVMContext &C, unsigned Index,
483 AttrBuilder &removeAttributes(AttributeSet A, uint64_t Index);
DFunction.h246 void removeAttributes(unsigned i, AttributeSet Attrs);
/external/llvm/unittests/IR/
DAttributesTest.cpp52 AttributeSet SetB = SetA.removeAttributes(C, 1, ASs[1]); in TEST()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DFieldGenOrMethodGen.java149 public void removeAttributes() { in removeAttributes() method in FieldGenOrMethodGen
/external/llvm/lib/IR/
DAttributes.cpp946 return removeAttributes(C, Index, AttributeSet::get(C, Index, Kind)); in removeAttribute()
952 return removeAttributes(C, Index, AttributeSet::get(C, Index, Kind)); in removeAttribute()
955 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes() function in AttributeSet
985 B.removeAttributes(Attrs.pImpl->getSlotAttributes(I), Index); in removeAttributes()
998 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes() function in AttributeSet
1315 AttrBuilder &AttrBuilder::removeAttributes(AttributeSet A, uint64_t Index) { in removeAttributes() function in AttrBuilder
1616 Caller.removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr); in adjustCallerSSPLevel()
1620 Caller.removeAttributes(AttributeSet::FunctionIndex, OldSSPAttr); in adjustCallerSSPLevel()
DFunction.cpp206 getParent()->removeAttributes(getArgNo() + 1, in removeAttr()
399 void Function::removeAttributes(unsigned i, AttributeSet Attrs) { in removeAttributes() function in Function
401 PAL = PAL.removeAttributes(getContext(), i, Attrs); in removeAttributes()
/external/cldr/tools/java/org/unicode/cldr/util/
DXPathParts.java561 public XPathParts removeAttributes(String elementName, Collection<String> attributeNames) { in removeAttributes() method in XPathParts
562 return removeAttributes(findElement(elementName), attributeNames); in removeAttributes()
565 public XPathParts removeAttributes(int elementIndex, Collection<String> attributeNames) { in removeAttributes() method in XPathParts
574 elements.get(elementIndex).removeAttributes(attributeNames); in removeAttributes()
810 private void removeAttributes(Collection<String> attributeNames) { in removeAttributes() method in XPathParts.Element
/external/llvm/bindings/go/llvm/
DIRBindings.cpp46 PAL.removeAttributes(Func->getContext(), AttributeSet::FunctionIndex, in LLVMRemoveFunctionAttr2()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp643 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, in removeAttributes() function in AttributeSet
1231 AttributeList::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes() function in AttributeList
1241 AttrSets[Index] = AttrSets[Index].removeAttributes(C, AttrsToRemove); in removeAttributes()
1246 AttributeList AttributeList::removeAttributes(LLVMContext &C, in removeAttributes() function in AttributeList
1504 AttrBuilder &AttrBuilder::removeAttributes(AttributeList A, uint64_t Index) { in removeAttributes() function in AttrBuilder
1764 Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr); in adjustCallerSSPLevel()
1768 Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr); in adjustCallerSSPLevel()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateSidewaysView.java701 private static String removeAttributes(String xpath, Set<String> skipAttributes) { in removeAttributes() method in GenerateSidewaysView
703 removeAttributes(parts, skipAttributes); in removeAttributes()
712 private static void removeAttributes(XPathParts parts, Set<String> skipAttributes) { in removeAttributes() method in GenerateSidewaysView
744 removeAttributes(parts, skipSet); in getValue()
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp711 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, in removeAttributes() function in AttributeSet
1367 AttributeList::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes() function in AttributeList
1377 AttrSets[Index] = AttrSets[Index].removeAttributes(C, AttrsToRemove); in removeAttributes()
1382 AttributeList AttributeList::removeAttributes(LLVMContext &C, in removeAttributes() function in AttributeList
1646 AttrBuilder &AttrBuilder::removeAttributes(AttributeList A, uint64_t Index) { in removeAttributes() function in AttrBuilder
1961 Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr); in adjustCallerSSPLevel()
1965 Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr); in adjustCallerSSPLevel()
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp541 NewF->removeAttributes( in buildWrapperFunction()
548 NewF->removeAttributes( in buildWrapperFunction()
719 NewF->removeAttributes( in runOnModule()
761 NewF->removeAttributes(AttributeSet::FunctionIndex, ReadOnlyNoneAttrs); in runOnModule()
1449 CustomFn->removeAttributes(AttributeSet::FunctionIndex, in visitCallSite()
1595 NewCS.setAttributes(CS.getAttributes().removeAttributes( in visitCallSite()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp717 NewF->removeAttributes( in buildWrapperFunction()
723 NewF->removeAttributes(AttributeList::FunctionIndex, in buildWrapperFunction()
949 NewF->removeAttributes( in runImpl()
998 NewF->removeAttributes(AttributeList::FunctionIndex, ReadOnlyNoneAttrs); in runImpl()
1750 CustomFn->removeAttributes(AttributeList::FunctionIndex, in visitCallBase()
1931 NewCB->setAttributes(CB.getAttributes().removeAttributes( in visitCallBase()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp657 NewF->removeAttributes( in buildWrapperFunction()
663 NewF->removeAttributes(AttributeList::FunctionIndex, in buildWrapperFunction()
847 NewF->removeAttributes( in runOnModule()
896 NewF->removeAttributes(AttributeList::FunctionIndex, ReadOnlyNoneAttrs); in runOnModule()
1588 CustomFn->removeAttributes(AttributeList::FunctionIndex, in visitCallSite()
1748 NewCS.setAttributes(CS.getAttributes().removeAttributes( in visitCallSite()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp378 NewFunc->removeAttributes(AttributeList::ReturnIndex, RetAttrs); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp378 NewFunc->removeAttributes(AttributeList::ReturnIndex, RetAttrs); in runOnFunction()
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp789 RAttrs = RAttrs.removeAttributes(NRetTy->getContext(), in RemoveDeadStuffFromFunction()
839 RAttrs = RAttrs.removeAttributes(NRetTy->getContext(), in RemoveDeadStuffFromFunction()
/external/llvm-project/llvm/lib/Target/Mips/
DMips16HardFloat.cpp488 F.removeAttributes(AttributeList::FunctionIndex, B); in removeUseSoftFloat()
/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp499 F.removeAttributes(AttributeSet::FunctionIndex, A); in removeUseSoftFloat()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16HardFloat.cpp488 F.removeAttributes(AttributeList::FunctionIndex, B); in removeUseSoftFloat()

12