Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributeImpl.h72 Type *getValueAsType() const;
85 Profile(ID, getKindAsEnum(), getValueAsType()); in Profile()
H A DTypeFinder.cpp201 incorporateType(A.getValueAsType()); in incorporateAttributes()
H A DAttributes.cpp311 Type *Attribute::getValueAsType() const { in getValueAsType() function in Attribute
315 return pImpl->getValueAsType(); in getValueAsType()
394 getValueAsType()->print(OS, false, true); in getAsString()
589 Type *AttributeImpl::getValueAsType() const { in getValueAsType() function in AttributeImpl
898 return A->getValueAsType(); in getAttributeType()
1731 return A.isValid() ? A.getValueAsType() : nullptr; in getTypeAttr()
H A DAsmWriter.cpp4412 if (Type *Ty = Attr.getValueAsType()) { in writeAttribute()
H A DCore.cpp185 return wrap(Attr.getValueAsType()); in LLVMGetTypeAttributeValue()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp133 Type *TyL = LA.getValueAsType(); in cmpAttrs()
134 Type *TyR = RA.getValueAsType(); in cmpAttrs()
H A DValueMapper.cpp969 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in remapInstruction()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.h212 Type *getValueAsType() const;
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp1016 EnumerateType(Attr.getValueAsType()); in EnumerateAttributes()
H A DBitcodeWriter.cpp830 Type *Ty = Attr.getValueAsType(); in writeAttributeGroupTable()
834 Record.push_back(VE.getTypeID(Attr.getValueAsType())); in writeAttributeGroupTable()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp1021 EnumerateType(Attr.getValueAsType()); in EnumerateAttributes()
/llvm-project-15.0.7/llvm/lib/Linker/
H A DIRMover.cpp665 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in mapAttributeTypes()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1927 UseCall->getFnAttr(Attribute::Preallocated).getValueAsType(); in RemovePreallocated()
H A DAttributorAttributes.cpp6426 return Attrs[0].getValueAsType(); in identifyPrivatizableType()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3853 if (Func->getParamAttribute(i, Kind).getValueAsType()) in parseFunctionRecord()
4367 Attrs.getParamAttr(i, Kind).getValueAsType()) in propagateAttributeTypes()