Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h72 Type *getValueAsType() const;
85 Profile(ID, getKindAsEnum(), getValueAsType()); in Profile()
H A DAttributes.cpp308 Type *Attribute::getValueAsType() const { in getValueAsType() function in Attribute
312 return pImpl->getValueAsType(); in getValueAsType()
373 getValueAsType()->print(OS, false, true); in getAsString()
556 Type *AttributeImpl::getValueAsType() const { in getValueAsType() function in AttributeImpl
906 return A->getValueAsType(); in getAttributeType()
1591 TypeAttrs[*TypeIndex] = Attr.getValueAsType(); in addAttribute()
H A DAsmWriter.cpp4419 if (Type *Ty = Attr.getValueAsType()) { in writeAttribute()
H A DCore.cpp176 return wrap(Attr.getValueAsType()); in LLVMGetTypeAttributeValue()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h197 Type *getValueAsType() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp1051 EnumerateType(Attr.getValueAsType()); in EnumerateAttributes()
H A DBitcodeWriter.cpp814 Type *Ty = Attr.getValueAsType(); in writeAttributeGroupTable()
818 Record.push_back(VE.getTypeID(Attr.getValueAsType())); in writeAttributeGroupTable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp170 auto Ty = Attrs.getAttribute(OpIdx, Attribute::ByVal).getValueAsType(); in setArgFlags()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp655 if (Type *Ty = Attrs.getAttribute(i, TypedAttr).getValueAsType()) { in mapAttributeTypes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1870 .getValueAsType(); in RemovePreallocated()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3338 if (Func->getParamAttribute(i, Kind).getValueAsType()) in parseFunctionRecord()