/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 268 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);
|
D | Function.h | 386 void removeAttributes(unsigned i, const AttrBuilder &Attrs);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 281 AttributeSet removeAttributes(LLVMContext &C, unsigned Index, 287 AttributeSet removeAttributes(LLVMContext &C, unsigned Index, 475 AttrBuilder &removeAttributes(AttributeSet A, uint64_t Index);
|
D | Function.h | 269 void removeAttributes(unsigned i, AttributeSet Attrs);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 643 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()
|
D | Function.cpp | 447 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/ |
D | DataFlowSanitizer.cpp | 657 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()
|
D | MemorySanitizer.cpp | 3329 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/ |
D | AMDGPURewriteOutArguments.cpp | 378 NewFunc->removeAttributes(AttributeList::ReturnIndex, RetAttrs); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 488 F.removeAttributes(AttributeList::FunctionIndex, B); in removeUseSoftFloat()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 136 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/ |
D | RewriteStatepointsForGC.cpp | 2397 AH.setAttributes(AH.getAttributes().removeAttributes(Ctx, Index, R)); in RemoveNonValidAttrAtIndex()
|