/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 192 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()
|
D | ArgumentPromotion.cpp | 232 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(), in doPromotion() 339 AttributeList::get(F->getContext(), CallPAL.getFnAttributes(), in doPromotion()
|
D | WholeProgramDevirt.cpp | 1156 AttributeList::get(M.getContext(), Attrs.getFnAttributes(), in applyICallBranchFunnel()
|
D | Attributor.cpp | 6309 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/ |
D | CallPromotionUtils.cpp | 442 CS.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(), in promoteCall()
|
D | CloneFunction.cpp | 123 AttributeList::get(NewFunc->getContext(), OldAttrs.getFnAttributes(), in CloneFunctionInto()
|
D | CodeExtractor.cpp | 841 for (const auto &Attr : oldFunction->getAttributes().getFnAttributes()) { in constructFunction()
|
D | InlineFunction.cpp | 1929 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/ |
D | TargetLibraryInfo.h | 234 AttributeSet FnAttrs = (*F)->getAttributes().getFnAttributes();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 321 AttributeSet getFnAttributes() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 971 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()
|
D | Attributes.cpp | 1297 AttributeSet AttributeList::getFnAttributes() const { in getFnAttributes() function in AttributeList
|
D | Verifier.cpp | 1776 verifyAttributeTypes(Attrs.getFnAttributes(), /*IsFunction=*/true, V); in verifyFunctionAttrs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 547 AttributeSet getFnAttributes() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 416 AttrBuilder FnAttrs(InvokeAL.getFnAttributes()); in wrapInvoke()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1246 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/ |
D | CoroSplit.cpp | 686 OrigAttrs.getFnAttributes()); in create()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 135 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/ |
D | DataFlowSanitizer.cpp | 276 CallSiteAttrs.getFnAttributes(), in TransformFunctionAttributes()
|
D | MemorySanitizer.cpp | 3806 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/ |
D | InstCombineCalls.cpp | 4748 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/ |
D | BitcodeReader.cpp | 3178 auto AS = getAttributes(Record[12]).getFnAttributes(); in parseGlobalVarRecord()
|