HomeSort by relevance Sort by last modified time
    Searched refs:getCallCost (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 116 unsigned getCallCost(FunctionType *FTy, int NumArgs) {
403 using BaseT::getCallCost;
405 unsigned getCallCost(const Function *F, int NumArgs) {
424 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
427 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) {
431 return static_cast<T *>(this)->getCallCost(F, Arguments.size());
519 ->getCallCost(cast<FunctionType>(FTy), CS.arg_size());
523 return static_cast<T *>(this)->getCallCost(F, Arguments);
TargetTransformInfo.h 156 int getCallCost(FunctionType *FTy, int NumArgs = -1) const;
162 int getCallCost(const Function *F, int NumArgs = -1) const;
167 int getCallCost(const Function *F, ArrayRef<const Value *> Arguments) const;
179 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.
185 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.
635 virtual int getCallCost(FunctionType *FTy, int NumArgs) = 0;
636 virtual int getCallCost(const Function *F, int NumArgs) = 0;
637 virtual int getCallCost(const Function *F,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 117 unsigned getCallCost(FunctionType *FTy, int NumArgs) {
547 using BaseT::getCallCost;
549 unsigned getCallCost(const Function *F, int NumArgs) {
568 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
571 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) {
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);
TargetTransformInfo.h 167 int getCallCost(FunctionType *FTy, int NumArgs = -1) const;
173 int getCallCost(const Function *F, int NumArgs = -1) const;
178 int getCallCost(const Function *F, ArrayRef<const Value *> Arguments) const;
190 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.
196 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfoImpl.h 123 unsigned getCallCost(FunctionType *FTy, int NumArgs) {
587 using BaseT::getCallCost;
589 unsigned getCallCost(const Function *F, int NumArgs) {
608 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
611 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) {
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);
TargetTransformInfo.h 167 int getCallCost(FunctionType *FTy, int NumArgs = -1) const;
173 int getCallCost(const Function *F, int NumArgs = -1) const;
178 int getCallCost(const Function *F, ArrayRef<const Value *> Arguments) const;
190 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.
196 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfoImpl.h 123 unsigned getCallCost(FunctionType *FTy, int NumArgs) {
587 using BaseT::getCallCost;
589 unsigned getCallCost(const Function *F, int NumArgs) {
608 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
611 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) {
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);
TargetTransformInfo.h 167 int getCallCost(FunctionType *FTy, int NumArgs = -1) const;
173 int getCallCost(const Function *F, int NumArgs = -1) const;
178 int getCallCost(const Function *F, ArrayRef<const Value *> Arguments) const;
190 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.
196 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfoImpl.h 127 unsigned getCallCost(FunctionType *FTy, int NumArgs) {
635 using BaseT::getCallCost;
637 unsigned getCallCost(const Function *F, int NumArgs) {
656 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
659 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) {
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);
TargetTransformInfo.h 212 int getCallCost(FunctionType *FTy, int NumArgs = -1) const;
218 int getCallCost(const Function *F, int NumArgs = -1) const;
223 int getCallCost(const Function *F, ArrayRef<const Value *> Arguments) const;
235 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.
241 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfoImpl.h 127 unsigned getCallCost(FunctionType *FTy, int NumArgs) {
635 using BaseT::getCallCost;
637 unsigned getCallCost(const Function *F, int NumArgs) {
656 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
659 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) {
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);
TargetTransformInfo.h 212 int getCallCost(FunctionType *FTy, int NumArgs = -1) const;
218 int getCallCost(const Function *F, int NumArgs = -1) const;
223 int getCallCost(const Function *F, ArrayRef<const Value *> Arguments) const;
235 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.
241 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfoImpl.h 127 unsigned getCallCost(FunctionType *FTy, int NumArgs) {
635 using BaseT::getCallCost;
637 unsigned getCallCost(const Function *F, int NumArgs) {
656 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
659 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) {
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);
TargetTransformInfo.h 212 int getCallCost(FunctionType *FTy, int NumArgs = -1) const;
218 int getCallCost(const Function *F, int NumArgs = -1) const;
223 int getCallCost(const Function *F, ArrayRef<const Value *> Arguments) const;
235 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.
241 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfoImpl.h 127 unsigned getCallCost(FunctionType *FTy, int NumArgs) {
635 using BaseT::getCallCost;
637 unsigned getCallCost(const Function *F, int NumArgs) {
656 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
659 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) {
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/
TargetTransformInfoImpl.h 117 unsigned getCallCost(FunctionType *FTy, int NumArgs) {
547 using BaseT::getCallCost;
549 unsigned getCallCost(const Function *F, int NumArgs) {
568 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
571 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) {
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);
TargetTransformInfo.h 167 int getCallCost(FunctionType *FTy, int NumArgs = -1) const;
173 int getCallCost(const Function *F, int NumArgs = -1) const;
178 int getCallCost(const Function *F, ArrayRef<const Value *> Arguments) const;
190 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.
196 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfoImpl.h 123 unsigned getCallCost(FunctionType *FTy, int NumArgs) {
587 using BaseT::getCallCost;
589 unsigned getCallCost(const Function *F, int NumArgs) {
608 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
611 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) {
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);
TargetTransformInfo.h 167 int getCallCost(FunctionType *FTy, int NumArgs = -1) const;
173 int getCallCost(const Function *F, int NumArgs = -1) const;
178 int getCallCost(const Function *F, ArrayRef<const Value *> Arguments) const;
190 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.
196 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfoImpl.h 123 unsigned getCallCost(FunctionType *FTy, int NumArgs) {
587 using BaseT::getCallCost;
589 unsigned getCallCost(const Function *F, int NumArgs) {
608 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
611 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) {
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);
TargetTransformInfo.h 167 int getCallCost(FunctionType *FTy, int NumArgs = -1) const;
173 int getCallCost(const Function *F, int NumArgs = -1) const;
178 int getCallCost(const Function *F, ArrayRef<const Value *> Arguments) const;
190 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.
196 /// Mirrors the \c getCallCost method but uses an intrinsic identifier.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfoImpl.h 127 unsigned getCallCost(FunctionType *FTy, int NumArgs) {
635 using BaseT::getCallCost;
637 unsigned getCallCost(const Function *F, int NumArgs) {
656 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
659 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) {
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/
TargetTransformInfoImpl.h 127 unsigned getCallCost(FunctionType *FTy, int NumArgs) {
635 using BaseT::getCallCost;
637 unsigned getCallCost(const Function *F, int NumArgs) {
656 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
659 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) {
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/
TargetTransformInfoImpl.h 127 unsigned getCallCost(FunctionType *FTy, int NumArgs) {
635 using BaseT::getCallCost;
637 unsigned getCallCost(const Function *F, int NumArgs) {
656 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
659 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) {
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/
TargetTransformInfoImpl.h 127 unsigned getCallCost(FunctionType *FTy, int NumArgs) {
635 using BaseT::getCallCost;
637 unsigned getCallCost(const Function *F, int NumArgs) {
656 return static_cast<T *>(this)->getCallCost(F->getFunctionType(), NumArgs);
659 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) {
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 1398 milliseconds

1 2