Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/IR/
DAttributes.cpp282 Type *Attribute::getValueAsType() const { in getValueAsType() function in Attribute
286 return pImpl->getValueAsType(); in getValueAsType()
461 if (Type *Ty = getValueAsType()) { in getAsString()
476 getValueAsType()->print(OS, false, true); in getAsString()
605 Type *AttributeImpl::getValueAsType() const { in getValueAsType() function in AttributeImpl
950 return A->getValueAsType(); in getByValType()
956 return A->getValueAsType(); in getStructRetType()
962 return A->getValueAsType(); in getByRefType()
968 return A->getValueAsType(); in getPreallocatedType()
1599 ByValType = Attr.getValueAsType(); in addAttribute()
[all …]
DAttributeImpl.h71 Type *getValueAsType() const;
84 Profile(ID, getKindAsEnum(), getValueAsType()); in Profile()
DAsmWriter.cpp4396 if (Type *Ty = Attr.getValueAsType()) { in writeAttribute()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributeImpl.h72 Type *getValueAsType() const;
85 Profile(ID, getKindAsEnum(), getValueAsType()); in Profile()
DAttributes.cpp227 Type *Attribute::getValueAsType() const { in getValueAsType() function in Attribute
231 return pImpl->getValueAsType(); in getValueAsType()
399 if (Type *Ty = getValueAsType()) { in getAsString()
539 Type *AttributeImpl::getValueAsType() const { in getValueAsType() function in AttributeImpl
855 return I.getValueAsType(); in getByValType()
1469 ByValType = Attr.getValueAsType(); in addAttribute()
DAsmWriter.cpp4148 if (Type *Ty = Attr.getValueAsType()) { in writeAttribute()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp120 Type *TyL = LA.getValueAsType(); in cmpAttrs()
121 Type *TyR = RA.getValueAsType(); in cmpAttrs()
DValueMapper.cpp904 Type *Ty = Attrs.getAttribute(i, Attribute::ByVal).getValueAsType(); in remapInstruction()
/external/llvm-project/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp125 Type *TyL = LA.getValueAsType(); in cmpAttrs()
126 Type *TyR = RA.getValueAsType(); in cmpAttrs()
DValueMapper.cpp902 if (Type *Ty = Attrs.getAttribute(i, TypedAttr).getValueAsType()) { in remapInstruction()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp143 auto Ty = Attrs.getAttribute(OpIdx, Attribute::ByVal).getValueAsType(); in setArgFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp103 auto Ty = Attrs.getAttribute(OpIdx, Attribute::ByVal).getValueAsType(); in setArgFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h150 Type *getValueAsType() const;
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h177 Type *getValueAsType() const;
/external/llvm-project/llvm/lib/Linker/
DIRMover.cpp645 if (Type *Ty = Attrs.getAttribute(i, TypedAttr).getValueAsType()) { in mapAttributeTypes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp640 Type *Ty = Attrs.getAttribute(i, Attribute::ByVal).getValueAsType(); in mapAttributeTypes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp773 Type *Ty = Attr.getValueAsType(); in writeAttributeGroupTable()
777 Record.push_back(VE.getTypeID(Attr.getValueAsType())); in writeAttributeGroupTable()
/external/llvm-project/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2365 .getValueAsType(); in RemovePreallocated()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp798 Type *Ty = Attr.getValueAsType(); in writeAttributeGroupTable()
802 Record.push_back(VE.getTypeID(Attr.getValueAsType())); in writeAttributeGroupTable()