Searched defs:getCallCost (Results 1 - 14 of 14) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h117 unsigned getCallCost(FunctionType *FTy, int NumArgs) { function in class:llvm::TargetTransformInfoImplBase
547 using BaseT::getCallCost;
549 unsigned getCallCost(const Function *F, int NumArgs) { function in class:llvm::TargetTransformInfoImplCRTPBase
568 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
571 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { function in class:llvm::TargetTransformInfoImplCRTPBase
575 return static_cast<T *>(this)->getCallCost(F, Arguments.size());
663 ->getCallCost(cast<FunctionType>(FTy), CS.arg_size());
667 return static_cast<T *>(this)->getCallCost(F, Arguments);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h123 unsigned getCallCost(FunctionType *FTy, int NumArgs) { function in class:llvm::TargetTransformInfoImplBase
587 using BaseT::getCallCost;
589 unsigned getCallCost(const Function *F, int NumArgs) { function in class:llvm::TargetTransformInfoImplCRTPBase
608 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
611 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { function in class:llvm::TargetTransformInfoImplCRTPBase
615 return static_cast<T *>(this)->getCallCost(F, Arguments.size());
703 ->getCallCost(cast<FunctionType>(FTy), CS.arg_size());
707 return static_cast<T *>(this)->getCallCost(F, Arguments);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h123 unsigned getCallCost(FunctionType *FTy, int NumArgs) { function in class:llvm::TargetTransformInfoImplBase
587 using BaseT::getCallCost;
589 unsigned getCallCost(const Function *F, int NumArgs) { function in class:llvm::TargetTransformInfoImplCRTPBase
608 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
611 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { function in class:llvm::TargetTransformInfoImplCRTPBase
615 return static_cast<T *>(this)->getCallCost(F, Arguments.size());
703 ->getCallCost(cast<FunctionType>(FTy), CS.arg_size());
707 return static_cast<T *>(this)->getCallCost(F, Arguments);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h127 unsigned getCallCost(FunctionType *FTy, int NumArgs) { function in class:llvm::TargetTransformInfoImplBase
635 using BaseT::getCallCost;
637 unsigned getCallCost(const Function *F, int NumArgs) { function in class:llvm::TargetTransformInfoImplCRTPBase
656 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
659 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { function in class:llvm::TargetTransformInfoImplCRTPBase
663 return static_cast<T *>(this)->getCallCost(F, Arguments.size());
766 ->getCallCost(cast<FunctionType>(FTy), CS.arg_size());
770 return static_cast<T *>(this)->getCallCost(F, Arguments);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h127 unsigned getCallCost(FunctionType *FTy, int NumArgs) { function in class:llvm::TargetTransformInfoImplBase
635 using BaseT::getCallCost;
637 unsigned getCallCost(const Function *F, int NumArgs) { function in class:llvm::TargetTransformInfoImplCRTPBase
656 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
659 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { function in class:llvm::TargetTransformInfoImplCRTPBase
663 return static_cast<T *>(this)->getCallCost(F, Arguments.size());
766 ->getCallCost(cast<FunctionType>(FTy), CS.arg_size());
770 return static_cast<T *>(this)->getCallCost(F, Arguments);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h127 unsigned getCallCost(FunctionType *FTy, int NumArgs) { function in class:llvm::TargetTransformInfoImplBase
635 using BaseT::getCallCost;
637 unsigned getCallCost(const Function *F, int NumArgs) { function in class:llvm::TargetTransformInfoImplCRTPBase
656 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
659 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { function in class:llvm::TargetTransformInfoImplCRTPBase
663 return static_cast<T *>(this)->getCallCost(F, Arguments.size());
766 ->getCallCost(cast<FunctionType>(FTy), CS.arg_size());
770 return static_cast<T *>(this)->getCallCost(F, Arguments);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h127 unsigned getCallCost(FunctionType *FTy, int NumArgs) { function in class:llvm::TargetTransformInfoImplBase
635 using BaseT::getCallCost;
637 unsigned getCallCost(const Function *F, int NumArgs) { function in class:llvm::TargetTransformInfoImplCRTPBase
656 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
659 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { function in class:llvm::TargetTransformInfoImplCRTPBase
663 return static_cast<T *>(this)->getCallCost(F, Arguments.size());
766 ->getCallCost(cast<FunctionType>(FTy), CS.arg_size());
770 return static_cast<T *>(this)->getCallCost(F, Arguments);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h117 unsigned getCallCost(FunctionType *FTy, int NumArgs) { function in class:llvm::TargetTransformInfoImplBase
547 using BaseT::getCallCost;
549 unsigned getCallCost(const Function *F, int NumArgs) { function in class:llvm::TargetTransformInfoImplCRTPBase
568 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
571 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { function in class:llvm::TargetTransformInfoImplCRTPBase
575 return static_cast<T *>(this)->getCallCost(F, Arguments.size());
663 ->getCallCost(cast<FunctionType>(FTy), CS.arg_size());
667 return static_cast<T *>(this)->getCallCost(F, Arguments);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h123 unsigned getCallCost(FunctionType *FTy, int NumArgs) { function in class:llvm::TargetTransformInfoImplBase
587 using BaseT::getCallCost;
589 unsigned getCallCost(const Function *F, int NumArgs) { function in class:llvm::TargetTransformInfoImplCRTPBase
608 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
611 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { function in class:llvm::TargetTransformInfoImplCRTPBase
615 return static_cast<T *>(this)->getCallCost(F, Arguments.size());
703 ->getCallCost(cast<FunctionType>(FTy), CS.arg_size());
707 return static_cast<T *>(this)->getCallCost(F, Arguments);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h123 unsigned getCallCost(FunctionType *FTy, int NumArgs) { function in class:llvm::TargetTransformInfoImplBase
587 using BaseT::getCallCost;
589 unsigned getCallCost(const Function *F, int NumArgs) { function in class:llvm::TargetTransformInfoImplCRTPBase
608 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
611 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { function in class:llvm::TargetTransformInfoImplCRTPBase
615 return static_cast<T *>(this)->getCallCost(F, Arguments.size());
703 ->getCallCost(cast<FunctionType>(FTy), CS.arg_size());
707 return static_cast<T *>(this)->getCallCost(F, Arguments);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h127 unsigned getCallCost(FunctionType *FTy, int NumArgs) { function in class:llvm::TargetTransformInfoImplBase
635 using BaseT::getCallCost;
637 unsigned getCallCost(const Function *F, int NumArgs) { function in class:llvm::TargetTransformInfoImplCRTPBase
656 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
659 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { function in class:llvm::TargetTransformInfoImplCRTPBase
663 return static_cast<T *>(this)->getCallCost(F, Arguments.size());
766 ->getCallCost(cast<FunctionType>(FTy), CS.arg_size());
770 return static_cast<T *>(this)->getCallCost(F, Arguments);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h127 unsigned getCallCost(FunctionType *FTy, int NumArgs) { function in class:llvm::TargetTransformInfoImplBase
635 using BaseT::getCallCost;
637 unsigned getCallCost(const Function *F, int NumArgs) { function in class:llvm::TargetTransformInfoImplCRTPBase
656 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
659 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { function in class:llvm::TargetTransformInfoImplCRTPBase
663 return static_cast<T *>(this)->getCallCost(F, Arguments.size());
766 ->getCallCost(cast<FunctionType>(FTy), CS.arg_size());
770 return static_cast<T *>(this)->getCallCost(F, Arguments);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h127 unsigned getCallCost(FunctionType *FTy, int NumArgs) { function in class:llvm::TargetTransformInfoImplBase
635 using BaseT::getCallCost;
637 unsigned getCallCost(const Function *F, int NumArgs) { function in class:llvm::TargetTransformInfoImplCRTPBase
656 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
659 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { function in class:llvm::TargetTransformInfoImplCRTPBase
663 return static_cast<T *>(this)->getCallCost(F, Arguments.size());
766 ->getCallCost(cast<FunctionType>(FTy), CS.arg_size());
770 return static_cast<T *>(this)->getCallCost(F, Arguments);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h127 unsigned getCallCost(FunctionType *FTy, int NumArgs) { function in class:llvm::TargetTransformInfoImplBase
635 using BaseT::getCallCost;
637 unsigned getCallCost(const Function *F, int NumArgs) { function in class:llvm::TargetTransformInfoImplCRTPBase
656 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
659 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { function in class:llvm::TargetTransformInfoImplCRTPBase
663 return static_cast<T *>(this)->getCallCost(F, Arguments.size());
766 ->getCallCost(cast<FunctionType>(FTy), CS.arg_size());
770 return static_cast<T *>(this)->getCallCost(F, Arguments);

Completed in 1990 milliseconds