Lines Matching refs:Function
67 unsigned TargetTransformInfo::getCallCost(const Function *F,
73 const Function *F, ArrayRef<const Value *> Arguments) const {
91 bool TargetTransformInfo::isLoweredToCall(const Function *F) const {
298 // function by approximating that each argument will take on average one
303 // function.
309 unsigned getCallCost(const Function *F, int NumArgs = -1) const {
310 assert(F && "A concrete function must be provided to this routine.");
314 // function.
329 unsigned getCallCost(const Function *F,
382 const Function *F = CS.getCalledFunction();
412 bool isLoweredToCall(const Function *F) const {