Searched defs:getCallCost (Results 1 – 3 of 3) sorted by relevance
116 unsigned getCallCost(FunctionType *FTy, int NumArgs) { in getCallCost() function405 unsigned getCallCost(const Function *F, int NumArgs) { in getCallCost() function427 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { in getCallCost() function
761 int getCallCost(FunctionType *FTy, int NumArgs) override { in getCallCost() function764 int getCallCost(const Function *F, int NumArgs) override { in getCallCost() function767 int getCallCost(const Function *F, in getCallCost() function
57 int TargetTransformInfo::getCallCost(FunctionType *FTy, int NumArgs) const { in getCallCost() function in TargetTransformInfo63 int TargetTransformInfo::getCallCost(const Function *F, in getCallCost() function in TargetTransformInfo