/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 268 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);
|
D | Function.h | 386 void removeAttributes(unsigned i, const AttrBuilder &Attrs);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 281 AttributeSet removeAttributes(LLVMContext &C, unsigned Index, 287 AttributeSet removeAttributes(LLVMContext &C, unsigned Index, 475 AttrBuilder &removeAttributes(AttributeSet A, uint64_t Index);
|
D | Function.h | 269 void removeAttributes(unsigned i, AttributeSet Attrs);
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 285 AttributeSet removeAttributes(LLVMContext &C, unsigned Index, 291 AttributeSet removeAttributes(LLVMContext &C, unsigned Index, 483 AttrBuilder &removeAttributes(AttributeSet A, uint64_t Index);
|
D | Function.h | 246 void removeAttributes(unsigned i, AttributeSet Attrs);
|
/external/llvm/unittests/IR/ |
D | AttributesTest.cpp | 52 AttributeSet SetB = SetA.removeAttributes(C, 1, ASs[1]); in TEST()
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 946 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()
|
D | Function.cpp | 206 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()
|
D | Core.cpp | 1887 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/ |
D | FieldGenOrMethodGen.java | 149 public void removeAttributes() { in removeAttributes() method in FieldGenOrMethodGen
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | XPathParts.java | 561 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
|
D | CLDRFile.java | 1209 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/ |
D | Attributes.cpp | 643 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()
|
D | Function.cpp | 447 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/ |
D | GenerateSidewaysView.java | 697 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/ |
D | IRBindings.cpp | 46 PAL.removeAttributes(Func->getContext(), AttributeSet::FunctionIndex, in LLVMRemoveFunctionAttr2()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 541 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()
|
D | MemorySanitizer.cpp | 2536 Func->removeAttributes(AttributeSet::FunctionIndex, in visitCallSite() 3588 F.removeAttributes(AttributeSet::FunctionIndex, in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 657 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/ |
D | DeadArgumentElimination.cpp | 789 RAttrs = RAttrs.removeAttributes(NRetTy->getContext(), in RemoveDeadStuffFromFunction() 839 RAttrs = RAttrs.removeAttributes(NRetTy->getContext(), in RemoveDeadStuffFromFunction()
|
D | FunctionAttrs.cpp | 213 F->removeAttributes( in addReadAttrs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 378 NewFunc->removeAttributes(AttributeList::ReturnIndex, RetAttrs); in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 488 F.removeAttributes(AttributeList::FunctionIndex, B); in removeUseSoftFloat()
|
/external/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 499 F.removeAttributes(AttributeSet::FunctionIndex, A); in removeUseSoftFloat()
|