/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Attributes.h | 482 AttributeList addDereferenceableOrNullAttr(LLVMContext &C, unsigned Index, 491 return addDereferenceableOrNullAttr(C, ArgNo + FirstArgIndex, Bytes); 783 AttrBuilder &addDereferenceableOrNullAttr(uint64_t Bytes);
|
D | Function.h | 407 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes);
|
D | Instructions.h | 1621 void addDereferenceableOrNullAttr(unsigned i, uint64_t Bytes) { 1623 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/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-7.0/llvm/lib/IR/ |
D | Attributes.cpp | 1166 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()
|
D | Function.cpp | 439 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/ |
D | LLParser.cpp | 1382 B.addDereferenceableOrNullAttr(Bytes); in ParseOptionalParamAttrs() 1463 B.addDereferenceableOrNullAttr(Bytes); in ParseOptionalReturnAttrs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1560 B.addDereferenceableOrNullAttr(Bytes); in ParseOptionalParamAttrs() 1646 B.addDereferenceableOrNullAttr(Bytes); in ParseOptionalReturnAttrs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1477 B.addDereferenceableOrNullAttr(Record[++i]); in parseAttributeGroupBlock()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1553 B.addDereferenceableOrNullAttr(Record[++i]); in parseAttributeGroupBlock()
|