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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 308 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) {
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 244 unsigned TargetTransformInfo::getCallInstrCost(Function *F, Type *RetTy,
246 return TTIImpl->getCallInstrCost(F, RetTy, Tys);
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 701 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) {

Completed in 82 milliseconds