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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h 467 LLVM_NODISCARD AttributeList addParamAttribute(
475 addParamAttribute(LLVMContext &C, unsigned ArgNo, StringRef Kind,
482 LLVM_NODISCARD AttributeList addParamAttribute(LLVMContext &C,
InstrTypes.h 1510 PAL = PAL.addParamAttribute(getContext(), ArgNo, Kind);
1518 PAL = PAL.addParamAttribute(getContext(), ArgNo, Attr);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 1075 AL = AL.addParamAttribute(*Ctx, 2, AK);
1089 AL = AL.addParamAttribute(*Ctx, 0, AK);
1090 AL = AL.addParamAttribute(*Ctx, 1, AK);
1091 AL = AL.addParamAttribute(*Ctx, 2, AK);
1104 AL = AL.addParamAttribute(*Ctx, 0, AK);
DataFlowSanitizer.cpp 1308 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt);
1309 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt);
1321 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt);
1322 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt);
1363 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt);
1364 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt);
1374 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt);
1382 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt);
1383 AL = AL.addParamAttribute(M.getContext(), 1, Attribute::ZExt);
1394 AL = AL.addParamAttribute(M.getContext(), 0, Attribute::ZExt)
    [all...]
SanitizerCoverage.cpp 429 SanCovTraceCmpZeroExtAL.addParamAttribute(*C, 0, Attribute::ZExt);
431 SanCovTraceCmpZeroExtAL.addParamAttribute(*C, 1, Attribute::ZExt);
456 AL = AL.addParamAttribute(*C, 0, Attribute::ZExt);
InstrProfiling.cpp 600 AL = AL.addParamAttribute(M.getContext(), 2, AK);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 553 PAL = PAL.addParamAttribute(getContext(), ArgNo, Kind);
559 PAL = PAL.addParamAttribute(getContext(), ArgNo, Attr);
Attributes.cpp 1438 AttributeList AttributeList::addParamAttribute(LLVMContext &C,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 639 AS = AS.addParamAttribute(Ctx, ArgNos,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 2228 AS = AS.addParamAttribute(Ctx, ArgNos,

Completed in 37 milliseconds