Lines Matching defs:function
965 // Type representing C function argument with type info.
968 // Call to a C function.
970 Node* CallCFunction(Node* function, base::Optional<MachineType> return_type,
975 return CallCFunction(function, return_type, {cargs...});
978 Node* CallCFunction(Node* function, base::Optional<MachineType> return_type,
981 // Call to a C function without a function discriptor on AIX.
983 Node* CallCFunctionWithoutFunctionDescriptor(Node* function,
989 return CallCFunctionWithoutFunctionDescriptor(function, return_type,
994 Node* function, MachineType return_type,
997 // Call to a C function, while saving/restoring caller registers.
999 Node* CallCFunctionWithCallerSavedRegisters(Node* function,
1006 return CallCFunctionWithCallerSavedRegisters(function, return_type, mode,
1011 Node* function, MachineType return_type, SaveFPRegsMode mode,