Lines Matching defs:funcID
229 auto funcID = getOrCreateFunctionID(op.getName());
230 operands.push_back(funcID);
236 if (failed(processName(funcID, op.getName()))) {
313 if (failed(processDecoration(op.getLoc(), funcID, attr))) {
615 auto funcID = getFunctionID(op.getFn());
616 if (!funcID) {
622 operands.push_back(funcID);
648 auto funcID = getFunctionID(op.getFn());
649 if (!funcID) {
655 operands.push_back(funcID);
682 auto funcID = getOrCreateFunctionID(funcName);
684 SmallVector<uint32_t, 8> operands{resTypeID, funcCallID, funcID};