Home
last modified time | relevance | path

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

12345

/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()
DInstructionsTest.cpp519 Call->setAttributes(AttributeSet::get(C, AttributeSet::FunctionIndex, AB)); in TEST()
537 Call->setAttributes(AttributeSet::get(C, AttributeSet::FunctionIndex, AB)); in TEST()
565 Invoke->setAttributes(AttributeSet::get(C, AttributeSet::FunctionIndex, AB)); in TEST()
/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(
DCallSite.h308 void setAttributes(const AttributeSet &PAL) { in setAttributes() function
309 CALLSITE_DELEGATE_SETTER(setAttributes(PAL)); in 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()
DModule.cpp148 New->setAttributes(AttributeList); in getOrInsertFunction()
180 New->setAttributes(AttributeList); in getOrInsertTargetIntrinsic()
/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/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()
DInstructions.cpp329 NewCI->setAttributes(CI->getAttributes()); in Create()
350 setAttributes(PAL); in addAttribute()
356 setAttributes(PAL); in addAttribute()
362 setAttributes(PAL); in addAttribute()
368 setAttributes(PAL); in removeAttribute()
374 setAttributes(PAL); in removeAttribute()
383 setAttributes(PAL); in removeAttribute()
389 setAttributes(PAL); in addDereferenceableAttr()
395 setAttributes(PAL); in addDereferenceableOrNullAttr()
689 NewII->setAttributes(II->getAttributes()); in Create()
[all …]
/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/tagsoup/src/org/ccil/cowan/tagsoup/
DAttributesImpl.java83 setAttributes(atts); in AttributesImpl()
353 public void setAttributes (Attributes atts) in setAttributes() method in AttributesImpl
/external/llvm/lib/Transforms/Utils/
DLowerInvoke.cpp63 NewCall->setAttributes(II->getAttributes()); in runOnFunction()
/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/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()
DArgumentPromotion.cpp619 NF->setAttributes(AttrListPtr::get(AttributesVec.begin(), in DoPromotion()
737 cast<InvokeInst>(New)->setAttributes(AttrListPtr::get(AttributesVec.begin(), in DoPromotion()
742 cast<CallInst>(New)->setAttributes(AttrListPtr::get(AttributesVec.begin(), in DoPromotion()
/external/llvm/unittests/ExecutionEngine/Orc/
DIndirectionUtilsTest.cpp33 F->setAttributes(AttributeSet::get(MB.getModule()->getContext(), Attrs)); in TEST()
/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/llvm/lib/Target/AMDGPU/
DSITypeRewriter.cpp136 NewF->setAttributes(F->getAttributes()); in visitCallInst()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/
DTestCLDRVsICU.java251 public void setAttributes(Attributes attributes) { in setAttributes() method in TestCLDRVsICU.Handler
277 result.setAttributes(attributes); in getHandler()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/cldr/
DTestCLDRVsICU.java252 public void setAttributes(Attributes attributes) { in setAttributes() method in TestCLDRVsICU.Handler
278 result.setAttributes(attributes); in getHandler()

12345