Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallSite.h539 bool isByValArgument(unsigned ArgNo) const { in isByValArgument() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h598 bool isByValArgument(unsigned ArgNo) const { in isByValArgument() function
/external/llvm/lib/Analysis/
DAliasAnalysis.cpp459 (!CS.doesNotCapture(ArgNo) && !CS.isByValArgument(ArgNo))) in callCapturesBefore()
DInlineCost.cpp1230 if (CS.isByValArgument(I)) { in analyzeCall()
DBasicAliasAnalysis.cpp735 (!CS.doesNotCapture(OperandNo) && !CS.isByValArgument(OperandNo))) in getModRefInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DAliasAnalysis.cpp584 ArgNo < CS.getNumArgOperands() && !CS.isByValArgument(ArgNo))) in callCapturesBefore()
DInlineCost.cpp1917 if (CS.isByValArgument(I)) { in getCallsiteCost()
1974 if (CS.isByValArgument(I)) { in getInlineCost()
DBasicAliasAnalysis.cpp834 OperandNo < CS.getNumArgOperands() && !CS.isByValArgument(OperandNo))) in getModRefInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp1421 if (CS.isByValArgument(i)) in iterateOnFunction()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp110 if (IsArgOperand && CS.isByValArgument(DataOpNo)) in isOnlyCopiedFromConstantGlobal()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp1354 if (CS.isByValArgument(i)) in iterateOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp113 if (IsArgOperand && CS.isByValArgument(DataOpNo)) in isOnlyCopiedFromConstantGlobal()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1504 if (CS.isByValArgument(ArgNo)) { in InlineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1646 if (CS.isByValArgument(ArgNo)) { in InlineFunction()