/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 504 LLVM_NODISCARD AttributeList addDereferenceableOrNullAttr( 512 return addDereferenceableOrNullAttr(C, ArgNo + FirstArgIndex, Bytes); 827 AttrBuilder &addDereferenceableOrNullAttr(uint64_t Bytes);
|
D | Function.h | 431 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes);
|
D | InstrTypes.h | 1469 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) { 1471 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 303 AttributeSet addDereferenceableOrNullAttr(LLVMContext &C, unsigned Index, 547 AttrBuilder &addDereferenceableOrNullAttr(uint64_t Bytes);
|
D | Function.h | 289 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes);
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 302 AttributeSet addDereferenceableOrNullAttr(LLVMContext &C, unsigned Index, 550 AttrBuilder &addDereferenceableOrNullAttr(uint64_t Bytes);
|
D | Function.h | 266 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes);
|
D | Instructions.h | 1647 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes); 3616 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Attributes.h | 546 LLVM_NODISCARD AttributeList addDereferenceableOrNullAttr( 554 return addDereferenceableOrNullAttr(C, ArgNo + FirstArgIndex, Bytes); 894 AttrBuilder &addDereferenceableOrNullAttr(uint64_t Bytes);
|
D | Function.h | 463 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes);
|
D | InstrTypes.h | 1549 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) { 1551 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes);
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 1041 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()
|
D | Function.cpp | 411 void Function::addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) { in addDereferenceableOrNullAttr() function in Function 413 PAL = PAL.addDereferenceableOrNullAttr(getContext(), i, Bytes); in addDereferenceableOrNullAttr()
|
D | Instructions.cpp | 392 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/ |
D | Attributes.cpp | 1267 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()
|
D | Function.cpp | 483 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/ |
D | Attributes.cpp | 1403 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()
|
D | Function.cpp | 568 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/ |
D | InlineFunction.cpp | 1162 Valid.addDereferenceableOrNullAttr(DerefOrNullBytes); in IdentifyValidAttributes()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1382 B.addDereferenceableOrNullAttr(Bytes); in ParseOptionalParamAttrs() 1463 B.addDereferenceableOrNullAttr(Bytes); in ParseOptionalReturnAttrs()
|
/external/llvm-project/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1732 B.addDereferenceableOrNullAttr(Bytes); in parseOptionalParamAttrs() 1835 B.addDereferenceableOrNullAttr(Bytes); in parseOptionalReturnAttrs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1631 B.addDereferenceableOrNullAttr(Bytes); in ParseOptionalParamAttrs() 1721 B.addDereferenceableOrNullAttr(Bytes); in ParseOptionalReturnAttrs()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCall.cpp | 2180 Attrs.addDereferenceableOrNullAttr( in ConstructAttributeList()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1631 B.addDereferenceableOrNullAttr(Record[++i]); in parseAttributeGroupBlock()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1553 B.addDereferenceableOrNullAttr(Record[++i]); in parseAttributeGroupBlock()
|