Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h303 AttributeSet addDereferenceableOrNullAttr(LLVMContext &C, unsigned Index,
547 AttrBuilder &addDereferenceableOrNullAttr(uint64_t Bytes);
DFunction.h289 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes);
/external/llvm/include/llvm/IR/
DAttributes.h302 AttributeSet addDereferenceableOrNullAttr(LLVMContext &C, unsigned Index,
550 AttrBuilder &addDereferenceableOrNullAttr(uint64_t Bytes);
DFunction.h266 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes);
DInstructions.h1647 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes);
3616 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes);
/external/llvm/lib/IR/
DAttributes.cpp1041 AttributeSet AttributeSet::addDereferenceableOrNullAttr(LLVMContext &C, in addDereferenceableOrNullAttr() function in AttributeSet
1045 B.addDereferenceableOrNullAttr(Bytes); in addDereferenceableOrNullAttr()
1380 AttrBuilder &AttrBuilder::addDereferenceableOrNullAttr(uint64_t Bytes) { in addDereferenceableOrNullAttr() function in AttrBuilder
1562 .addDereferenceableOrNullAttr(1) // the int here is ignored in typeIncompatible()
DFunction.cpp411 void Function::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) { in addDereferenceableOrNullAttr() function in Function
413 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes); in addDereferenceableOrNullAttr()
DInstructions.cpp392 void CallInst::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) { in addDereferenceableOrNullAttr() function in CallInst
394 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes); in addDereferenceableOrNullAttr()
792 void InvokeInst::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) { in addDereferenceableOrNullAttr() function in InvokeInst
794 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes); in addDereferenceableOrNullAttr()
/external/llvm/lib/AsmParser/
DLLParser.cpp1382 B.addDereferenceableOrNullAttr(Bytes); in ParseOptionalParamAttrs()
1463 B.addDereferenceableOrNullAttr(Bytes); in ParseOptionalReturnAttrs()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1553 B.addDereferenceableOrNullAttr(Record[++i]); in parseAttributeGroupBlock()