Searched refs:getWithCaptureInfo (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 1272 A.addAttr(Attribute::getWithCaptureInfo(A.getContext(), in addArgumentAttrs() 1293 A.addAttr(Attribute::getWithCaptureInfo(A.getContext(), NewCI)); in addArgumentAttrs() 1346 A->addAttr(Attribute::getWithCaptureInfo(A->getContext(), NewCI)); in addArgumentAttrs() 1388 A->addAttr(Attribute::getWithCaptureInfo(A->getContext(), NewCI)); in addArgumentAttrs()
|
| H A D | AttributorAttributes.cpp | 5777 A.manifestAttrs(IRP, Attribute::getWithCaptureInfo( in isImpliedByIR() 5788 A.manifestAttrs(IRP, Attribute::getWithCaptureInfo(V.getContext(), in isImpliedByIR()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 181 LLVM_ABI static Attribute getWithCaptureInfo(LLVMContext &Context,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 1099 CI->addParamAttr(0, Attribute::getWithCaptureInfo(CI->getContext(), in optimizeStrTo() 3215 CI->addParamAttr(0, Attribute::getWithCaptureInfo(CI->getContext(), in optimizeStrToInt()
|
| H A D | BuildLibCalls.cpp | 171 F.addParamAttr(ArgNo, Attribute::getWithCaptureInfo(F.getContext(), in setDoesNotCapture()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 525 #define NoCaptureAttr Attribute::getWithCaptureInfo(Ctx, CaptureInfo::none())
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Attributes.cpp | 291 Attribute Attribute::getWithCaptureInfo(LLVMContext &Context, CaptureInfo CI) { in getWithCaptureInfo() function in Attribute
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 777 0, llvm::Attribute::getWithCaptureInfo(CGF.getLLVMContext(), in LookupIMP()
|