Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_llvm_helper.cpp51 B.addDereferenceableAttr(bytes); in ac_add_attr_dereferenceable()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.h470 AttributeList addDereferenceableAttr(LLVMContext &C, unsigned Index,
477 return addDereferenceableAttr(C, ArgNo + FirstArgIndex, Bytes);
779 AttrBuilder &addDereferenceableAttr(uint64_t Bytes);
DFunction.h399 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
DInstructions.h1613 void addDereferenceableAttr(unsigned i, uint64_t Bytes) {
1615 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h297 AttributeSet addDereferenceableAttr(LLVMContext &C, unsigned Index,
543 AttrBuilder &addDereferenceableAttr(uint64_t Bytes);
DFunction.h285 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_nested.cc88 function->addDereferenceableAttr(arg_no + 1, arg_size); in EmitBasePointersForNestedComputation()
Dir_emitter_unnested.cc215 kernel->addDereferenceableAttr(arg_no + 1, alloc->size()); in BuildKernelPrototype()
/external/llvm/include/llvm/IR/
DAttributes.h296 AttributeSet addDereferenceableAttr(LLVMContext &C, unsigned Index,
546 AttrBuilder &addDereferenceableAttr(uint64_t Bytes);
DFunction.h262 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
DInstructions.h1643 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
3612 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
/external/llvm/lib/IR/
DAttributes.cpp1034 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()
DFunction.cpp405 void Function::addDereferenceableAttr(unsigned i, uint64_t Bytes) { in addDereferenceableAttr() function in Function
407 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes); in addDereferenceableAttr()
DInstructions.cpp386 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/
DAttributes.cpp1157 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()
DFunction.cpp427 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/
DAMDGPUPromoteAlloca.cpp289 DispatchPtr->addDereferenceableAttr(AttributeSet::ReturnIndex, 64); in getLocalSizeYZ()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp237 DispatchPtr->addDereferenceableAttr(AttributeList::ReturnIndex, 64); in getLocalSizeYZ()
/external/clang/lib/CodeGen/
DCGCall.cpp1838 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/
DLLParser.cpp1375 B.addDereferenceableAttr(Bytes); in ParseOptionalParamAttrs()
1456 B.addDereferenceableAttr(Bytes); in ParseOptionalReturnAttrs()
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp1861 Builder.addDereferenceableAttr(MaxOffset); in transFunction()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2843 attr_builder.addDereferenceableAttr(ByteSizeOf(target_shape)); in EmitThreadLocalBufferPointer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp1553 B.addDereferenceableAttr(Bytes); in ParseOptionalParamAttrs()
1639 B.addDereferenceableAttr(Bytes); in ParseOptionalReturnAttrs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1475 B.addDereferenceableAttr(Record[++i]); in parseAttributeGroupBlock()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1551 B.addDereferenceableAttr(Record[++i]); in parseAttributeGroupBlock()