Home
last modified time | relevance | path

Searched refs:getValueAsType (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp311 Type *Attribute::getValueAsType() const { in getValueAsType() function in Attribute
315 return pImpl->getValueAsType(); in getValueAsType()
523 getValueAsType()->print(OS, false, true); in getAsString()
677 Type *AttributeImpl::getValueAsType() const { in getValueAsType() function in AttributeImpl
1051 return A->getValueAsType(); in getByValType()
1057 return A->getValueAsType(); in getStructRetType()
1063 return A->getValueAsType(); in getByRefType()
1069 return A->getValueAsType(); in getPreallocatedType()
1075 return A->getValueAsType(); in getInAllocaType()
1767 ByValType = Attr.getValueAsType(); in addAttribute()
[all …]
H A DAttributeImpl.h72 Type *getValueAsType() const;
85 Profile(ID, getKindAsEnum(), getValueAsType()); in Profile()
H A DAsmWriter.cpp4445 if (Type *Ty = Attr.getValueAsType()) { in writeAttribute()
H A DCore.cpp176 return wrap(Attr.getValueAsType()); in LLVMGetTypeAttributeValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp125 Type *TyL = LA.getValueAsType(); in cmpAttrs()
126 Type *TyR = RA.getValueAsType(); in cmpAttrs()
H A DValueMapper.cpp950 if (Type *Ty = Attrs.getAttribute(i, TypedAttr).getValueAsType()) { in remapInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h185 Type *getValueAsType() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp164 auto Ty = Attrs.getAttribute(OpIdx, Attribute::ByVal).getValueAsType(); in setArgFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp654 if (Type *Ty = Attrs.getAttribute(i, TypedAttr).getValueAsType()) { in mapAttributeTypes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1860 .getValueAsType(); in RemovePreallocated()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp810 Type *Ty = Attr.getValueAsType(); in writeAttributeGroupTable()
814 Record.push_back(VE.getTypeID(Attr.getValueAsType())); in writeAttributeGroupTable()