Searched refs:addDereferenceableAttr (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 294 AttributeSet addDereferenceableAttr(LLVMContext &C, unsigned Index, 511 AttrBuilder &addDereferenceableAttr(uint64_t Bytes);
|
D | Function.h | 224 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
|
D | Instructions.h | 1417 void addDereferenceableAttr(unsigned i, uint64_t Bytes); 3113 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 855 AttributeSet AttributeSet::addDereferenceableAttr(LLVMContext &C, unsigned Index, in addDereferenceableAttr() function in AttributeSet 858 B.addDereferenceableAttr(Bytes); in addDereferenceableAttr() 1176 AttrBuilder &AttrBuilder::addDereferenceableAttr(uint64_t Bytes) { in addDereferenceableAttr() function in AttrBuilder 1305 .addDereferenceableAttr(1) // the int here is ignored in typeIncompatible()
|
D | Function.cpp | 345 void Function::addDereferenceableAttr(unsigned i, uint64_t Bytes) { in addDereferenceableAttr() function in Function 347 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes); in addDereferenceableAttr()
|
D | Instructions.cpp | 349 void CallInst::addDereferenceableAttr(unsigned i, uint64_t Bytes) { in addDereferenceableAttr() function in CallInst 351 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes); in addDereferenceableAttr() 620 void InvokeInst::addDereferenceableAttr(unsigned i, uint64_t Bytes) { in addDereferenceableAttr() function in InvokeInst 622 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes); in addDereferenceableAttr()
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 1537 RetAttrs.addDereferenceableAttr(getContext().getTypeSizeInChars(PTy) in ConstructAttributeList() 1628 Attrs.addDereferenceableAttr(getContext().getTypeSizeInChars(PTy) in ConstructAttributeList() 1857 Attrs.addDereferenceableAttr( in EmitFunctionProlog()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1210 II->addDereferenceableAttr(AttributeSet::ReturnIndex, Bytes); in visitCallInst()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1226 B.addDereferenceableAttr(Bytes); in ParseOptionalParamAttrs() 1297 B.addDereferenceableAttr(Bytes); in ParseOptionalReturnAttrs()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1218 B.addDereferenceableAttr(Record[++i]); in ParseAttributeGroupBlock()
|