Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h206 unsigned getArgumentNo(Value::const_user_iterator I) const { in getArgumentNo() function
207 return getArgumentNo(&I.getUse()); in getArgumentNo()
212 unsigned getArgumentNo(const Use *U) const { in getArgumentNo() function
826 return (int)CS.getArgumentNo(U) == CI.ParameterEncoding[0];
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAbstractCallSite.cpp100 unsigned UseIdx = CS.getArgumentNo(U); in AbstractCallSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp134 if (CS.isArgOperand(U) && CS.isByValArgument(CS.getArgumentNo(U))) in walk()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp1753 unsigned ArgNo = ICS.getArgumentNo(U); in getKnownNonNullAndDerefBytesForUse()
2626 IRPosition::callsite_argument(CS, CS.getArgumentNo(&U)); in updateImpl()
3413 unsigned ArgNo = ICS.getArgumentNo(U); in getKnownAlignForUse()
3879 unsigned ArgNo = CS.getArgumentNo(U); in captured()
5050 unsigned ArgNo = ICS.getArgumentNo(U); in followUsersOfUseIn()
5099 unsigned ArgNo = ICS.getArgumentNo(U); in analyzeUseIn()
DDeadArgumentElimination.cpp440 unsigned ArgNo = CS.getArgumentNo(U); in SurveyUse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp3844 unsigned ArgNo = CS.getArgumentNo(ArgIt); in visitCallSite()
4225 unsigned ArgNo = CS.getArgumentNo(ArgIt); in visitCallSite()
4468 unsigned ArgNo = CS.getArgumentNo(ArgIt); in visitCallSite()