Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp196 getParent()->setAttributes(AL); in addAttrs()
286 setAttributes(Intrinsic::getAttributes(getContext(), IntID)); in Function()
402 setAttributes(PAL); in addAttribute()
408 setAttributes(PAL); in addAttribute()
414 setAttributes(PAL); in addAttributes()
420 setAttributes(PAL); in addParamAttr()
426 setAttributes(PAL); in addParamAttr()
432 setAttributes(PAL); in addParamAttrs()
438 setAttributes(PAL); in removeAttribute()
444 setAttributes(PAL); in removeAttribute()
[all …]
DGlobals.cpp415 setAttributes(Src->getAttributes()); in copyAttributesFrom()
DModule.cpp152 New->setAttributes(AttributeList); in getOrInsertFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h1388 void setAttributes(AttributeList A) { Attrs = A; }
1404 setAttributes(PAL);
1411 setAttributes(PAL);
1419 setAttributes(PAL);
1427 setAttributes(PAL);
1434 setAttributes(PAL);
1441 setAttributes(PAL);
1449 setAttributes(PAL);
1457 setAttributes(PAL);
1464 setAttributes(PAL);
[all …]
DGlobalVariable.h238 void setAttributes(AttributeSet A) { in setAttributes() function
DFunction.h226 void setAttributes(AttributeList Attrs) { AttributeSets = Attrs; } in setAttributes() function
251 setAttributes(getAttributes().removeAttribute( in removeFnAttr()
DCallSite.h341 void setAttributes(AttributeList PAL) { in setAttributes() function
342 CALLSITE_DELEGATE_SETTER(setAttributes(PAL)); in setAttributes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerInvoke.cpp60 NewCall->setAttributes(II->getAttributes()); in runImpl()
DSimplifyLibCalls.cpp567 NewCI->setAttributes(CI->getAttributes()); in optimizeStrCpy()
595 NewCI->setAttributes(CI->getAttributes()); in optimizeStpCpy()
631 NewCI->setAttributes(NewCI->getAttributes().addParamAttributes( in optimizeStrNCpy()
644 NewCI->setAttributes(CI->getAttributes()); in optimizeStrNCpy()
1121 NewCI->setAttributes(CI->getAttributes()); in optimizeMemCpy()
1171 NewCI->setAttributes(CI->getAttributes()); in optimizeMemPCpy()
1184 NewCI->setAttributes(CI->getAttributes()); in optimizeMemMove()
1245 NewCI->setAttributes(CI->getAttributes()); in optimizeMemSet()
3288 NewCI->setAttributes(CI->getAttributes()); in optimizeMemCpyChk()
3300 NewCI->setAttributes(CI->getAttributes()); in optimizeMemMoveChk()
[all …]
DCallPromotionUtils.cpp442 CS.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(), in promoteCall()
DCloneFunction.cpp102 NewFunc->setAttributes(NewAttrs); in CloneFunctionInto()
122 NewFunc->setAttributes( in CloneFunctionInto()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_xml.js22 this.setAttributes = function (...args) { method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAddMissingPrototypes.cpp127 NewF->setAttributes(F.getAttributes()); in runOnModule()
DWebAssemblyLowerEmscriptenEHSjLj.cpp433 NewCall->setAttributes(NewCallAL); in wrapInvoke()
777 NewCall->setAttributes(II->getAttributes()); in runEHOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h175 void setAttributes(AttributeSet Attrs) { AttributeSets = Attrs; } in setAttributes() function
199 setAttributes(AttributeSets.removeAttribute( in removeFnAttr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp209 NewCS.setAttributes(PAL); in DeleteDeadVarargs()
869 NF->setAttributes(NewPAL); in RemoveDeadStuffFromFunction()
947 NewCS.setAttributes(NewCallPAL); in RemoveDeadStuffFromFunction()
DArgumentPromotion.cpp232 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(), in doPromotion()
338 NewCS.setAttributes( in doPromotion()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.h213 void setAttributes(rx::DisplayImpl *impl, const AttributeMap &attribMap);
DDisplay.cpp380 display->setAttributes(impl, attribMap); in GetDisplayFromNativeDisplay()
442 display->setAttributes(impl, attribMap); in GetDisplayFromDevice()
512 void Display::setAttributes(rx::DisplayImpl *impl, const AttributeMap &attribMap) in setAttributes() function in egl::Display
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.h315 void setAttributes(const AttributeMap &attribMap) { mAttributeMap = attribMap; } in setAttributes() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackProtector.cpp455 Call->setAttributes(GuardCheck->getAttributes()); in InsertStackProtectors()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp193 F.setAttributes(Attrs); in LLVMCreateMCJITCompilerForModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp252 Call->setAttributes(F.getAttributes()); in makeStub()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1501 SPCall->setAttributes(legalizeCallAttributes(CI->getAttributes())); in makeStatepointExplicitImpl()
1527 SPInvoke->setAttributes(legalizeCallAttributes(II->getAttributes())); in makeStatepointExplicitImpl()
1572 GCResult->setAttributes( in makeStatepointExplicitImpl()
2397 AH.setAttributes(AH.getAttributes().removeAttributes(Ctx, Index, R)); in RemoveNonValidAttrAtIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp52 Fn.setAttributes( \ in addAttributes()

123