Home
last modified time | relevance | path

Searched refs:PreallocatedType (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/lib/IR/
DAttributes.cpp1582 PreallocatedType = nullptr; in clear()
1605 PreallocatedType = Attr.getValueAsType(); in addAttribute()
1635 PreallocatedType = nullptr; in removeAttribute()
1738 PreallocatedType = Ty; in addPreallocatedAttr()
1768 if (!PreallocatedType) in merge()
1769 PreallocatedType = B.PreallocatedType; in merge()
1805 if (B.PreallocatedType) in remove()
1806 PreallocatedType = nullptr; in remove()
1869 PreallocatedType == B.PreallocatedType; in operator ==()
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h765 Type *PreallocatedType = nullptr;
858 Type *getPreallocatedType() const { return PreallocatedType; }
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h290 Type *PreallocatedType = nullptr; variable
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp122 PreallocatedType = nullptr; in setAttributes()
124 PreallocatedType = Call->getParamPreallocatedType(ArgIdx); in setAttributes()