Home
last modified time | relevance | path

Searched refs:OldAttrs (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAttributes.cpp270 Attributes OldAttrs = getAttributes(Idx); in addAttr() local
274 Attributes OldAlign = OldAttrs & Attribute::Alignment; in addAttr()
280 Attributes NewAttrs = OldAttrs | Attrs; in addAttr()
281 if (NewAttrs == OldAttrs) in addAttr()
318 Attributes OldAttrs = getAttributes(Idx); in removeAttr() local
319 Attributes NewAttrs = OldAttrs & ~Attrs; in removeAttr()
320 if (NewAttrs == OldAttrs) in removeAttr()
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp105 AttributeSet OldAttrs = OldFunc->getAttributes(); in CloneFunctionInto() local
110 OldAttrs.getParamAttributes(OldArg.getArgNo() + 1); in CloneFunctionInto()
118 OldAttrs.getRetAttributes()) in CloneFunctionInto()
120 OldAttrs.getFnAttributes())); in CloneFunctionInto()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp112 AttributeList OldAttrs = OldFunc->getAttributes(); in CloneFunctionInto() local
118 OldAttrs.getParamAttributes(OldArg.getArgNo()); in CloneFunctionInto()
123 AttributeList::get(NewFunc->getContext(), OldAttrs.getFnAttributes(), in CloneFunctionInto()
124 OldAttrs.getRetAttributes(), NewArgAttrs)); in CloneFunctionInto()