Home
last modified time | relevance | path

Searched refs:isByValArgument (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h607 bool isByValArgument(unsigned ArgNo) const { in isByValArgument() function
DInstrTypes.h1546 bool isByValArgument(unsigned ArgNo) const {
/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()
DMemCpyOptimizer.cpp1355 if (CS.isByValArgument(i)) in iterateOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp2075 if (Call.isByValArgument(I)) { in getCallsiteCost()
2132 if (Call.isByValArgument(I)) { in getInlineCost()
DAliasAnalysis.cpp674 !Call->isByValArgument(ArgNo))) in callCapturesBefore()
DBasicAliasAnalysis.cpp915 !Call->isByValArgument(OperandNo))) in getModRefInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp113 if (IsArgOperand && Call->isByValArgument(DataOpNo)) in isOnlyCopiedFromConstantGlobal()
DInstCombineCalls.cpp4246 Type *DstTy = Call.isByValArgument(ix) in isSafeToEliminateVarargsCast()
4506 if (Call.isByValArgument(ix)) { in visitCallBase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1717 if (CS.isByValArgument(ArgNo)) { in InlineFunction()