Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h73 Type *getValueAsType() const;
86 Profile(ID, getKindAsEnum(), getValueAsType()); in Profile()
H A DTypeFinder.cpp198 incorporateType(A.getValueAsType()); in incorporateAttributes()
H A DAttributes.cpp325 Type *Attribute::getValueAsType() const { in getValueAsType() function in Attribute
329 return pImpl->getValueAsType(); in getValueAsType()
435 getValueAsType()->print(OS, false, true); in getAsString()
678 Type *AttributeImpl::getValueAsType() const { in getValueAsType() function in AttributeImpl
997 return A->getValueAsType(); in getAttributeType()
1857 return A.isValid() ? A.getValueAsType() : nullptr; in getTypeAttr()
H A DCore.cpp178 return wrap(Attr.getValueAsType()); in LLVMGetTypeAttributeValue()
H A DAsmWriter.cpp4665 if (Type *Ty = Attr.getValueAsType()) { in writeAttribute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp133 Type *TyL = LA.getValueAsType(); in cmpAttrs()
134 Type *TyR = RA.getValueAsType(); in cmpAttrs()
H A DValueMapper.cpp1015 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in remapInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp235 Type *SRetType = SRetAttr.getValueAsType(); in getThunkRetType()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h214 Type *getValueAsType() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp1016 EnumerateType(Attr.getValueAsType()); in EnumerateAttributes()
H A DBitcodeWriter.cpp894 Type *Ty = Attr.getValueAsType(); in writeAttributeGroupTable()
898 Record.push_back(VE.getTypeID(Attr.getValueAsType())); in writeAttributeGroupTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp1021 EnumerateType(Attr.getValueAsType()); in EnumerateAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp676 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in mapAttributeTypes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1890 UseCall->getFnAttr(Attribute::Preallocated).getValueAsType(); in RemovePreallocated()
H A DAttributorAttributes.cpp7193 return Attrs[0].getValueAsType(); in identifyPrivatizableType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4025 if (Func->getParamAttribute(i, Kind).getValueAsType()) in parseFunctionRecord()
4569 Attrs.getParamAttr(i, Kind).getValueAsType()) in propagateAttributeTypes()