/external/mesa3d/src/amd/common/ |
D | ac_llvm_helper.cpp | 51 B.addDereferenceableAttr(bytes); in ac_add_attr_dereferenceable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Attributes.h | 470 AttributeList addDereferenceableAttr(LLVMContext &C, unsigned Index, 477 return addDereferenceableAttr(C, ArgNo + FirstArgIndex, Bytes); 779 AttrBuilder &addDereferenceableAttr(uint64_t Bytes);
|
D | Function.h | 399 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
|
D | Instructions.h | 1613 void addDereferenceableAttr(unsigned i, uint64_t Bytes) { 1615 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 297 AttributeSet addDereferenceableAttr(LLVMContext &C, unsigned Index, 543 AttrBuilder &addDereferenceableAttr(uint64_t Bytes);
|
D | Function.h | 285 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter_nested.cc | 88 function->addDereferenceableAttr(arg_no + 1, arg_size); in EmitBasePointersForNestedComputation()
|
D | ir_emitter_unnested.cc | 215 kernel->addDereferenceableAttr(arg_no + 1, alloc->size()); in BuildKernelPrototype()
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 296 AttributeSet addDereferenceableAttr(LLVMContext &C, unsigned Index, 546 AttrBuilder &addDereferenceableAttr(uint64_t Bytes);
|
D | Function.h | 262 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
|
D | Instructions.h | 1643 void addDereferenceableAttr(unsigned i, uint64_t Bytes); 3612 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 1034 AttributeSet AttributeSet::addDereferenceableAttr(LLVMContext &C, unsigned Index, in addDereferenceableAttr() function in AttributeSet 1037 B.addDereferenceableAttr(Bytes); in addDereferenceableAttr() 1372 AttrBuilder &AttrBuilder::addDereferenceableAttr(uint64_t Bytes) { in addDereferenceableAttr() function in AttrBuilder 1561 .addDereferenceableAttr(1) // the int here is ignored in typeIncompatible()
|
D | Function.cpp | 405 void Function::addDereferenceableAttr(unsigned i, uint64_t Bytes) { in addDereferenceableAttr() function in Function 407 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes); in addDereferenceableAttr()
|
D | Instructions.cpp | 386 void CallInst::addDereferenceableAttr(unsigned i, uint64_t Bytes) { in addDereferenceableAttr() function in CallInst 388 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes); in addDereferenceableAttr() 786 void InvokeInst::addDereferenceableAttr(unsigned i, uint64_t Bytes) { in addDereferenceableAttr() function in InvokeInst 788 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes); in addDereferenceableAttr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Attributes.cpp | 1157 AttributeList AttributeList::addDereferenceableAttr(LLVMContext &C, in addDereferenceableAttr() function in AttributeList 1161 B.addDereferenceableAttr(Bytes); in addDereferenceableAttr() 1431 AttrBuilder &AttrBuilder::addDereferenceableAttr(uint64_t Bytes) { in addDereferenceableAttr() function in AttrBuilder 1588 .addDereferenceableAttr(1) // the int here is ignored in typeIncompatible()
|
D | Function.cpp | 427 void Function::addDereferenceableAttr(unsigned i, uint64_t Bytes) { in addDereferenceableAttr() function in Function 429 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes); in addDereferenceableAttr()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 289 DispatchPtr->addDereferenceableAttr(AttributeSet::ReturnIndex, 64); in getLocalSizeYZ()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 237 DispatchPtr->addDereferenceableAttr(AttributeList::ReturnIndex, 64); in getLocalSizeYZ()
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 1838 RetAttrs.addDereferenceableAttr(getContext().getTypeSizeInChars(PTy) in ConstructAttributeList() 1954 Attrs.addDereferenceableAttr(getContext().getTypeSizeInChars(PTy) in ConstructAttributeList() 1979 Attrs.addDereferenceableAttr(info.first.getQuantity()); in ConstructAttributeList() 2229 Attrs.addDereferenceableAttr( in EmitFunctionProlog()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1375 B.addDereferenceableAttr(Bytes); in ParseOptionalParamAttrs() 1456 B.addDereferenceableAttr(Bytes); in ParseOptionalReturnAttrs()
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVReader.cpp | 1861 Builder.addDereferenceableAttr(MaxOffset); in transFunction()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | ir_emitter.cc | 2843 attr_builder.addDereferenceableAttr(ByteSizeOf(target_shape)); in EmitThreadLocalBufferPointer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1553 B.addDereferenceableAttr(Bytes); in ParseOptionalParamAttrs() 1639 B.addDereferenceableAttr(Bytes); in ParseOptionalReturnAttrs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1475 B.addDereferenceableAttr(Record[++i]); in parseAttributeGroupBlock()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1551 B.addDereferenceableAttr(Record[++i]); in parseAttributeGroupBlock()
|