reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1000 int getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) const;
3234 unsigned ScalarCallCost = TTI.getCallInstrCost(F, ScalarRetTy, ScalarTys); 3256 unsigned VectorCallCost = TTI.getCallInstrCost(nullptr, RetTy, Tys);