Searched refs:NoCapture (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h149 NoCapture, enumerator in enum:llvm::CodeGenIntrinsic::ArgAttrKind
H A DCodeGenTarget.cpp811 else if (Property->isSubClassOf("NoCapture")) {
813 ArgumentAttributes.emplace_back(ArgNo, NoCapture, 0);
H A DIntrinsicEmitter.cpp678 case CodeGenIntrinsic::NoCapture:
681 OS << "Attribute::NoCapture";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp706 A->addAttr(Attribute::NoCapture);
725 A->addAttr(Attribute::NoCapture);
773 A->addAttr(Attribute::NoCapture);
815 A->addAttr(Attribute::NoCapture);
H A DAttributorAttributes.cpp3918 Attrs.emplace_back(Attribute::get(Ctx, Attribute::NoCapture));
4218 /// NoCapture attribute for function arguments.
4227 /// NoCapture attribute for call site arguments.
4260 /// NoCapture attribute for floating values.
4271 /// NoCapture attribute for function return value.
4275 llvm_unreachable("NoCapture is not applicable to function returns!");
4280 llvm_unreachable("NoCapture is not applicable to function returns!");
4285 llvm_unreachable("NoCapture is not applicable to function returns!");
4292 /// NoCapture attribute deduction for a call site return value.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1006 if (A == Attribute::ReadOnly || A == Attribute::NoCapture)
1548 return dataOperandHasImpliedAttr(OpNo + 1, Attribute::NoCapture);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp366 if (hasAttribute(Attribute::NoCapture))
1822 .addAttribute(Attribute::NoCapture)
H A DFunction.cpp192 return hasAttribute(Attribute::NoCapture);
H A DVerifier.cpp1763 !RetAttrs.hasAttribute(Attribute::NoCapture) &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp84 if (F.hasParamAttribute(ArgNo, Attribute::NoCapture))
86 F.addParamAttr(ArgNo, Attribute::NoCapture);
H A DCodeExtractor.cpp876 case Attribute::NoCapture:
H A DSimplifyLibCalls.cpp764 CI->addParamAttr(0, Attribute::NoCapture);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp822 Attribute::NoCapture);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h2801 Attribute::NoCapture,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1246 case Attribute::NoCapture: return 1 << 21;
1436 return Attribute::NoCapture;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2273 Attrs.addAttribute(llvm::Attribute::NoCapture);
H A DCGObjCGNU.cpp781 LookupFn2->addParamAttr(0, llvm::Attribute::NoCapture);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp638 case Attribute::NoCapture:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1685 case lltok::kw_nocapture: B.addAttribute(Attribute::NoCapture); break;

Completed in 584 milliseconds