Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DAttributes.h294 AttributeSet addDereferenceableAttr(LLVMContext &C, unsigned Index,
511 AttrBuilder &addDereferenceableAttr(uint64_t Bytes);
DFunction.h224 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
DInstructions.h1417 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
3113 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
/external/llvm/lib/IR/
DAttributes.cpp855 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()
DFunction.cpp345 void Function::addDereferenceableAttr(unsigned i, uint64_t Bytes) { in addDereferenceableAttr() function in Function
347 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes); in addDereferenceableAttr()
DInstructions.cpp349 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/
DCGCall.cpp1537 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/
DInstCombineCalls.cpp1210 II->addDereferenceableAttr(AttributeSet::ReturnIndex, Bytes); in visitCallInst()
/external/llvm/lib/AsmParser/
DLLParser.cpp1226 B.addDereferenceableAttr(Bytes); in ParseOptionalParamAttrs()
1297 B.addDereferenceableAttr(Bytes); in ParseOptionalReturnAttrs()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1218 B.addDereferenceableAttr(Record[++i]); in ParseAttributeGroupBlock()