Home
last modified time | relevance | path

Searched refs:setAttributes (Results 1 – 25 of 132) sorted by relevance

123456

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp171 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/
DPassManagerTest.cpp430 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/
DLegacyPassManagerTest.cpp433 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/
DLegacyPassManagerTest.cpp491 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/
DFunction.h166 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/
DFunction.cpp183 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/
DFunction.cpp278 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/
DAttributesImplSerializer.java192 public final void setAttributes(Attributes atts) in setAttributes() method in AttributesImplSerializer
195 super.setAttributes(atts); in setAttributes()
/external/llvm/bindings/go/llvm/
DIRBindings.cpp32 Func->setAttributes(PALnew); in LLVMAddFunctionAttr2()
49 Func->setAttributes(PALnew); in LLVMRemoveFunctionAttr2()
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
DSAX1ParserAdapter.java176 mAttrWrapper.setAttributes(attrs); in startElement()
197 public void setAttributes(Attributes a) { in setAttributes() method in SAX1ParserAdapter.AttributesWrapper
/external/swiftshader/third_party/LLVM/
DFastIntrinsicID.patch43 - setAttributes(Intrinsic::getAttributes(Intrinsic::ID(IID)));
47 + setAttributes(Intrinsic::getAttributes(Intrinsic::ID(intrinsicID)));
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DFieldOrMethod.java128 setAttributes(attributes); in FieldOrMethod()
160 public final void setAttributes( final Attribute[] attributes ) { in setAttributes() method in FieldOrMethod
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DAttributesImpl.java83 setAttributes(atts); in AttributesImpl()
353 public void setAttributes (Attributes atts) in setAttributes() method in AttributesImpl
/external/setupcompat/main/java/com/google/android/setupcompat/util/
DSystemBarHelper.java79 window.setAttributes(attrs); in addVisibilityFlag()
98 window.setAttributes(attrs); in removeVisibilityFlag()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DPruneEH.cpp153 F->setAttributes(NPAL); in runOnSCC()
182 Call->setAttributes(II->getAttributes()); in SimplifyFunction()
DDeadArgumentElimination.cpp249 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/
DCallSite.h183 void setAttributes(const AttrListPtr &PAL) { in setAttributes() function
184 CALLSITE_DELEGATE_SETTER(setAttributes(PAL)); in setAttributes()
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp188 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()
DArgumentPromotion.cpp292 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/
DIndirectionUtilsTest.cpp31 F->setAttributes(AttributeList::get(Context, FnAttrs, RetAttrs, ArgAttrs)); in TEST()
/external/llvm/lib/Transforms/Utils/
DLowerInvoke.cpp63 NewCall->setAttributes(II->getAttributes()); in runOnFunction()
/external/llvm/unittests/ExecutionEngine/Orc/
DIndirectionUtilsTest.cpp33 F->setAttributes(AttributeSet::get(MB.getModule()->getContext(), Attrs)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLowerInvoke.cpp59 NewCall->setAttributes(II->getAttributes()); in runImpl()
/external/opencensus-java/exporters/trace/ocagent/src/main/java/io/opencensus/exporter/trace/ocagent/
DTraceProtoUtils.java118 .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/
DAMDGPUIntrinsicInfo.cpp95 F->setAttributes(AS); in getDeclaration()

123456