Home
last modified time | relevance | path

Searched refs:removeAttributes (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h268 removeAttributes(LLVMContext &C, const AttrBuilder &AttrsToRemove) const;
452 LLVM_NODISCARD AttributeList removeAttributes(
457 LLVM_NODISCARD AttributeList removeAttributes(LLVMContext &C,
479 return removeAttributes(C, ArgNo + FirstArgIndex, AttrsToRemove);
486 return removeAttributes(C, ArgNo + FirstArgIndex);
741 AttrBuilder &removeAttributes(AttributeList A, uint64_t WithoutIndex);
DFunction.h386 void removeAttributes(unsigned i, const AttrBuilder &Attrs);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h281 AttributeSet removeAttributes(LLVMContext &C, unsigned Index,
287 AttributeSet removeAttributes(LLVMContext &C, unsigned Index,
475 AttrBuilder &removeAttributes(AttributeSet A, uint64_t Index);
DFunction.h269 void removeAttributes(unsigned i, AttributeSet Attrs);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp643 AttributeSet AttributeSet::removeAttributes(LLVMContext &C, in removeAttributes() function in AttributeSet
1231 AttributeList::removeAttributes(LLVMContext &C, unsigned Index, in removeAttributes() function in AttributeList
1241 AttrSets[Index] = AttrSets[Index].removeAttributes(C, AttrsToRemove); in removeAttributes()
1246 AttributeList AttributeList::removeAttributes(LLVMContext &C, in removeAttributes() function in AttributeList
1504 AttrBuilder &AttrBuilder::removeAttributes(AttributeList A, uint64_t Index) { in removeAttributes() function in AttrBuilder
1764 Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr); in adjustCallerSSPLevel()
1768 Caller.removeAttributes(AttributeList::FunctionIndex, OldSSPAttr); in adjustCallerSSPLevel()
DFunction.cpp447 void Function::removeAttributes(unsigned i, const AttrBuilder &Attrs) { in removeAttributes() function in Function
449 PAL = PAL.removeAttributes(getContext(), i, Attrs); in removeAttributes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp657 NewF->removeAttributes( in buildWrapperFunction()
663 NewF->removeAttributes(AttributeList::FunctionIndex, in buildWrapperFunction()
847 NewF->removeAttributes( in runOnModule()
896 NewF->removeAttributes(AttributeList::FunctionIndex, ReadOnlyNoneAttrs); in runOnModule()
1588 CustomFn->removeAttributes(AttributeList::FunctionIndex, in visitCallSite()
1748 NewCS.setAttributes(CS.getAttributes().removeAttributes( in visitCallSite()
DMemorySanitizer.cpp3329 Func->removeAttributes(AttributeList::FunctionIndex, B); in visitCallSite()
4659 F.removeAttributes(AttributeList::FunctionIndex, B); in sanitizeFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp378 NewFunc->removeAttributes(AttributeList::ReturnIndex, RetAttrs); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16HardFloat.cpp488 F.removeAttributes(AttributeList::FunctionIndex, B); in removeUseSoftFloat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp136 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex); in ValidateEndOfModule()
153 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex); in ValidateEndOfModule()
161 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex); in ValidateEndOfModule()
169 AS = AS.removeAttributes(Context, AttributeList::FunctionIndex); in ValidateEndOfModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp2397 AH.setAttributes(AH.getAttributes().removeAttributes(Ctx, Index, R)); in RemoveNonValidAttrAtIndex()