Home
last modified time | relevance | path

Searched refs:removeAttributes (Results 1 – 25 of 31) 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);
DFunction.h386 void removeAttributes(unsigned i, const AttrBuilder &Attrs);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h281 AttributeSet removeAttributes(LLVMContext &C, unsigned Index,
287 AttributeSet removeAttributes(LLVMContext &C, unsigned Index,
475 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/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()
DCore.cpp1887 PAL.removeAttributes(Func->getContext(), AttributeSet::FunctionIndex, in LLVMRemoveFunctionAttr()
2198 .removeAttributes(Call->getContext(), index, in LLVMRemoveInstrAttribute()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DFieldGenOrMethodGen.java149 public void removeAttributes() { in removeAttributes() method in FieldGenOrMethodGen
/external/cldr/tools/cldr-code/src/main/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
DCLDRFile.java1209 parts.removeAttributes(i, toRemove); in getNondraftNonaltXPath()
2381 distinguishingParts.removeAttributes(i, toRemove);
2418 distinguishingParts.removeAttributes(i, toRemove);
/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()
DFunction.cpp447 void Function::removeAttributes(unsigned i, const AttrBuilder &Attrs) { in removeAttributes() function in Function
449 PAL = PAL.removeAttributes(getContext(), i, Attrs); in removeAttributes()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGenerateSidewaysView.java697 private static String removeAttributes(String xpath, Set<String> skipAttributes) { in removeAttributes() method in GenerateSidewaysView
699 removeAttributes(parts, skipAttributes); in removeAttributes()
708 private static void removeAttributes(XPathParts parts, Set<String> skipAttributes) { in removeAttributes() method in GenerateSidewaysView
737 removeAttributes(parts, skipSet); in getValue()
/external/llvm/bindings/go/llvm/
DIRBindings.cpp46 PAL.removeAttributes(Func->getContext(), AttributeSet::FunctionIndex, in LLVMRemoveFunctionAttr2()
/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()
DMemorySanitizer.cpp2536 Func->removeAttributes(AttributeSet::FunctionIndex, in visitCallSite()
3588 F.removeAttributes(AttributeSet::FunctionIndex, in runOnFunction()
/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/lib/Transforms/IPO/
DDeadArgumentElimination.cpp789 RAttrs = RAttrs.removeAttributes(NRetTy->getContext(), in RemoveDeadStuffFromFunction()
839 RAttrs = RAttrs.removeAttributes(NRetTy->getContext(), in RemoveDeadStuffFromFunction()
DFunctionAttrs.cpp213 F->removeAttributes( in addReadAttrs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp378 NewFunc->removeAttributes(AttributeList::ReturnIndex, RetAttrs); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/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()

12