Searched refs:addDereferenceableAttr (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 260 AttributeSet addDereferenceableAttr(LLVMContext &C, unsigned Index, 489 AttrBuilder &addDereferenceableAttr(uint64_t Bytes);
|
D | Function.h | 238 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
|
D | Instructions.h | 1619 void addDereferenceableAttr(unsigned i, uint64_t Bytes); 3540 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 945 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()
|
D | Function.cpp | 357 void Function::addDereferenceableAttr(unsigned i, uint64_t Bytes) { in addDereferenceableAttr() function in Function 359 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes); in addDereferenceableAttr()
|
D | Instructions.cpp | 336 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/ |
D | CGCall.cpp | 1631 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/ |
D | InstCombineCalls.cpp | 1784 II->addDereferenceableAttr(AttributeSet::ReturnIndex, Bytes); in visitCallInst()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1305 B.addDereferenceableAttr(Bytes); in ParseOptionalParamAttrs() 1383 B.addDereferenceableAttr(Bytes); in ParseOptionalReturnAttrs()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1391 B.addDereferenceableAttr(Record[++i]); in parseAttributeGroupBlock()
|