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

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 375 int TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy,
377 int Cost = TTIImpl->getCallInstrCost(F, RetTy, Tys);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 574 int getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) const;
    [all...]
TargetTransformInfoImpl.h 356 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) {
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 316 milliseconds