HomeSort by relevance Sort by last modified time
    Searched refs:getCallInstrCost (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 493 int getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) const;
626 virtual int getCallInstrCost(Function *F, Type *RetTy,
    [all...]
TargetTransformInfoImpl.h 320 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) {
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 299 int TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy,
301 int Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys);
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 759 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) {
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 1177 milliseconds