Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h504 LLVM_NODISCARD AttributeList addDereferenceableOrNullAttr(
512 return addDereferenceableOrNullAttr(C, ArgNo + FirstArgIndex, Bytes);
827 AttrBuilder &addDereferenceableOrNullAttr(uint64_t Bytes);
DFunction.h431 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes);
DInstrTypes.h1469 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) {
1471 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-project/llvm/include/llvm/IR/
DAttributes.h546 LLVM_NODISCARD AttributeList addDereferenceableOrNullAttr(
554 return addDereferenceableOrNullAttr(C, ArgNo + FirstArgIndex, Bytes);
894 AttrBuilder &addDereferenceableOrNullAttr(uint64_t Bytes);
DFunction.h463 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes);
DInstrTypes.h1549 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) {
1551 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, 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-10.0/llvm/lib/IR/
DAttributes.cpp1267 AttributeList::addDereferenceableOrNullAttr(LLVMContext &C, unsigned Index, in addDereferenceableOrNullAttr() function in AttributeList
1270 B.addDereferenceableOrNullAttr(Bytes); in addDereferenceableOrNullAttr()
1551 AttrBuilder &AttrBuilder::addDereferenceableOrNullAttr(uint64_t Bytes) { in addDereferenceableOrNullAttr() function in AttrBuilder
1713 .addDereferenceableOrNullAttr(1) // the int here is ignored in typeIncompatible()
DFunction.cpp483 void Function::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) { in addDereferenceableOrNullAttr() function in Function
485 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes); in addDereferenceableOrNullAttr()
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp1403 AttributeList::addDereferenceableOrNullAttr(LLVMContext &C, unsigned Index, in addDereferenceableOrNullAttr() function in AttributeList
1406 B.addDereferenceableOrNullAttr(Bytes); in addDereferenceableOrNullAttr()
1693 AttrBuilder &AttrBuilder::addDereferenceableOrNullAttr(uint64_t Bytes) { in addDereferenceableOrNullAttr() function in AttrBuilder
1893 .addDereferenceableOrNullAttr(1) // the int here is ignored in typeIncompatible()
DFunction.cpp568 void Function::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) { in addDereferenceableOrNullAttr() function in Function
570 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes); in addDereferenceableOrNullAttr()
/external/llvm-project/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1162 Valid.addDereferenceableOrNullAttr(DerefOrNullBytes); in IdentifyValidAttributes()
/external/llvm/lib/AsmParser/
DLLParser.cpp1382 B.addDereferenceableOrNullAttr(Bytes); in ParseOptionalParamAttrs()
1463 B.addDereferenceableOrNullAttr(Bytes); in ParseOptionalReturnAttrs()
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp1732 B.addDereferenceableOrNullAttr(Bytes); in parseOptionalParamAttrs()
1835 B.addDereferenceableOrNullAttr(Bytes); in parseOptionalReturnAttrs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp1631 B.addDereferenceableOrNullAttr(Bytes); in ParseOptionalParamAttrs()
1721 B.addDereferenceableOrNullAttr(Bytes); in ParseOptionalReturnAttrs()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp2180 Attrs.addDereferenceableOrNullAttr( in ConstructAttributeList()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1631 B.addDereferenceableOrNullAttr(Record[++i]); in parseAttributeGroupBlock()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1553 B.addDereferenceableOrNullAttr(Record[++i]); in parseAttributeGroupBlock()

12