Home
last modified time | relevance | path

Searched refs:getReturnedArgOperand (Results 1 – 17 of 17) sorted by relevance

/external/llvm/include/llvm/IR/
DCallSite.h276 ValTy *getReturnedArgOperand() const { in getReturnedArgOperand() function
277 CALLSITE_DELEGATE_GETTER(getReturnedArgOperand()); in getReturnedArgOperand()
DInstructions.h1602 Value *getReturnedArgOperand() const;
3575 Value *getReturnedArgOperand() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DCallSite.h301 ValTy *getReturnedArgOperand() const { in getReturnedArgOperand() function
302 CALLSITE_DELEGATE_GETTER(getReturnedArgOperand()); in getReturnedArgOperand()
DInstructions.h1471 Value *getReturnedArgOperand() const {
/external/llvm/lib/IR/
DValue.cpp468 if (Value *RV = CS.getReturnedArgOperand()) { in stripPointerCastsAndOffsets()
523 if (Value *RV = CS.getReturnedArgOperand()) { in stripAndAccumulateInBoundsConstantOffsets()
DInstructions.cpp334 Value *CallInst::getReturnedArgOperand() const { in getReturnedArgOperand() function in CallInst
704 Value *InvokeInst::getReturnedArgOperand() const { in getReturnedArgOperand() function in InvokeInst
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DValue.cpp516 if (const Value *RV = CS.getReturnedArgOperand()) { in stripPointerCastsAndOffsets()
586 if (const Value *RV = CS.getReturnedArgOperand()) { in stripAndAccumulateInBoundsConstantOffsets()
/external/llvm/lib/Analysis/
DLoads.cpp105 if (const Value *RV = CS.getReturnedArgOperand()) in isDereferenceableAndAlignedPointer()
DBasicAliasAnalysis.cpp380 if (const Value *RV = CS.getReturnedArgOperand()) { in DecomposeGEPExpression()
DValueTracking.cpp1287 if (Value *RV = CallSite(I).getReturnedArgOperand()) { in computeKnownBitsFromOperator()
2990 if (Value *RV = CS.getReturnedArgOperand()) { in GetUnderlyingObject()
DInstructionSimplify.cpp625 if (Value *RV = CS.getReturnedArgOperand()) { in stripAndComputeConstantOffsets()
DScalarEvolution.cpp5232 if (Value *RV = CallSite(U).getReturnedArgOperand()) in createSCEV()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAnalysis.cpp275 const Value *ReturnedOp = CS.getReturnedArgOperand(); in getNoopInput()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp1447 if (const Value *RV = ImmutableCallSite(I).getReturnedArgOperand()) { in computeKnownBitsFromOperator()
3406 if (const Value *RV = CS.getReturnedArgOperand()) in getArgumentAliasingToReturnedPointer()
DInstructionSimplify.cpp676 if (Value *RV = CS.getReturnedArgOperand()) { in stripAndComputeConstantOffsets()
DScalarEvolution.cpp6482 if (Value *RV = CallSite(U).getReturnedArgOperand()) in createSCEV()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp1628 if (auto *ReturnedValue = II->getReturnedArgOperand()) { in performSymbolicCallEvaluation()