Home
last modified time | relevance | path

Searched refs:addByValAttr (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp420 ArgAttrs.addByValAttr( in promoteCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h834 AttrBuilder &addByValAttr(Type *Ty);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp1576 AttrBuilder &AttrBuilder::addByValAttr(Type *Ty) { in addByValAttr() function in AttrBuilder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1617 B.addByValAttr(nullptr); in parseAttributeGroupBlock()
1660 B.addByValAttr(HasType ? getTypeByID(Record[++i]) : nullptr); in parseAttributeGroupBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4713 AB.addByValAttr(NewArg->getType()->getPointerElementType()); in transformConstExprCastCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp1617 B.addByValAttr(Ty); in ParseOptionalParamAttrs()