Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h150 Type *getValueAsType() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp103 auto Ty = Attrs.getAttribute(OpIdx, Attribute::ByVal).getValueAsType(); in setArgFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp640 Type *Ty = Attrs.getAttribute(i, Attribute::ByVal).getValueAsType(); in mapAttributeTypes()
/third_party/skia/third_party/externals/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()