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;
103 Profile(ID, getKindAsEnum(), getValueAsType()); in Profile()
H A DTypeFinder.cpp212 incorporateType(A.getValueAsType()); in incorporateAttributes()
H A DAttributes.cpp407 Type *Attribute::getValueAsType() const { in getValueAsType() function in Attribute
411 return pImpl->getValueAsType(); in getValueAsType()
546 getValueAsType()->print(OS, false, true); in getAsString()
861 Type *AttributeImpl::getValueAsType() const { in getValueAsType() function in AttributeImpl
1340 return A->getValueAsType(); in getAttributeType()
2249 return A.isValid() ? A.getValueAsType() : nullptr; in getTypeAttr()
H A DAsmWriter.cpp4982 if (Type *Ty = Attr.getValueAsType()) { in writeAttribute()
H A DCore.cpp191 return wrap(Attr.getValueAsType()); in LLVMGetTypeAttributeValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp139 Type *TyL = LA.getValueAsType(); in cmpAttrs()
140 Type *TyR = RA.getValueAsType(); in cmpAttrs()
H A DValueMapper.cpp1037 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in remapInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp267 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.cpp1055 EnumerateType(Attr.getValueAsType()); in EnumerateAttributes()
H A DBitcodeWriter.cpp1036 Type *Ty = Attr.getValueAsType(); in writeAttributeGroupTable()
1040 Record.push_back(VE.getTypeID(Attr.getValueAsType())); in writeAttributeGroupTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h257 LLVM_ABI Type *getValueAsType() const;
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp576 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in mapAttributeTypes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1904 UseCall->getFnAttr(Attribute::Preallocated).getValueAsType(); in RemovePreallocated()
H A DAttributorAttributes.cpp7269 return Attrs[0].getValueAsType(); in identifyPrivatizableType()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4273 if (Func->getParamAttribute(i, Kind).getValueAsType()) in parseFunctionRecord()
4816 Attrs.getParamAttr(i, Kind).getValueAsType()) in propagateAttributeTypes()