Home
last modified time | relevance | path

Searched refs:addDereferenceableAttr (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/IR/
DAttributes.h260 AttributeSet addDereferenceableAttr(LLVMContext &C, unsigned Index,
489 AttrBuilder &addDereferenceableAttr(uint64_t Bytes);
DFunction.h238 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
DInstructions.h1619 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
3540 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
/external/llvm/lib/IR/
DAttributes.cpp945 AttributeSet AttributeSet::addDereferenceableAttr(LLVMContext &C, unsigned Index, in addDereferenceableAttr() function in AttributeSet
948 B.addDereferenceableAttr(Bytes); in addDereferenceableAttr()
1259 AttrBuilder &AttrBuilder::addDereferenceableAttr(uint64_t Bytes) { in addDereferenceableAttr() function in AttrBuilder
1425 .addDereferenceableAttr(1) // the int here is ignored in typeIncompatible()
DFunction.cpp357 void Function::addDereferenceableAttr(unsigned i, uint64_t Bytes) { in addDereferenceableAttr() function in Function
359 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes); in addDereferenceableAttr()
DInstructions.cpp336 void CallInst::addDereferenceableAttr(unsigned i, uint64_t Bytes) { in addDereferenceableAttr() function in CallInst
338 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes); in addDereferenceableAttr()
668 void InvokeInst::addDereferenceableAttr(unsigned i, uint64_t Bytes) { in addDereferenceableAttr() function in InvokeInst
670 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes); in addDereferenceableAttr()
/external/clang/lib/CodeGen/
DCGCall.cpp1631 RetAttrs.addDereferenceableAttr(getContext().getTypeSizeInChars(PTy) in ConstructAttributeList()
1743 Attrs.addDereferenceableAttr(getContext().getTypeSizeInChars(PTy) in ConstructAttributeList()
1971 Attrs.addDereferenceableAttr( in EmitFunctionProlog()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1784 II->addDereferenceableAttr(AttributeSet::ReturnIndex, Bytes); in visitCallInst()
/external/llvm/lib/AsmParser/
DLLParser.cpp1305 B.addDereferenceableAttr(Bytes); in ParseOptionalParamAttrs()
1383 B.addDereferenceableAttr(Bytes); in ParseOptionalReturnAttrs()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1391 B.addDereferenceableAttr(Record[++i]); in parseAttributeGroupBlock()