HomeSort by: relevance | last modified time | path
    Searched refs:addParamAttr (Results 1 - 24 of 24) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IntrinsicInst.h 642 addParamAttr(ARG_DEST,
647 addParamAttr(ARG_DEST,
709 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment(
714 BaseCL::addParamAttr(ARG_SOURCE, Attribute::getWithAlignment(
Function.h 413 void addParamAttr(unsigned ArgNo, Attribute::AttrKind Kind);
416 void addParamAttr(unsigned ArgNo, Attribute Attr);
InstrTypes.h 1507 void addParamAttr(unsigned ArgNo, Attribute::AttrKind Kind) {
1515 void addParamAttr(unsigned ArgNo, Attribute Attr) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 109 F.addParamAttr(ArgNo, Attribute::NoCapture);
117 F.addParamAttr(ArgNo, Attribute::NoAlias);
125 F.addParamAttr(ArgNo, Attribute::ReadOnly);
133 F.addParamAttr(ArgNo, Attribute::WriteOnly);
141 F.addParamAttr(ArgNo, Attribute::SExt);
160 F.addParamAttr(ArgNo, Attribute::NoUndef);
171 F.addParamAttr(ArgNo, Attribute::NoUndef);
183 F.addParamAttr(ArgNo, Attribute::Returned);
CodeExtractor.cpp 1201 call->addParamAttr(SwiftErrArgNo, Attribute::SwiftError);
1202 newFunction->addParamAttr(SwiftErrArgNo, Attribute::SwiftError);
SimplifyLibCalls.cpp 155 CI->addParamAttr(ArgNo, Attribute::getWithDereferenceableBytes(
169 CI->addParamAttr(ArgNo, Attribute::NoUndef);
177 CI->addParamAttr(ArgNo, Attribute::NonNull);
750 CI->addParamAttr(0, Attribute::NoCapture);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 1290 StartFileCall->addParamAttr(2, AK);
1326 EmitFunctionCall->addParamAttr(0, AK);
1327 EmitFunctionCall->addParamAttr(1, AK);
1328 EmitFunctionCall->addParamAttr(2, AK);
1343 EmitArcsCall->addParamAttr(0, AK);
DataFlowSanitizer.cpp 1961 Call->addParamAttr(0, Attribute::ZExt);
1962 Call->addParamAttr(1, Attribute::ZExt);
1974 Call->addParamAttr(0, Attribute::ZExt);
1975 Call->addParamAttr(1, Attribute::ZExt);
3155 CustomCI->addParamAttr(ArgNo, Attribute::ZExt);
3160 CustomCI->addParamAttr(OriginArgNo, Attribute::ZExt);
InstrProfiling.cpp 669 Call->addParamAttr(2, AK);
MemorySanitizer.cpp 1184 CB->addParamAttr(0, Attribute::ZExt);
1185 CB->addParamAttr(2, Attribute::ZExt);
1258 CB->addParamAttr(0, Attribute::ZExt);
1259 CB->addParamAttr(1, Attribute::ZExt);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
CallSiteSplitting.cpp 92 CB.addParamAttr(ArgNo, Attribute::NonNull);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 936 F->addParamAttr(ArgNo, Attribute::NoAlias);
940 CB.addParamAttr(ArgNo, Attribute::NoAlias);
IROutliner.cpp 371 Group.OutlinedFunction->addParamAttr(Group.SwiftErrorArgument.getValue(),
826 Call->addParamAttr(Group.SwiftErrorArgument.getValue(),
OpenMPOpt.cpp 864 NewCI->addParamAttr(
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 293 getParent()->addParamAttr(getArgNo(), Kind);
297 getParent()->addParamAttr(getArgNo(), Attr);
551 void Function::addParamAttr(unsigned ArgNo, Attribute::AttrKind Kind) {
557 void Function::addParamAttr(unsigned ArgNo, Attribute Attr) {
IRBuilder.cpp 325 CI->addParamAttr(0, Attribute::getWithAlignment(CI->getContext(), DstAlign));
326 CI->addParamAttr(1, Attribute::getWithAlignment(CI->getContext(), SrcAlign));
AutoUpgrade.cpp 4377 F.addParamAttr(0, NewAttr);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86WinEHState.cpp 415 Call->addParamAttr(0, Attribute::InReg);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp 478 NewF->addParamAttr(0, Attribute::NonNull);
483 NewF->addParamAttr(0, Attribute::NoAlias);
  /src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp 620 OutlinedFn.addParamAttr(0, Attribute::NoAlias);
621 OutlinedFn.addParamAttr(1, Attribute::NoAlias);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 3395 Func->addParamAttr(i, NewAttr);
3882 CB->addParamAttr(i, NewAttr);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 2316 Call.addParamAttr(
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 771 LookupFn2->addParamAttr(0, llvm::Attribute::NoCapture);
TargetInfo.cpp 2120 Fn->addParamAttr(0, NewAttr);

Completed in 92 milliseconds