/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);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Attributes.h | 293 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/ |
D | AttributesTest.cpp | 53 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/ |
D | Attributes.h | 286 AttributeSet removeAttributes(LLVMContext &C, unsigned Index, 292 AttributeSet removeAttributes(LLVMContext &C, unsigned Index, 480 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/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | FieldGenOrMethodGen.java | 149 public void removeAttributes() { in removeAttributes() method in FieldGenOrMethodGen
|
/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()
|
/external/cldr/tools/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
|
/external/llvm/bindings/go/llvm/ |
D | IRBindings.cpp | 46 PAL.removeAttributes(Func->getContext(), AttributeSet::FunctionIndex, in LLVMRemoveFunctionAttr2()
|
/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()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateSidewaysView.java | 701 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/ |
D | Attributes.cpp | 711 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/ |
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()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 717 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/ |
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-project/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/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 378 NewFunc->removeAttributes(AttributeList::ReturnIndex, RetAttrs); in runOnFunction()
|
/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 789 RAttrs = RAttrs.removeAttributes(NRetTy->getContext(), in RemoveDeadStuffFromFunction() 839 RAttrs = RAttrs.removeAttributes(NRetTy->getContext(), in RemoveDeadStuffFromFunction()
|
/external/llvm-project/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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 488 F.removeAttributes(AttributeList::FunctionIndex, B); in removeUseSoftFloat()
|