Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h491 LLVM_NODISCARD AttributeList addDereferenceableAttr(LLVMContext &C,
499 return addDereferenceableAttr(C, ArgNo + FirstArgIndex, Bytes);
823 AttrBuilder &addDereferenceableAttr(uint64_t Bytes);
DFunction.h423 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
DInstrTypes.h1461 void addDereferenceableAttr(unsigned i, uint64_t Bytes) {
1463 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/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-project/llvm/include/llvm/IR/
DAttributes.h533 LLVM_NODISCARD AttributeList addDereferenceableAttr(LLVMContext &C,
541 return addDereferenceableAttr(C, ArgNo + FirstArgIndex, Bytes);
890 AttrBuilder &addDereferenceableAttr(uint64_t Bytes);
DFunction.h455 void addDereferenceableAttr(unsigned i, uint64_t Bytes);
DInstrTypes.h1541 void addDereferenceableAttr(unsigned i, uint64_t Bytes) {
1543 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes);
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_nested.cc94 function->addDereferenceableAttr(arg_no + 1, arg_size); in CodegenNestedComputation()
/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-10.0/llvm/lib/IR/
DAttributes.cpp1258 AttributeList AttributeList::addDereferenceableAttr(LLVMContext &C, in addDereferenceableAttr() function in AttributeList
1262 B.addDereferenceableAttr(Bytes); in addDereferenceableAttr()
1543 AttrBuilder &AttrBuilder::addDereferenceableAttr(uint64_t Bytes) { in addDereferenceableAttr() function in AttrBuilder
1712 .addDereferenceableAttr(1) // the int here is ignored in typeIncompatible()
DFunction.cpp471 void Function::addDereferenceableAttr(unsigned i, uint64_t Bytes) { in addDereferenceableAttr() function in Function
473 PAL = PAL.addDereferenceableAttr(getContext(), i, Bytes); in addDereferenceableAttr()
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp1394 AttributeList AttributeList::addDereferenceableAttr(LLVMContext &C, in addDereferenceableAttr() function in AttributeList
1398 B.addDereferenceableAttr(Bytes); in addDereferenceableAttr()
1685 AttrBuilder &AttrBuilder::addDereferenceableAttr(uint64_t Bytes) { in addDereferenceableAttr() function in AttrBuilder
1892 .addDereferenceableAttr(1) // the int here is ignored in typeIncompatible()
DFunction.cpp556 void Function::addDereferenceableAttr(unsigned i, uint64_t Bytes) { in addDereferenceableAttr() function in Function
558 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-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp244 DispatchPtr->addDereferenceableAttr(AttributeList::ReturnIndex, 64); in getLocalSizeYZ()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp285 DispatchPtr->addDereferenceableAttr(AttributeList::ReturnIndex, 64); in getLocalSizeYZ()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp2124 RetAttrs.addDereferenceableAttr( in ConstructAttributeList()
2171 Attrs.addDereferenceableAttr( in ConstructAttributeList()
2287 Attrs.addDereferenceableAttr( in ConstructAttributeList()
2318 Attrs.addDereferenceableAttr(info.Width.getQuantity()); in ConstructAttributeList()
2573 Attrs.addDereferenceableAttr( in EmitFunctionProlog()
/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-project/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp714 ParamAttrs.addDereferenceableAttr(Size); in addFramePointerAttrs()

12