Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h83 Type *getValueAsType() const;
100 Profile(ID, getKindAsEnum(), getValueAsType()); in Profile()
H A DTypeFinder.cpp212 incorporateType(A.getValueAsType()); in incorporateAttributes()
H A DAttributes.cpp398 Type *Attribute::getValueAsType() const { in getValueAsType() function in Attribute
402 return pImpl->getValueAsType(); in getValueAsType()
531 getValueAsType()->print(OS, false, true); in getAsString()
793 Type *AttributeImpl::getValueAsType() const { in getValueAsType() function in AttributeImpl
1127 return A->getValueAsType(); in getAttributeType()
1994 return A.isValid() ? A.getValueAsType() : nullptr; in getTypeAttr()
H A DAsmWriter.cpp4782 if (Type *Ty = Attr.getValueAsType()) { in writeAttribute()
H A DCore.cpp184 return wrap(Attr.getValueAsType()); in LLVMGetTypeAttributeValue()
/freebsd/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.cpp1025 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in remapInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h233 Type *getValueAsType() const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp272 Type *SRetType = SRetAttr0.getValueAsType(); in getThunkRetType()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp1021 EnumerateType(Attr.getValueAsType()); in EnumerateAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp1052 EnumerateType(Attr.getValueAsType()); in EnumerateAttributes()
H A DBitcodeWriter.cpp968 Type *Ty = Attr.getValueAsType(); in writeAttributeGroupTable()
972 Record.push_back(VE.getTypeID(Attr.getValueAsType())); in writeAttributeGroupTable()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp677 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in mapAttributeTypes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1902 UseCall->getFnAttr(Attribute::Preallocated).getValueAsType(); in RemovePreallocated()
H A DAttributorAttributes.cpp7208 return Attrs[0].getValueAsType(); in identifyPrivatizableType()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4183 if (Func->getParamAttribute(i, Kind).getValueAsType()) in parseFunctionRecord()
4735 Attrs.getParamAttr(i, Kind).getValueAsType()) in propagateAttributeTypes()