/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Function.cpp | 171 getParent()->setAttributes(AL); in addAttrs() 243 setAttributes(Intrinsic::getAttributes(getContext(), IntID)); in Function() 358 setAttributes(PAL); in addAttribute() 364 setAttributes(PAL); in addAttribute() 370 setAttributes(PAL); in addAttributes() 376 setAttributes(PAL); in addParamAttr() 382 setAttributes(PAL); in addParamAttr() 388 setAttributes(PAL); in addParamAttrs() 394 setAttributes(PAL); in removeAttribute() 400 setAttributes(PAL); in removeAttribute() [all …]
|
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | PassManagerTest.cpp | 430 func_test1->setAttributes(func_test1_PAL); in makeLLVMModule() 438 func_test2->setAttributes(func_test2_PAL); in makeLLVMModule() 446 func_test3->setAttributes(func_test3_PAL); in makeLLVMModule() 454 func_test4->setAttributes(func_test4_PAL); in makeLLVMModule() 474 int32_3->setAttributes(int32_3_PAL); in makeLLVMModule() 489 int32_6->setAttributes(int32_6_PAL); in makeLLVMModule() 504 int32_9->setAttributes(int32_9_PAL); in makeLLVMModule()
|
/external/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 433 func_test1->setAttributes(func_test1_PAL); in makeLLVMModule() 441 func_test2->setAttributes(func_test2_PAL); in makeLLVMModule() 449 func_test3->setAttributes(func_test3_PAL); in makeLLVMModule() 457 func_test4->setAttributes(func_test4_PAL); in makeLLVMModule() 478 int32_3->setAttributes(int32_3_PAL); in makeLLVMModule() 493 int32_6->setAttributes(int32_6_PAL); in makeLLVMModule() 508 int32_9->setAttributes(int32_9_PAL); in makeLLVMModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 491 func_test1->setAttributes(func_test1_PAL); in makeLLVMModule() 499 func_test2->setAttributes(func_test2_PAL); in makeLLVMModule() 507 func_test3->setAttributes(func_test3_PAL); in makeLLVMModule() 515 func_test4->setAttributes(func_test4_PAL); in makeLLVMModule() 537 int32_3->setAttributes(int32_3_PAL); in makeLLVMModule() 553 int32_6->setAttributes(int32_6_PAL); in makeLLVMModule() 569 int32_9->setAttributes(int32_9_PAL); in makeLLVMModule()
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 166 void setAttributes(AttributeSet Attrs) { AttributeSets = Attrs; } 170 setAttributes(AttributeSets.addAttribute(getContext(), 176 setAttributes(AttributeSets.removeAttribute( 182 setAttributes( 187 setAttributes(
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Function.cpp | 183 setAttributes(Intrinsic::getAttributes(Intrinsic::ID(intrinsicID))); in Function() 247 setAttributes(PAL); in addAttribute() 253 setAttributes(PAL); in removeAttribute() 306 setAttributes(SrcF->getAttributes()); in copyAttributesFrom()
|
/external/llvm/lib/IR/ |
D | Function.cpp | 278 setAttributes(Intrinsic::getAttributes(getContext(), IntID)); in Function() 372 setAttributes(PAL); in addAttribute() 378 setAttributes(PAL); in addAttribute() 384 setAttributes(PAL); in addAttributes() 390 setAttributes(PAL); in removeAttribute() 396 setAttributes(PAL); in removeAttribute() 402 setAttributes(PAL); in removeAttributes() 408 setAttributes(PAL); in addDereferenceableAttr() 414 setAttributes(PAL); in addDereferenceableOrNullAttr() 443 setAttributes(SrcF->getAttributes()); in copyAttributesFrom()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | AttributesImplSerializer.java | 192 public final void setAttributes(Attributes atts) in setAttributes() method in AttributesImplSerializer 195 super.setAttributes(atts); in setAttributes()
|
/external/llvm/bindings/go/llvm/ |
D | IRBindings.cpp | 32 Func->setAttributes(PALnew); in LLVMAddFunctionAttr2() 49 Func->setAttributes(PALnew); in LLVMRemoveFunctionAttr2()
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/ |
D | SAX1ParserAdapter.java | 176 mAttrWrapper.setAttributes(attrs); in startElement() 197 public void setAttributes(Attributes a) { in setAttributes() method in SAX1ParserAdapter.AttributesWrapper
|
/external/swiftshader/third_party/LLVM/ |
D | FastIntrinsicID.patch | 43 - setAttributes(Intrinsic::getAttributes(Intrinsic::ID(IID))); 47 + setAttributes(Intrinsic::getAttributes(Intrinsic::ID(intrinsicID)));
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | FieldOrMethod.java | 128 setAttributes(attributes); in FieldOrMethod() 160 public final void setAttributes( final Attribute[] attributes ) { in setAttributes() method in FieldOrMethod
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | AttributesImpl.java | 83 setAttributes(atts); in AttributesImpl() 353 public void setAttributes (Attributes atts) in setAttributes() method in AttributesImpl
|
/external/setupcompat/main/java/com/google/android/setupcompat/util/ |
D | SystemBarHelper.java | 79 window.setAttributes(attrs); in addVisibilityFlag() 98 window.setAttributes(attrs); in removeVisibilityFlag()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | PruneEH.cpp | 153 F->setAttributes(NPAL); in runOnSCC() 182 Call->setAttributes(II->getAttributes()); in SimplifyFunction()
|
D | DeadArgumentElimination.cpp | 249 cast<InvokeInst>(New)->setAttributes(PAL); in DeleteDeadVarargs() 253 cast<CallInst>(New)->setAttributes(PAL); in DeleteDeadVarargs() 769 NF->setAttributes(NewPAL); in RemoveDeadStuffFromFunction() 827 cast<InvokeInst>(New)->setAttributes(NewCallPAL); in RemoveDeadStuffFromFunction() 831 cast<CallInst>(New)->setAttributes(NewCallPAL); in RemoveDeadStuffFromFunction()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CallSite.h | 183 void setAttributes(const AttrListPtr &PAL) { in setAttributes() function 184 CALLSITE_DELEGATE_SETTER(setAttributes(PAL)); in setAttributes()
|
/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 188 cast<InvokeInst>(New)->setAttributes(PAL); in DeleteDeadVarargs() 192 cast<CallInst>(New)->setAttributes(PAL); in DeleteDeadVarargs() 818 NF->setAttributes(NewPAL); in RemoveDeadStuffFromFunction() 894 cast<InvokeInst>(New)->setAttributes(NewCallPAL); in RemoveDeadStuffFromFunction() 898 cast<CallInst>(New)->setAttributes(NewCallPAL); in RemoveDeadStuffFromFunction()
|
D | ArgumentPromotion.cpp | 292 F->setAttributes( in PromoteArguments() 298 CS.setAttributes( in PromoteArguments() 767 NF->setAttributes(AttributeSet::get(F->getContext(), AttributesVec)); in DoPromotion() 882 cast<InvokeInst>(New)->setAttributes(AttributeSet::get(II->getContext(), in DoPromotion() 887 cast<CallInst>(New)->setAttributes(AttributeSet::get(New->getContext(), in DoPromotion()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
D | IndirectionUtilsTest.cpp | 31 F->setAttributes(AttributeList::get(Context, FnAttrs, RetAttrs, ArgAttrs)); in TEST()
|
/external/llvm/lib/Transforms/Utils/ |
D | LowerInvoke.cpp | 63 NewCall->setAttributes(II->getAttributes()); in runOnFunction()
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | IndirectionUtilsTest.cpp | 33 F->setAttributes(AttributeSet::get(MB.getModule()->getContext(), Attrs)); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LowerInvoke.cpp | 59 NewCall->setAttributes(II->getAttributes()); in runImpl()
|
/external/opencensus-java/exporters/trace/ocagent/src/main/java/io/opencensus/exporter/trace/ocagent/ |
D | TraceProtoUtils.java | 118 .setAttributes(toAttributesProto(spanData.getAttributes())) in toSpanProto() 207 .setAttributes(toAttributesBuilderProto(annotation.getAttributes(), 0)) in toTimeAnnotationProto() 301 .setAttributes(toAttributesBuilderProto(link.getAttributes(), 0)) in toLinkProto()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUIntrinsicInfo.cpp | 95 F->setAttributes(AS); in getDeclaration()
|