Home
last modified time | relevance | path

Searched refs:getCalledScalarFunction (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPatternMatch.h571 return R->getCalledScalarFunction()->getIntrinsicID() == ID; in match()
H A DVPlanRecipes.cpp66 ->getCalledScalarFunction() in mayWriteToMemory()
116 ->getCalledScalarFunction() in mayReadFromMemory()
162 Function *Fn = cast<VPWidenCallRecipe>(this)->getCalledScalarFunction(); in mayHaveSideEffects()
1458 Function *CalledFn = getCalledScalarFunction(); in print()
H A DVPlan.h1574 Function *getCalledScalarFunction() const { in getCalledScalarFunction() function
H A DLoopVectorize.cpp4107 WidenCall ? WidenCall->getCalledScalarFunction() in emitInvalidCostRemarks()