Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDAttributeImpl.h83 Type *getValueAsType() const;
100 Profile(ID, getKindAsEnum(), getValueAsType()); in Profile()
HDTypeFinder.cpp212 incorporateType(A.getValueAsType()); in incorporateAttributes()
HDAttributes.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()
HDAsmWriter.cpp4782 if (Type *Ty = Attr.getValueAsType()) { in writeAttribute()
HDCore.cpp184 return wrap(Attr.getValueAsType()); in LLVMGetTypeAttributeValue()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDFunctionComparator.cpp133 Type *TyL = LA.getValueAsType(); in cmpAttrs()
134 Type *TyR = RA.getValueAsType(); in cmpAttrs()
HDValueMapper.cpp1025 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in remapInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDAttributes.h233 Type *getValueAsType() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64Arm64ECCallLowering.cpp272 Type *SRetType = SRetAttr0.getValueAsType(); in getThunkRetType()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDValueEnumerator.cpp1052 EnumerateType(Attr.getValueAsType()); in EnumerateAttributes()
HDBitcodeWriter.cpp968 Type *Ty = Attr.getValueAsType(); in writeAttributeGroupTable()
972 Record.push_back(VE.getTypeID(Attr.getValueAsType())); in writeAttributeGroupTable()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILValueEnumerator.cpp1021 EnumerateType(Attr.getValueAsType()); in EnumerateAttributes()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
HDIRMover.cpp677 Attrs.getAttributeAtIndex(i, TypedAttr).getValueAsType()) { in mapAttributeTypes()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDGlobalOpt.cpp1902 UseCall->getFnAttr(Attribute::Preallocated).getValueAsType(); in RemovePreallocated()
HDAttributorAttributes.cpp7208 return Attrs[0].getValueAsType(); in identifyPrivatizableType()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp4183 if (Func->getParamAttribute(i, Kind).getValueAsType()) in parseFunctionRecord()
4735 Attrs.getParamAttr(i, Kind).getValueAsType()) in propagateAttributeTypes()