Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.h482 AttributeList addDereferenceableOrNullAttr(LLVMContext &C, unsigned Index,
491 return addDereferenceableOrNullAttr(C, ArgNo + FirstArgIndex, Bytes);
783 AttrBuilder &addDereferenceableOrNullAttr(uint64_t Bytes);
DFunction.h407 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes);
DInstructions.h1621 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) {
1623 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes);
/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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAttributes.cpp1166 AttributeList::addDereferenceableOrNullAttr(LLVMContext &C, unsigned Index, in addDereferenceableOrNullAttr() function in AttributeList
1169 B.addDereferenceableOrNullAttr(Bytes); in addDereferenceableOrNullAttr()
1439 AttrBuilder &AttrBuilder::addDereferenceableOrNullAttr(uint64_t Bytes) { in addDereferenceableOrNullAttr() function in AttrBuilder
1589 .addDereferenceableOrNullAttr(1) // the int here is ignored in typeIncompatible()
DFunction.cpp439 void Function::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) { in addDereferenceableOrNullAttr() function in Function
441 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/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp1560 B.addDereferenceableOrNullAttr(Bytes); in ParseOptionalParamAttrs()
1646 B.addDereferenceableOrNullAttr(Bytes); in ParseOptionalReturnAttrs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1477 B.addDereferenceableOrNullAttr(Record[++i]); in parseAttributeGroupBlock()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1553 B.addDereferenceableOrNullAttr(Record[++i]); in parseAttributeGroupBlock()