/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetMachine.cpp | 228 AttributeList FnAttrs = F.getAttributes(); in getSubtargetImpl() local 230 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-cpu"); in getSubtargetImpl() 232 FnAttrs.getAttribute(AttributeList::FunctionIndex, "target-features"); in getSubtargetImpl()
|
/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() local 417 if (FnAttrs.contains(Attribute::AllocSize)) { in wrapInvoke() 422 std::tie(SizeArg, NEltArg) = FnAttrs.getAllocSizeArgs(); in wrapInvoke() 426 FnAttrs.addAllocSizeAttr(SizeArg, NEltArg); in wrapInvoke() 431 AttributeList::get(C, AttributeSet::get(C, FnAttrs), in wrapInvoke()
|
/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(); variable 235 for (const Attribute &Attr : FnAttrs) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 850 AttributeSet FnAttrs = PAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction() local 856 AttributeList::get(F->getContext(), FnAttrs, RetAttrs, ArgAttrVec); in RemoveDeadStuffFromFunction() 928 AttributeSet FnAttrs = CallPAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction() local 932 F->getContext(), FnAttrs, RetAttrs, ArgAttrVec); in RemoveDeadStuffFromFunction()
|
/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() local 138 FnAttrs.merge(B); in ValidateEndOfModule() 142 if (FnAttrs.hasAlignmentAttr()) { in ValidateEndOfModule() 143 Fn->setAlignment(FnAttrs.getAlignment()); in ValidateEndOfModule() 144 FnAttrs.removeAttribute(Attribute::Alignment); in ValidateEndOfModule() 148 AttributeSet::get(Context, FnAttrs)); in ValidateEndOfModule() 152 AttrBuilder FnAttrs(AS.getFnAttributes()); in ValidateEndOfModule() local 154 FnAttrs.merge(B); in ValidateEndOfModule() 156 AttributeSet::get(Context, FnAttrs)); in ValidateEndOfModule() 160 AttrBuilder FnAttrs(AS.getFnAttributes()); in ValidateEndOfModule() local [all …]
|
/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() local 1247 FnAttrs.removeAttribute(Attribute::ReadNone); in legalizeCallAttributes() 1248 FnAttrs.removeAttribute(Attribute::ReadOnly); in legalizeCallAttributes() 1251 FnAttrs.remove(A); in legalizeCallAttributes() 1257 AttributeSet::get(Ctx, FnAttrs)); in legalizeCallAttributes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 1039 AttributeList AttributeList::get(LLVMContext &C, AttributeSet FnAttrs, in get() argument 1057 else if (FnAttrs.hasAttributes()) in get() 1068 AttrSets.push_back(FnAttrs); in get()
|
D | AsmWriter.cpp | 971 AttributeSet FnAttrs = F.getAttributes().getFnAttributes(); in processModule() local 972 if (FnAttrs.hasAttributes()) in processModule() 973 CreateAttributeSetSlot(FnAttrs); in processModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 365 static AttributeList get(LLVMContext &C, AttributeSet FnAttrs,
|
/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() local 4756 Ctx, FnAttrs, AttributeSet::get(Ctx, RAttrs), ArgAttrs); in transformConstExprCastCall()
|