/external/llvm-project/llvm/lib/IR/ |
D | Attributes.cpp | 282 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 …]
|
D | AttributeImpl.h | 71 Type *getValueAsType() const; 84 Profile(ID, getKindAsEnum(), getValueAsType()); in Profile()
|
D | AsmWriter.cpp | 4396 if (Type *Ty = Attr.getValueAsType()) { in writeAttribute()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AttributeImpl.h | 72 Type *getValueAsType() const; 85 Profile(ID, getKindAsEnum(), getValueAsType()); in Profile()
|
D | Attributes.cpp | 227 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()
|
D | AsmWriter.cpp | 4148 if (Type *Ty = Attr.getValueAsType()) { in writeAttribute()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FunctionComparator.cpp | 120 Type *TyL = LA.getValueAsType(); in cmpAttrs() 121 Type *TyR = RA.getValueAsType(); in cmpAttrs()
|
D | ValueMapper.cpp | 904 Type *Ty = Attrs.getAttribute(i, Attribute::ByVal).getValueAsType(); in remapInstruction()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | FunctionComparator.cpp | 125 Type *TyL = LA.getValueAsType(); in cmpAttrs() 126 Type *TyR = RA.getValueAsType(); in cmpAttrs()
|
D | ValueMapper.cpp | 902 if (Type *Ty = Attrs.getAttribute(i, TypedAttr).getValueAsType()) { in remapInstruction()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | CallLowering.cpp | 143 auto Ty = Attrs.getAttribute(OpIdx, Attribute::ByVal).getValueAsType(); in setArgFlags()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CallLowering.cpp | 103 auto Ty = Attrs.getAttribute(OpIdx, Attribute::ByVal).getValueAsType(); in setArgFlags()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 150 Type *getValueAsType() const;
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Attributes.h | 177 Type *getValueAsType() const;
|
/external/llvm-project/llvm/lib/Linker/ |
D | IRMover.cpp | 645 if (Type *Ty = Attrs.getAttribute(i, TypedAttr).getValueAsType()) { in mapAttributeTypes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | IRMover.cpp | 640 Type *Ty = Attrs.getAttribute(i, Attribute::ByVal).getValueAsType(); in mapAttributeTypes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 773 Type *Ty = Attr.getValueAsType(); in writeAttributeGroupTable() 777 Record.push_back(VE.getTypeID(Attr.getValueAsType())); in writeAttributeGroupTable()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 2365 .getValueAsType(); in RemovePreallocated()
|
/external/llvm-project/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 798 Type *Ty = Attr.getValueAsType(); in writeAttributeGroupTable() 802 Record.push_back(VE.getTypeID(Attr.getValueAsType())); in writeAttributeGroupTable()
|