Lines Matching defs:bodyGenerator
82 /// \p bodyGenerator is a callback that generates the new function's body.
87 FunctionBodyGeneratorTy bodyGenerator);
1002 FunctionBodyGeneratorTy bodyGenerator) {
1031 bodyGenerator(builder, newFunc);
1229 auto bodyGenerator = [rank, maskRank, inputType, logicalElemType, outType,
1237 getOrCreateFunction(builder, funcName, typeGenerator, bodyGenerator);
1259 auto bodyGenerator = [&rank, &genBodyFunc,
1266 getOrCreateFunction(builder, funcName, typeGenerator, bodyGenerator);
1332 auto bodyGenerator = [&arg1Type,
1352 builder, typedFuncName, typeGenerator, bodyGenerator);