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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h 562 LLVM_NODISCARD AttributeList addDereferenceableAttr(LLVMContext &C,
570 return addDereferenceableAttr(C, ArgNo + FirstArgIndex, Bytes);
949 AttrBuilder &addDereferenceableAttr(uint64_t Bytes);
Function.h 469 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
InstrTypes.h 1575 void addDereferenceableAttr(unsigned i, uint64_t Bytes) {
1577 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 263 DispatchPtr->addDereferenceableAttr(AttributeList::ReturnIndex, 64);
1070 B->addDereferenceableAttr(I, Bytes);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Attributes.cpp 1513 B.addDereferenceableAttr(1);
1518 AttributeList AttributeList::addDereferenceableAttr(LLVMContext &C,
1522 B.addDereferenceableAttr(Bytes);
1866 AttrBuilder &AttrBuilder::addDereferenceableAttr(uint64_t Bytes) {
2109 .addDereferenceableAttr(1) // the int here is ignored
Function.cpp 611 void Function::addDereferenceableAttr(unsigned i, uint64_t Bytes) {
613 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp 2286 RetAttrs.addDereferenceableAttr(
2339 Attrs.addDereferenceableAttr(getMinimumObjectSize(ThisTy).getQuantity());
2464 Attrs.addDereferenceableAttr(
2495 Attrs.addDereferenceableAttr(info.Width.getQuantity());
2750 Attrs.addDereferenceableAttr(
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp 814 ParamAttrs.addDereferenceableAttr(Size);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InlineFunction.cpp 1201 Valid.addDereferenceableAttr(DerefBytes);
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 1772 B.addDereferenceableAttr(Bytes);
1876 B.addDereferenceableAttr(Bytes);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 1642 B.addDereferenceableAttr(Record[++i]);

Completed in 71 milliseconds