Home
last modified time | relevance | path

Searched refs:getFnAttributes (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp192 PAL = AttributeList::get(Fn.getContext(), PAL.getFnAttributes(), in DeleteDeadVarargs()
850 AttributeSet FnAttrs = PAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction()
928 AttributeSet FnAttrs = CallPAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction()
DArgumentPromotion.cpp232 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(), in doPromotion()
339 AttributeList::get(F->getContext(), CallPAL.getFnAttributes(), in doPromotion()
DWholeProgramDevirt.cpp1156 AttributeList::get(M.getContext(), Attrs.getFnAttributes(), in applyICallBranchFunnel()
DAttributor.cpp6309 Ctx, OldFnAttributeList.getFnAttributes(), in rewriteFunctionSignatures()
6379 Ctx, OldCallAttributeList.getFnAttributes(), in rewriteFunctionSignatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp442 CS.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(), in promoteCall()
DCloneFunction.cpp123 AttributeList::get(NewFunc->getContext(), OldAttrs.getFnAttributes(), in CloneFunctionInto()
DCodeExtractor.cpp841 for (const auto &Attr : oldFunction->getAttributes().getFnAttributes()) { in constructFunction()
DInlineFunction.cpp1929 Attrs = AttributeList::get(CI->getContext(), Attrs.getFnAttributes(), in InlineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h234 AttributeSet FnAttrs = (*F)->getAttributes().getFnAttributes();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h321 AttributeSet getFnAttributes() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp971 AttributeSet FnAttrs = F.getAttributes().getFnAttributes(); in processModule()
1009 AttributeSet Attrs = Call->getAttributes().getFnAttributes(); in processFunction()
3416 AttributeSet AS = Attrs.getFnAttributes(); in printFunction()
3503 Out << " #" << Machine.getAttributeGroupSlot(Attrs.getFnAttributes()); in printFunction()
3890 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction()
3928 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction()
3968 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction()
DAttributes.cpp1297 AttributeSet AttributeList::getFnAttributes() const { in getFnAttributes() function in AttributeList
DVerifier.cpp1776 verifyAttributeTypes(Attrs.getFnAttributes(), /*IsFunction=*/true, V); in verifyFunctionAttrs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h547 AttributeSet getFnAttributes() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp416 AttrBuilder FnAttrs(InvokeAL.getFnAttributes()); in wrapInvoke()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1246 AttrBuilder FnAttrs = AL.getFnAttributes(); in legalizeCallAttributes()
1249 for (Attribute A : AL.getFnAttributes()) { in legalizeCallAttributes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp686 OrigAttrs.getFnAttributes()); in create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp135 AttrBuilder FnAttrs(AS.getFnAttributes()); in ValidateEndOfModule()
152 AttrBuilder FnAttrs(AS.getFnAttributes()); in ValidateEndOfModule()
160 AttrBuilder FnAttrs(AS.getFnAttributes()); in ValidateEndOfModule()
168 AttrBuilder FnAttrs(AS.getFnAttributes()); in ValidateEndOfModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp276 CallSiteAttrs.getFnAttributes(), in TransformFunctionAttributes()
DMemorySanitizer.cpp3806 for (const auto &Attr : F.getAttributes().getFnAttributes()) { in VarArgAMD64Helper()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4748 AttributeSet FnAttrs = CallerPAL.getFnAttributes(); in transformConstExprCastCall()
4934 AttributeList::get(FTy->getContext(), Attrs.getFnAttributes(), in transformCallThroughTrampoline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3178 auto AS = getAttributes(Record[12]).getFnAttributes(); in parseGlobalVarRecord()