Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributeImpl.h73 Type *getValueAsType() const;
86 Profile(ID, getKindAsEnum(), getValueAsType()); in Profile()
H A DTypeFinder.cpp201 incorporateType(A.getValueAsType()); in incorporateAttributes()
H A DAttributes.cpp319 Type *Attribute::getValueAsType() const { in getValueAsType() function in Attribute
323 return pImpl->getValueAsType(); in getValueAsType()
423 getValueAsType()->print(OS, false, true); in getAsString()
659 Type *AttributeImpl::getValueAsType() const { in getValueAsType() function in AttributeImpl
974 return A->getValueAsType(); in getAttributeType()
1813 return A.isValid() ? A.getValueAsType() : nullptr; in getTypeAttr()
H A DAsmWriter.cpp4521 if (Type *Ty = Attr.getValueAsType()) { in writeAttribute()
H A DCore.cpp184 return wrap(Attr.getValueAsType()); in LLVMGetTypeAttributeValue()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp133 Type *TyL = LA.getValueAsType(); in cmpAttrs()
134 Type *TyR = RA.getValueAsType(); in cmpAttrs()
H A DValueMapper.cpp968 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in remapInstruction()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h215 Type *getValueAsType() const;
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp1016 EnumerateType(Attr.getValueAsType()); in EnumerateAttributes()
H A DBitcodeWriter.cpp857 Type *Ty = Attr.getValueAsType(); in writeAttributeGroupTable()
861 Record.push_back(VE.getTypeID(Attr.getValueAsType())); in writeAttributeGroupTable()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp1021 EnumerateType(Attr.getValueAsType()); in EnumerateAttributes()
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DIRMover.cpp672 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in mapAttributeTypes()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1934 UseCall->getFnAttr(Attribute::Preallocated).getValueAsType(); in RemovePreallocated()
H A DAttributorAttributes.cpp7139 return Attrs[0].getValueAsType(); in identifyPrivatizableType()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3988 if (Func->getParamAttribute(i, Kind).getValueAsType()) in parseFunctionRecord()
4532 Attrs.getParamAttr(i, Kind).getValueAsType()) in propagateAttributeTypes()